Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-15-2005, 01:14 PM
|
#1
|
Senior Member
Registered: Feb 2004
Location: lost+found
Distribution: CentOS
Posts: 1,430
Rep:
|
Help, linux install didnt detect my onboard nic!!
Help, linux install didnt detect my onboard nic!! I use centos 4.1
I have the IntelD945Psn board, it came with a CD but only has drivers for windows for the lan
How can I get the nic to work with linux? Where can I download CentOS drivers?
- What's New in This Release
- User Guides
- Intel(R) PROSet for Windows* Device Manager
- Intel Fiber Optic Adapters
- Saving and Restoring Adapter Settings
- Teaming Notes
- Intel(R) PRO/1000 PM Network Connection Notes
- Microsoft* Windows* XP x64 and Windows Server* 2003 x64 Notes
- Microsoft Windows XP Notes
- Microsoft Windows 2000 Notes
- Microsoft Windows NT* 4.0, Windows 98, and Windows Me Notes
- Intel(R) PRO/10GbE Adapter Notes
- Intel(R) Quad Port Server Adapter Installation Notes
- Known Issues
- Customer Support
|
|
|
11-15-2005, 02:42 PM
|
#2
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
ahh you're new to this right? You can't download CentOS's driver for it. CentOS doesn't make a driver for it. This is because it's part of the Linux kernel already, which is outside to realm of "Centos" as an entity. in brief, if you have a PRO/1000 chipset just do "modprobe e1000" and that should be it... you'll have an eth0 ready to configure. if this works you'd put a permanent entry in /etc/modules.conf saying "alias eth0 e1000" and it'll load on boot. those three words are all that the "detection" would do. but you can always run kudzu manually to try to detect it anyway...
|
|
|
11-18-2005, 11:02 AM
|
#3
|
Senior Member
Registered: Feb 2004
Location: lost+found
Distribution: CentOS
Posts: 1,430
Original Poster
Rep:
|
Thanks!
I am having the same problem with a board with a
Onboard Marvell 8053 chip, how would I find the modprobe command for that?
Do i need a driver for that one?
Notes and Observations:The On-Board Marvell 8053 Gigabit Lan chip wasn't detected by normal install , must get driver file install-8_16.tar.bz2 then install and set it up.
Where do I get install-8_16.tar.bz2?
Last edited by abefroman; 11-18-2005 at 11:06 AM.
|
|
|
11-18-2005, 03:01 PM
|
#4
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417
|
OK, well that is slightly closer to the bone actually, but from what i recall the sk98lin module is where you want to be looking, which *should* be part of your default kernel. run "modprobe sk98lin" and see if the last few lines of "demsg"'s output look happy. if that works, you'd just add a line "alias eth0 sk98lin" to /etc/modprobe.conf and that'll load it on boot each time.
|
|
|
11-18-2005, 07:07 PM
|
#5
|
Senior Member
Registered: Feb 2004
Location: lost+found
Distribution: CentOS
Posts: 1,430
Original Poster
Rep:
|
root@server109 [~]# dmesg -c
root@server109 [~]# modprobe sk98lin
modprobe: Can't locate module sk98lin
root@server109 [~]# dmesg
root@server109 [~]#
It doesnt seem to find it, is there anything else I can try?
|
|
|
All times are GMT -5. The time now is 12:11 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|