Author |
Message |
jerryscuba
|
Posted: Wed Jan 10, 2007 2:09 pm |
|
Joined: Tue Sep 26, 2006 3:21 pm
Posts: 14
|
I just wanted to give a quick status report of my R5E50 installation (not update). I used to run R5D1 on the same machine for a few months.
Compared to R5D1 I didn't have to monkey with the X...config scripts this time. R5E50 configured my PVR-350 without issues. The remote control also works without having to touch a script. I love the faster booting and the fact that the processor load on my machine has decreased dramatically when watching a recording. However, I would not expect that with every machine. I think on my R5D1 is had a misconfiguration somewhere.
I had/have a couple of issues though. When starting a recording the backend stopped right away again and told me the recording failed since my channel changing script was not able to access the serial device.
Quote: Could not open /dev/ttyS0: Permission denied
I never had this issue with R5D1 at least I don't remember it. Well, to fix this I made the user mythtv the owner of /dev/ttyS0 and it worked but it didn't work after the next reboot so I added the chown command to /etc/init.d/bootmisc.sh now it works.
The next problem is that my DLink DWL-G520 wireless card with Atheros chip didn't work (it worked out of the box with R5D1). The driver didn't load and was nowhere to be found. Well, I decided to go the shortcut and load the XP driver with ndiswrapper, which worked fine. But when it came to
Code: modprobe nidiswrapper
modprobe could not find the module. Odd.
Well, then I started monkeying with ndiswrapper and hosed it completely last night. Then I decided it was enough and went to bed...
For now my myth-machine uses a WET111 network bridge to connect to the network but I'd like to make use of my faster card somehow. I guess Debian took the drivers for it out of the distribution since they are not available (for free) anymore. Thanks for that
It looks like I have to download the kernel sources and start compiling...
[UPDATE] I found the madwifi drivers for my card...
All in all I (and even my wife) love KnoppMyth
Ralf
_________________ # CASE: Acer AP8400 (Mini-tower)
# CPU: P3 733Mhz
# Motherboard: Asus CUV4X Rev. 1.03 Socket 370
# RAM: 384 MByte
# CD/DVD-RW: LG DVD/RW
# HDD: Seagate 320 GByte
# SOUNDCARD: On board
# TUNER CARD: PVR-350
# REMOTE CONTROL: Silver Haupauge
Last edited by jerryscuba on Wed Jan 10, 2007 4:47 pm, edited 1 time in total.
|
|
Top |
|
 |
miker
|
Posted: Wed Jan 10, 2007 2:23 pm |
|
Joined: Thu Aug 18, 2005 5:13 am
Posts: 111
|
My install of R5E50 went smooth as well. I loved that I could just install tight-vnc onto my xp machine and could control my mythbox right away. I could also navigate the myth menus using my wireless joystick on a clean install. One problem I noticed was that I set up a few recordings, went to view upcoming recordings and found the page empty. Strange. I posted a few more things I liked and had trouble with but my post was deleted from the forum. very bad.
I went back to R5D1 and have had no troubles with it at all.
miker ________ IPAD GAMES
Last edited by miker on Tue Feb 22, 2011 9:23 pm, edited 1 time in total.
|
|
Top |
|
 |
jerryscuba
|
Posted: Wed Jan 10, 2007 2:49 pm |
|
Joined: Tue Sep 26, 2006 3:21 pm
Posts: 14
|
I also had this issue with the recordings not showing/backend not coming up. But that was actually covered here http://mysettopbox.tv/phpBB2/viewtopic.php?t=13108
All I had to do was:
Code: reboot Then the recordings were there.
_________________ # CASE: Acer AP8400 (Mini-tower)
# CPU: P3 733Mhz
# Motherboard: Asus CUV4X Rev. 1.03 Socket 370
# RAM: 384 MByte
# CD/DVD-RW: LG DVD/RW
# HDD: Seagate 320 GByte
# SOUNDCARD: On board
# TUNER CARD: PVR-350
# REMOTE CONTROL: Silver Haupauge
|
|
Top |
|
 |
tjc
|
Posted: Wed Jan 10, 2007 8:36 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
jerryscuba wrote: When starting a recording the backend stopped right away again and told me the recording failed since my channel changing script was not able to access the serial device. Quote: Could not open /dev/ttyS0: Permission denied I never had this issue with R5D1 at least I don't remember it. Well, to fix this I made the user mythtv the owner of /dev/ttyS0 and it worked but it didn't work after the next reboot so I added the chown command to /etc/init.d/bootmisc.sh now it works.
Cleaner solution is to add the mythtv user to the "dialout" group which normally owns that device. Cecil already knows about and has fixed this one.
|
|
Top |
|
 |
jerryscuba
|
Posted: Thu Jan 11, 2007 11:24 am |
|
Joined: Tue Sep 26, 2006 3:21 pm
Posts: 14
|
Thanks tjc for that tip. However, I tried
Code: useradd -G dailout mythtv and got Quote: useradd: user mythtv exists then I tried for the heck of it Code: useradd -g dailout mythtv and got the same results.
I'm sure I'm doing something wrong but the manual for useradd just confuses me...
_________________ # CASE: Acer AP8400 (Mini-tower)
# CPU: P3 733Mhz
# Motherboard: Asus CUV4X Rev. 1.03 Socket 370
# RAM: 384 MByte
# CD/DVD-RW: LG DVD/RW
# HDD: Seagate 320 GByte
# SOUNDCARD: On board
# TUNER CARD: PVR-350
# REMOTE CONTROL: Silver Haupauge
|
|
Top |
|
 |
bruce_s01
|
Posted: Thu Jan 11, 2007 7:36 pm |
|
Joined: Tue Aug 08, 2006 7:08 pm
Posts: 561
Location:
UK
|
I think you need to use the -D option something like: Code: useradd -D -G dialout mythtv
I just took the easy way out and modified the entry in the /etc/group file.
Bruce S.
_________________ Updated 2019/10/26: AthlonII X2 265 Gigabyte GA-970A-DS3P 16Gb PC 1866 DDR3, 500GB+2TB+4TB SATA HDD, SATA DVD-RW Asus DRW-24D5MT , NVIDIA GeForce GT1080 Hauppauage Nova-T 500, Nova-T LinHes R8.6.1
|
|
Top |
|
 |
spudgunman
|
Posted: Fri Jan 12, 2007 11:18 am |
|
Joined: Sat Feb 18, 2006 4:39 pm
Posts: 25
|
miker wrote: My install of R5E50 went smooth as well. I loved that I could just install tight-vnc onto my xp machine and could control my mythbox right away. I could also navigate the myth menus using my wireless joystick on a clean install. One problem I noticed was that I set up a few recordings, went to view upcoming recordings and found the page empty. Strange. I posted a few more things I liked and had trouble with but my post was deleted from the forum. very bad. I went back to R5D1 and have had no troubles with it at all.
miker
startlooking at your mysql install this is all stored in the database.
|
|
Top |
|
 |
tophee
|
Posted: Fri Jan 12, 2007 11:24 am |
|
Joined: Tue Sep 13, 2005 10:48 am
Posts: 852
Location:
London, UK
|
Hi jerryscuba,
You said you found the madwifi drivers for your atheros card, on R5E50?
Can you post where. This is really the only issue that is holding me back from upgrading. I could never get my atheros card up with ndiswrapper.
_________________ Version:R8 Intel C2D 7400, Nvidia 5600 via HDMI to Samsung B37B650TW (PAL), Asus P5QL-E mobo, 4Gb PC6400 DDR2 ram, Samsung Spinpoint 500 Gb & 1Tb drive, Nova-HD-S2 (x2)
|
|
Top |
|
 |
mlbuser
|
Posted: Fri Jan 12, 2007 12:28 pm |
|
Joined: Tue Sep 26, 2006 9:35 am
Posts: 85
|
Quote: Hi jerryscuba, You said you found the madwifi drivers for your atheros card, on R5E50? Can you post where. This is really the only issue that is holding me back from upgrading. I could never get my atheros card up with ndiswrapper.
http://mysettopbox.tv/phpBB2/viewtopic.php?t=13123&highlight=
_________________ nMediaPC HT100SA ASUS A8N-VM CSM
AMD 3200+ AMPO DDR 3200 512MB RAM
PVR-150 (1062) WD 320 GB SATA-2 HD
NEC OEM ND-3550A DVD burner
D-Link DWL-G510 PCI wireless adapter
MS wireless optical desktop 1000
R5F27 (+ modified sa3250ch)
|
|
Top |
|
 |
neutron68
|
Posted: Fri Jan 12, 2007 10:27 pm |
|
Joined: Tue Mar 28, 2006 8:26 pm
Posts: 804
Location:
Minneapolis, MN
|
tjc wrote: jerryscuba wrote: I never had this issue with R5D1 at least I don't remember it. Well, to fix this I made the user mythtv the owner of /dev/ttyS0 and it worked but it didn't work after the next reboot so I added the chown command to /etc/init.d/bootmisc.sh now it works. Cleaner solution is to add the mythtv user to the "dialout" group which normally owns that device. Cecil already knows about and has fixed this one.
Where/when did Cecil fix this? Is the fix in the R5E50 cd that we all downloaded? Or is the fix a downloadable patch, etc?
Hopeful,
Eric
_________________ KnoppMyth R5.5, Asus A8N-VM CSM (nvidia 6150 onboard video), AMD Athlon 64 dual-core 4200+, two 1GB sticks DDR 400, HD-3000 HDTV card, PVR-150 card, Iguanaworks RS-232 IR receiver/transmitter, Pioneer DVR-110 DVD burner
|
|
Top |
|
 |
tjc
|
Posted: Fri Jan 12, 2007 10:38 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
neutron68 wrote: Where/when did Cecil fix this? Is the fix in the R5E50 cd that we all downloaded? Or is the fix a downloadable patch, etc?
Not available yet. I believe that the fixes, or links to them, have been posted in the R5E50 upgrade thread.
|
|
Top |
|
 |
tophee
|
Posted: Sat Jan 13, 2007 8:12 am |
|
Joined: Tue Sep 13, 2005 10:48 am
Posts: 852
Location:
London, UK
|
Thanks for the info. I actually found that thread after I posted above.
Haven't been keeping up recently. Real life has been taking precedence. Thanks though.
_________________ Version:R8 Intel C2D 7400, Nvidia 5600 via HDMI to Samsung B37B650TW (PAL), Asus P5QL-E mobo, 4Gb PC6400 DDR2 ram, Samsung Spinpoint 500 Gb & 1Tb drive, Nova-HD-S2 (x2)
|
|
Top |
|
 |
neutron68
|
Posted: Sat Jan 13, 2007 10:00 am |
|
Joined: Tue Mar 28, 2006 8:26 pm
Posts: 804
Location:
Minneapolis, MN
|
I am searching for Cecil's message regarding this ownership fix. Is this it?
http://mysettopbox.tv/phpBB2/viewtopic.php?t=13097
Thanks,
Eric
_________________ KnoppMyth R5.5, Asus A8N-VM CSM (nvidia 6150 onboard video), AMD Athlon 64 dual-core 4200+, two 1GB sticks DDR 400, HD-3000 HDTV card, PVR-150 card, Iguanaworks RS-232 IR receiver/transmitter, Pioneer DVR-110 DVD burner
|
|
Top |
|
 |
tjc
|
Posted: Sat Jan 13, 2007 11:02 am |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
I'm pretty sure you already did them. See my reply to you in the other thread.
|
|
Top |
|
 |