LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-30-2003, 01:50 AM   #16
Q-collective
Member
 
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113

Original Poster
Rep: Reputation: 15

Quote:
Originally posted by geoff_f
Did you look in /lib/modules/<your kernel version>/modules.description? (where <your kernel version> would look something like '2.4.20-some number'). I would have expected some mention there of '8029'. If not, look in a file in the same directory called 'modules.dep'.
I have seen no mentioning of a file called modules.description....(maybe this is called entirely different in RH9?), however I looked in the file modules.dep and found nothing any similar to '8029' .
So, no...nothing
 
Old 06-30-2003, 02:51 AM   #17
geoff_f
Member
 
Registered: May 2003
Location: Canberra, Australia
Distribution: openSUSE 11.3
Posts: 445

Rep: Reputation: 31
OK, according to here:

http://translate.google.com/translat...3Fq%3DRTL-8029(AS)%2BRH9%2Bdriver%26hl%3Den%26lr%3D%26ie%3DUTF-8%26oe%3DUTF-8%26sa%3DG

your ethernet driver is 'ne2k-pci', because it is similar to an NE2000 or clones of that. So, substitute '8029as' with 'ne2k-pci' in the things to try from my previous posts and see how you go. (NE2000 is a very common ethernet card).
 
Old 06-30-2003, 02:59 AM   #18
Q-collective
Member
 
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113

Original Poster
Rep: Reputation: 15
Ok, I'll try that one! Thank you!
 
Old 06-30-2003, 04:01 AM   #19
Q-collective
Member
 
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113

Original Poster
Rep: Reputation: 15
Eureka!

I solved it! Thank you very very much!
 
Old 06-30-2003, 04:40 AM   #20
geoff_f
Member
 
Registered: May 2003
Location: Canberra, Australia
Distribution: openSUSE 11.3
Posts: 445

Rep: Reputation: 31
Great stuff! Glad to be of help.
 
Old 06-30-2003, 05:32 AM   #21
Q-collective
Member
 
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113

Original Poster
Rep: Reputation: 15
Interesting...

I now ha ve solved the problem but I get this msg which I dunno what it beholds...
redhat-config-network:
eth0 has an alias to module 3c501 in modules.config, instead of currently loaded module ne2k-pci!

Ok, I understand what it meants, but how tha heck am I gonna install this ne2-pci into the modules.config? I mean I never how to do that? I never saw ne2k-pci fully written out...what to do?

edit:
Do I just have to chance my 3c501 into ne2k-pci?

Last edited by Q-collective; 06-30-2003 at 05:37 AM.
 
Old 06-30-2003, 05:42 AM   #22
geoff_f
Member
 
Registered: May 2003
Location: Canberra, Australia
Distribution: openSUSE 11.3
Posts: 445

Rep: Reputation: 31
You will probably find a line in /etc/modules.conf saying:

alias eth0 3c501

Open /etc/modules.conf in a text editor as root (sorry, don't know how RH does that) and change that line to read:

alias eth0 ne2k-pci

Then save the file and exit. That should get rid of the msg.
 
Old 06-30-2003, 05:54 AM   #23
Q-collective
Member
 
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by geoff_f
You will probably find a line in /etc/modules.conf saying:

alias eth0 3c501

Open /etc/modules.conf in a text editor as root (sorry, don't know how RH does that) and change that line to read:

alias eth0 ne2k-pci

Then save the file and exit. That should get rid of the msg.
I sort of figured out that part for myself, just needed a vote of confident!
Thank you for all your time!

edit:
Problem is solved!

Last edited by Q-collective; 06-30-2003 at 05:58 AM.
 
Old 06-30-2003, 05:58 AM   #24
geoff_f
Member
 
Registered: May 2003
Location: Canberra, Australia
Distribution: openSUSE 11.3
Posts: 445

Rep: Reputation: 31
No probs - happy computing...
 
Old 06-30-2003, 10:30 AM   #25
Q-collective
Member
 
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113

Original Poster
Rep: Reputation: 15
Okay, now little problem part 2

Well, since my install of RH 9 I have no sound at all in here so I wanna solve that part aswell
At first I thought I just have to look at my lspci output again and do the same thing as I did for my ethernet card. However, when I look for " EMU10k1" I get a Joystick module
Do you have any insight in this one aswell? I would greatly appreciate it!
 
Old 06-30-2003, 10:52 AM   #26
Q-collective
Member
 
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113

Original Poster
Rep: Reputation: 15
To give you a little more info, this is my modules.config:

alias usb-controller usb-ohci
alias eth0 ne2k-pci
alias usb-controller usb-ohci
alias usb-controller usb-ohci
alias usb-controller usb-ohci
alias usb-controller usb-ohci
alias sound-slot-0 emu10k1
post-install sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -L >/dev/null 2>&1 || :
pre-remove sound-slot-0 /bin/aumix-minimal -f /etc/.aumixrc -S >/dev/null 2>&1 || :

I myself think that the problem may lay in the last line, but just wanna make for sure
 
Old 06-30-2003, 03:49 PM   #27
geoff_f
Member
 
Registered: May 2003
Location: Canberra, Australia
Distribution: openSUSE 11.3
Posts: 445

Rep: Reputation: 31
My modules.conf has these entries for the sound:

alias sound-slot-1 snd-emu10k1
above snd-emu10k1 snd-pcm-oss

Notice the 'snd-' prefix that yours doesn't have. However, this may be because of differences between RH and Mandrake, so I would wait for advice from someone who can speak for RH.

Don't worry about mine having 'slot-1', as my setup has an on-board sound chip as well as a PCI sound card. Yours is probably correct at 'slot-0'.

It might have been better to start a new thread for this, as it is a completely different problem. That way you would get many more people looking at it.
 
Old 06-30-2003, 09:46 PM   #28
Q-collective
Member
 
Registered: Jun 2003
Location: Netherlands
Distribution: Gentoo, obviously
Posts: 113

Original Poster
Rep: Reputation: 15
I will! Thanks for the advice!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with getting up the inet connection. velder Mandriva 8 09-10-2004 04:23 PM
Connection to Inet problems control_x Linux - Networking 3 09-06-2004 08:01 PM
trying to share an inet connection with XP class_struggle Linux - Newbie 6 08-30-2004 10:28 AM
connection to network via inet and router sowas Linux - Networking 3 07-28-2004 12:37 PM
Inet connection times out zzZoiDzz Linux - Networking 1 01-19-2004 12:33 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:59 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration