Re: drivers in linux

2007-01-15 Thread Chris Lale
Andrew Sackville-West wrote: [...] no not really. and there is no need for one. upon booting, the linux kernel digs through all the hardware it can find on the system and attempts to automatically load the appropriate "drivers" (typically called modules). If it can't find a module for a particula

Re: drivers in linux

2007-01-12 Thread Paul Johnson
Andrew Critchlow wrote: > Can anyone please explain to me how drivers work in linux/debian? > I am a newbie and have come over from microsoft. So my knowledge is of > drivers and device manager and stuff from windows. > > > Is there such a device manager in linux/debian? No. In fact, forget

Re: drivers in linux

2007-01-12 Thread celejar
On 1/12/07, Kevin Mark <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jan 11, 2007 at 08:00:02PM -0500, celejar wrote: [snip] > Module-assistant is a Debian-specific tool for the building and > installing of drivers that Debian packages as source code

Re: drivers in linux

2007-01-12 Thread Kevin Mark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jan 11, 2007 at 08:00:02PM -0500, celejar wrote: > On 1/11/07, jdaues <[EMAIL PROTECTED]> wrote: > > [snip] > > >I've only started using Debian in the last week, so be warned. > >But so far the closest thing I see to a device manager is a pac

Re: drivers in linux

2007-01-11 Thread Andrew Sackville-West
On Thu, Jan 11, 2007 at 11:43:22PM +, Andrew Critchlow wrote: > Can anyone please explain to me how drivers work in linux/debian? > I am a newbie and have come over from microsoft. So my knowledge is of > drivers and device manager and stuff from windows. welcome to the dark side... > >

Re: drivers in linux

2007-01-11 Thread Douglas Tutty
On Thu, Jan 11, 2007 at 11:43:22PM +, Andrew Critchlow wrote: > Can anyone please explain to me how drivers work in linux/debian? I > am a newbie and have come over from microsoft. So my knowledge is of > drivers and device manager and stuff from windows. > > > Is there such a device manag

Re: drivers in linux

2007-01-11 Thread celejar
On 1/11/07, jdaues <[EMAIL PROTECTED]> wrote: [snip] I've only started using Debian in the last week, so be warned. But so far the closest thing I see to a device manager is a package called module-assistant: http://packages.debian.org/unstable/devel/module-assistant Module-assistant is a Deb

Re: drivers in linux

2007-01-11 Thread Kevin Mark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Jan 11, 2007 at 11:43:22PM +, Andrew Critchlow wrote: > Can anyone please explain to me how drivers work in linux/debian? > I am a newbie and have come over from microsoft. So my knowledge is of drivers > and device manager and stuff from w

Re: drivers in linux

2007-01-11 Thread Tyler MacDonald
Andrew, This works way, way, way differently in linux. If you type "dmesg", after a clean boot, you'll get a report of every driver that started up. If you type "ifconfig -a", you can get a list of all configured network cards. If you type "lsmod", you'll get a li

Re: drivers in linux

2007-01-11 Thread jdaues
Andrew Critchlow wrote: Can anyone please explain to me how drivers work in linux/debian? I am a newbie and have come over from microsoft. So my knowledge is of drivers and device manager and stuff from windows. Is there such a device manager in linux/debian? And if I was to install a networ

drivers in linux

2007-01-11 Thread Andrew Critchlow
Can anyone please explain to me how drivers work in linux/debian? I am a newbie and have come over from microsoft. So my knowledge is of drivers and device manager and stuff from windows. Is there such a device manager in linux/debian? And if I was to install a network card for example how cou