Results 1 to 3 of 3
It's me again, Suse 11.0 noob. Suse 11.0 does not recognise my ethernet adapter so I am unable to connect to the internet. The driver is listed as Via 3.67.0.452 ...
- 07-24-2008 #1Just Joined!
- Join Date
- Jul 2008
- Location
- ipswich,suffolk,U.K.
- Posts
- 13
Via Rhine 11 fast ethernet adapter
It's me again, Suse 11.0 noob. Suse 11.0 does not recognise my ethernet adapter so I am unable to connect to the internet. The driver is listed as Via 3.67.0.452 (on my windows section) how can I get connected to the internet please? Any help or advice gratefully accepted. When I ran Mandriva 2008 my internet connection was picked up straight away, just for information. Thanks again.
- 07-25-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
I think that network controller probably uses the via-rhine module.
You can check to see if the module is already loaded by running the following command from the command line:
If it's not loaded, you can try these commands to load it:Code:lsmod | grep via-rhine
You'll probably need to restart your network for the newly loaded module to work. If needed, you can try putting the module in your /etc/modprobe.conf file so that it loads automatically at boot time.Code:su - modprobe via-rhine
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 08-31-2008 #3Just Joined!
- Join Date
- Jul 2008
- Location
- ipswich,suffolk,U.K.
- Posts
- 13
Sorry to have been so long replying, many thanks for your kind help.


Reply With Quote