Author |
Message |
weblst
|
Posted: Wed Jul 09, 2008 3:01 am |
|
Joined: Wed Feb 15, 2006 3:18 pm
Posts: 47
|
First of all a BIG thanks to all for the efforts on producing another great product WOOT! WOOT!.
I did an auto upgrade with minimal issues and all is running well. Everything restored with no problems and wifey is happy she can watch her recordings (god help me if I lost just 1 minute of numbers, csi, etc).
Problems encountered were:
1: c7 spawning to fast
A well documented error and I just downloaded and installed the latest NVIDIA driver and problem went away. I think my 7300GT is not detected correctly.
2: My JFS /MYTH volume was not mounted correctly
A quick edit of fstab and change the hda3 type from auto to JFS and all was good. Not sure why this is needed but it works. I prefer JFS over XFS due to reported less cpu requirements.
Thats about it really. I have a fully functional R5.5 happily ticking away. The only other thing seems to be that I have larger fonts on the menu screens. Not sure about that one.
Anyways off I go to investigate any new features.
**EDIT**
Forgot to mention I got a recurring database error just after the restore portion of the upgrade. I changed my bind address in /etc/mysql/my.conf to my NIC address and restarted mysql and problem solved.
_________________ --
2.4 GHz P4 - 1GB Ram - 200 GB HardDisk
2 x DVICO DVB-T Lite
nVidia 7300GT - DVICO PCI Remote - R6
Wifey loves it more than me.
--
Last edited by weblst on Wed Jul 09, 2008 7:59 pm, edited 1 time in total.
|
|
Top |
|
 |
snaproll
|
Posted: Wed Jul 09, 2008 6:38 am |
|
Joined: Sun Jul 24, 2005 4:16 pm
Posts: 508
Location:
Ft. Worth TX
|
Only problem I've seen so far (on a plain vanilla OTA StdDef TV [PVR350] setup) is that it reports a grabber failure, even though the SkedDirect TV data is being grabbed and there are 14 days worth of data.
The automatic setups are awesome ! 
|
|
Top |
|
 |
Human
|
Posted: Wed Jul 09, 2008 9:25 am |
|
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location:
Mechanicsburg, PA
|
weblst wrote: A well documented error and I just downloaded and installed the latest NVIDIA driver and problem went away. I think my 7300GT is not detected correctly.
If you post the PCI ID for your 7300GT and tell me what driver version you installed, I can put this in the workarounds file.
To get PCI ID, run
Code: lspci -vv to look for your device in human-readable text, then run Code: lspci -mn and post the one line that begins with the same numbers. For example: Code: lspci -vv ... 05:00.0 VGA compatible controller: nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)] (rev a1) (prog-if 00 [VGA]) ... So now I run lspci -mn and post the line that begins with 05:00.0: Code: lspci -mn | grep "05:00.0" 05:00.0 "0300" "10de" "0161" -ra1 "1043" "81ae"
_________________ KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!
|
|
Top |
|
 |
tjc
|
Posted: Wed Jul 09, 2008 5:57 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
|
Top |
|
 |
weblst
|
Posted: Wed Jul 09, 2008 7:58 pm |
|
Joined: Wed Feb 15, 2006 3:18 pm
Posts: 47
|
OK It is a Nvidia 7300GT AGP and I used the latest driver NVIDIA-Linux-x86-173.14.09-pkg1.run from www.nvidia.com and then did the following.
1: At a command prompt after the first reboot I enabled samba with the command (as root)
Code: /etc/init.d/samba start && update-rc.d samba defaults 2: I used my laptop to copy the file over via my SMB Share 3: Move it to the src directory Code: mv /home/mythtv/NVIDIA-Linux-x86-173.14.09-pkg1.run /usr/src 4: Change to src directory Code: cd /usr/src 5: Make it executable Code: chmod +x NVIDIA-Linux-x86-173.14.09-pkg1.run 6: Compile the module Code: ./NVIDIA-Linux-x86-173.14.09-pkg1.run
7: Load the module Code: modprobe nvidia && pkill xinit (i think thats it) And then off it went. I have struck this before and I notice it is shown as "Unknown" so not sure what that means. It is listed in the supported cards section of the readme but hey it works, i'm happy. Once again thanks all its great. Output of lspci -vv Code: 01:00.0 VGA compatible controller: nVidia Corporation Unknown device 02e2 (rev a2) (prog-if 00 [VGA]) Output of lspci -mn | grep "01:00.0" Code: 01:00.0 "0300" "10de" "02e2" -ra2 "" ""
_________________ --
2.4 GHz P4 - 1GB Ram - 200 GB HardDisk
2 x DVICO DVB-T Lite
nVidia 7300GT - DVICO PCI Remote - R6
Wifey loves it more than me.
--
|
|
Top |
|
 |
tjc
|
Posted: Wed Jul 09, 2008 10:37 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
weblst wrote: OK It is a Nvidia 7300GT AGP and I used the latest driver NVIDIA-Linux-x86-173.14.09-pkg1.run from www.nvidia.com and then did the following.
People, you _REALLY_ and I mean REALLY REALLY don't need to and should not be doing this. This is what the install-nvidia-debian.sh script is for, and why the hints have detailed directions on how to run it. In this case the
Code: install-nvidia-debian.sh 173.14.09 -force
command documented in the hints would have done this far more quickly, efficiently and painlessly that this error prone sounding multi-step procedure. 
|
|
Top |
|
 |
weblst
|
Posted: Thu Jul 10, 2008 2:10 am |
|
Joined: Wed Feb 15, 2006 3:18 pm
Posts: 47
|
Fair comment but I have tried the install-nvidia-debian.sh script without success in the past. Nothing like waiting for a large file to download only to have the install fail and the source file deleted with a manual download following (perhaps caching the source would be a good addition). Hence a few simple Linux commands certainly doesn't scare me. Although I will admit a fairly strong and broad *NIX skill set. Sorry if the above is outside the scope of this forum but I felt the need to share my experience.
_________________ --
2.4 GHz P4 - 1GB Ram - 200 GB HardDisk
2 x DVICO DVB-T Lite
nVidia 7300GT - DVICO PCI Remote - R6
Wifey loves it more than me.
--
|
|
Top |
|
 |
tjc
|
Posted: Thu Jul 10, 2008 6:49 am |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
Well first since 173.14.09 is already on the system, downloading it is redundant, and second the install-nvidia-debian.sh is now very reliable. It just plain works. Both of these points are scovered in the R5.5 Hints.
The main source of the problem you and a few others are having seems to be lspci not being able to get the cards identity, the right drivers and tools are there, but if the cards are not self identifying properly it's nearly impossible for the automation to select and install the right one.
|
|
Top |
|
 |
Human
|
Posted: Thu Jul 10, 2008 8:43 am |
|
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location:
Mechanicsburg, PA
|
tjc wrote: The main source of the problem you and a few others are having seems to be lspci not being able to get the cards identity
Basically, yes. The root cause is that the nVidia-supplied mapping between PCI ID and driver version does not include a mapping for ID "02e2" so it's coming up empty.
weblst, please help us fix this for others. First, run this command and post the results:
Code: check-nvidia-driver-version.pl Next, edit /usr/local/share/knoppmyth/nvidia/exceptions.txt to contain this line: Code: 02e2 173.14.09 and then run this again and post results: Code: check-nvidia-driver-version.pl
That should tell the scripting that your device gets driver 173.14.09.
_________________ KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!
|
|
Top |
|
 |
weblst
|
Posted: Fri Jul 11, 2008 1:50 am |
|
Joined: Wed Feb 15, 2006 3:18 pm
Posts: 47
|
My pleasure:
Ran check-nvidia-driver-version.pl as root and no results returned.
Edited file as requested and still no results.
cat exceptions.txt
Code: # Some models of AGP GeForce 6200 TC are not documented in nVidia's tables 02e2 173.14.09
_________________ --
2.4 GHz P4 - 1GB Ram - 200 GB HardDisk
2 x DVICO DVB-T Lite
nVidia 7300GT - DVICO PCI Remote - R6
Wifey loves it more than me.
--
|
|
Top |
|
 |
weblst
|
Posted: Sun Jul 20, 2008 8:22 pm |
|
Joined: Wed Feb 15, 2006 3:18 pm
Posts: 47
|
OK To get this card recognized all it took was the command :
Code: update-pciids
It seemed to download something and it is fine now. Not sure if this can be incorporated in the future because I will obviously loose the fix if I need to reinstall. I think if I ran this just after the initial reboot it may do the job and then my card will be detected.
_________________ --
2.4 GHz P4 - 1GB Ram - 200 GB HardDisk
2 x DVICO DVB-T Lite
nVidia 7300GT - DVICO PCI Remote - R6
Wifey loves it more than me.
--
|
|
Top |
|
 |
Human
|
Posted: Mon Aug 25, 2008 1:11 pm |
|
Joined: Thu Sep 30, 2004 11:29 am
Posts: 2419
Location:
Mechanicsburg, PA
|
weblst wrote: OK To get this card recognized all it took was the command : Code: update-pciids It seemed to download something and it is fine now. Not sure if this can be incorporated in the future
Good troubleshooting work! I'll incorporate the (backgrounded) command into the installation process after the network is setup. The worst-case scenario would be if you needed an updated PCI ID list to make your network device work, but that can't really be avoided and doesn't seem to occur much anyway.
_________________ KnoppMyth R5.5
MythiC Dragon v2.0
Join the KnoppMyth Frappr!
|
|
Top |
|
 |
psproule
|
Posted: Mon Aug 25, 2008 8:19 pm |
|
Joined: Mon Aug 11, 2008 3:46 pm
Posts: 11
|
As TJC and others keep saying to use the script - any clues on why the install script wont work in this instance?
Code: root@mythtv:~# install-nvidia-debian.sh 173.14.09 -force /usr/local/bin/install-nvidia-debian.sh: BEGIN ls: /usr/src/debs/nvidia/latest/nvidia-*14.09*: No such file or directory ls: /usr/src/debs/nvidia/legacy/nvidia-*14.09*: No such file or directory Missing packages for nVidia driver version 14.09. We will try installing from source. Uncompressing kernel... There was an error uncompressing the kernel sources. Try to obtain valid kernel sources and try again. /usr/local/bin/install-nvidia-debian.sh: END root@mythtv:~#
|
|
Top |
|
 |
tjc
|
Posted: Mon Aug 25, 2008 11:59 pm |
|
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location:
Arlington, MA
|
|
Top |
|
 |