View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 5 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Thu Feb 07, 2008 6:16 am 
Offline
Joined: Sat Mar 18, 2006 12:27 pm
Posts: 14
I changed the mobo in my KnoppMyth box and change was mostly succesful. Only problem that remained is that I couldn't get my network controller functional. I tested the mobo with KnoppMyth Live Frontend and controller was functional.

So, how could I get it functional in current KnoppMyth installation?

The old PHY controller was Realtek RTL8211 and the "new" is Vitesse VSC8201.

The old mobo chipset was nVIDIA GeForce 6100/nForce 430 and the "new" is nVIDIA nForce4-4X


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 07, 2008 7:34 am 
Offline
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location: Farmington, MI USA
Try running netcardconfig as root.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 07, 2008 7:47 am 
Offline
Joined: Sat Mar 18, 2006 12:27 pm
Posts: 14
slowtolearn wrote:
Try running netcardconfig as root.

Done. Tool claims that there is no supported hardware present. :cry:



Do I really have to consider reinstalling the whole OS? :roll:

I really am concerned about loosing something during installation... :shock:


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 07, 2008 11:32 am 
Offline
Joined: Wed Nov 16, 2005 8:55 pm
Posts: 1381
Location: Farmington, MI USA
melter wrote:
...I tested the mobo with KnoppMyth Live Frontend and controller was functional.
melter wrote:
slowtolearn wrote:
Try running netcardconfig as root.

Done. Tool claims that there is no supported hardware present. :cry:
I would start by booting up the KM CD into "frontend mode" and running lspci | grep Ether to determine what the chipset is identified as, then searching the output of dmesg for pertinent information regarding the driver.

A quick Google for your motherboard's make/model may give you that information as well. As you didn't supply that information my Googling didn't turn anything up :wink:


Top
 Profile  
 
 Post subject:
PostPosted: Thu Feb 07, 2008 7:54 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
melter wrote:
Do I really have to consider reinstalling the whole OS? :roll:

I really am concerned about loosing something during installation... :shock:

This is what (or at least one of the things) upgrades are for. The R5F27 Hints include a summary of how to look for any post install tweaks you may have made to avoid forgetting. I've also discussed it in much more detail elsewhere in the forums. Start with a list of installed packages using something like:
Code:
apt-cache pkgnames | sort >/myth/backup/packages.txt

A listing of all the file on the system might be useful to figure out what has changed later.
Code:
find / /myth -xdev -ls >/myth/backup/all.files.txt

Finally a more targeted list of files that have changed since your install.
Code:
find / -xdev -newer /etc/.epoch -ls |
 awk '$11 !~ "/root/.*" &&
      $11 !~ "/tmp/.*" &&
      $11 !~ "/home/mythtv/.*" &&
      $11 !~ "/var/log/.*" &&
      $11 !~ "/usr/share/mythtv/mythweb/data/tv_icons/.*" &&
      $11 !~ "/usr/share/mythtv/mythweb/data/cache/.*" &&
      $11 !~ "/var/lib/mysql/.*" {print $0}' >/myth/backup/changed.files.txt

more /myth/backup/changed.files.txt

This last should be reviewed before you upgrade to remind you of any changes you've made.


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu