Linux, Plug and Play?

Ruffaz

Junior Member
Dec 3, 2001
1
0
0
Hey,

I run a linux box at home(Debian). I'm planning on upgrading my network card with a new D-link. I'm just wondering that if Linux will install all the drivers and everything by iteself since kernal configuration can be a little tough.

Thnx,

Latez,

Ruffaz
 

stirling

Member
Oct 29, 2001
127
0
0
I don't know about debian, but my slack8 box installed with a bunch of kernel modules, ready for insertion.
Check out the kernel docs to see which driver you need.
Try a 'modprobe whatever_driver_module_name'
If it works, you can throw it in the rc scripts
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Not automatically, Debian doesn't work that way. But all you should have to do is edit /etc/modules and add the driver for the new card.
 

Zach

Diamond Member
Oct 11, 1999
3,400
1
81
My Redhat system uses PCI PNP fine, ISA PNP needs leg work.. and it hurts. pnpdump, modproble,, yadda yadda. Icky.
 

Loco3KGT

Senior member
Sep 25, 2000
325
0
76
If you don't have the module, however, you'll need to go into the 10/100 network devices menu of the kernel config and choose the appropriate driver. Then recompile and install the kernel appropriately.