[expert] modules

2003-01-29 Thread Jorris Graad
Can someone tell me how to compile and install modules. Please explain it step by step because I'm not an expert at this things. Ivo. _ Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year. http://login.mail.lycos.com/br

Re: [expert] modules

2003-01-30 Thread kwan
On Thu, 30 Jan 2003, Jorris Graad wrote: > Can someone tell me how to compile and install modules. Please explain > it step by step because I'm not an expert at this things. This depends somewhat on how you acquired the module. If you have some module sources you can usually do something like thi

[expert] Modules probs

2002-07-07 Thread Wolfgang Bornath
Hi, I connected an external Sony CD/RW via pcmcia to my laptop. The kernel card service recognizes it as kernel: Linux Kernel Card Services Kernel Version kernel: options: [pci] [cardbus] [pm] kernel: PCI: Found IRQ 11 for device 00:03.0 kernel: PCI: Sharing IRQ 11 with 00:01.4 kernel: Yenta

[expert] modules - rebuild

1999-11-10 Thread Steven Smith
Sorry to hear about this... I don't know if this applies to you but when it happened to me, I found out that I needed to rebuild/compile my modules everytime I upgraded the kernel. [This was part of a kernel compile - make_modules] Hope this helps! S. Douglas Smith Sr. ---

[expert] Modules prob II

2002-07-07 Thread Wolfgang Bornath
Hi, another one: My /etc/modules.conf says: alias usb-interface usb-ohci alias sound-slot-0 trident above trident snd-pcm-oss alias eth0 sis900 and usb, sound and eth0 work perfectly. But while searching for a solution for my other modules problem (see other mail) I found in /var/log/messages:

Re: [expert] Modules probs

2002-07-07 Thread Bill Davidson
On Sun, 7 Jul 2002 11:59:36 +0200 Wolfgang Bornath <[EMAIL PROTECTED]> wrote: > Hi, > > I connected an external Sony CD/RW via pcmcia to my laptop. The > kernel card service recognizes it as > > kernel: Linux Kernel Card Services Kernel Version > kernel: options: [pci] [cardbus] [pm] > kern

Re: [expert] Modules probs

2002-07-07 Thread Wolfgang Bornath
On Sun, Jul 07, 2002 at 12:46 -0400, Bill Davidson wrote: > On Sun, 7 Jul 2002 11:59:36 +0200 > Wolfgang Bornath <[EMAIL PROTECTED]> wrote: > > > The real problem is, I want to use it with any burning app, so I have > > to put 'hde=ide-scsi' into lilo.conf. I did that but cdrecord doesn't > > find

Re: [expert] Modules probs

2002-07-07 Thread Bill Davidson
On Sun, 7 Jul 2002 18:45:07 +0200 Wolfgang Bornath <[EMAIL PROTECTED]> wrote: > On Sun, Jul 07, 2002 at 12:46 -0400, Bill Davidson wrote: > > I'm not familiar with pcmcia, but for an ide burner, you need a line > > in/etc/modules that reads 'scsi_hostadapter' and a line in > > modules.conf that

Re: [expert] Modules probs

2002-07-07 Thread James
On Sun, 7 Jul 2002 18:45:07 +0200 Wolfgang Bornath <[EMAIL PROTECTED]> said with temporary authority > On Sun, Jul 07, 2002 at 12:46 -0400, Bill Davidson wrote: > > On Sun, 7 Jul 2002 11:59:36 +0200 > > Wolfgang Bornath <[EMAIL PROTECTED]> wrote: > > > > > The real problem is, I want to use it wi

Re: [expert] Modules probs

2002-07-07 Thread Wolfgang Bornath
On Sun, Jul 07, 2002 at 13:29 -0400, Bill Davidson wrote: > > What does lsmod say. Do you have ide-scsi loaded? Maybe you need to > modprobe ide-scsi. # lsmod Module Size Used byNot tainted sg 30180 0 (autoclean) (unused) ide-cs 3712

Re: [expert] Modules probs

2002-07-07 Thread Wolfgang Bornath
On Sun, Jul 07, 2002 at 11:24 +, James wrote: > wobo, > >You probably already did this but make sure that the "order" in the > rc.level you are going for runs pcmcia startup script before, it tries > to mount the drive. Otherwise it won't work. ??? The pcmcia script runs at boot time.

Re: [expert] Modules prob II

2002-07-07 Thread civileme
Wolfgang Bornath wrote: >Hi, another one: > >My /etc/modules.conf says: > >alias usb-interface usb-ohci >alias sound-slot-0 trident >above trident snd-pcm-oss >alias eth0 sis900 > >and usb, sound and eth0 work perfectly. But while searching for a >solution for my other modules problem (see other

[expert] modules and NetGear ethernet card

2001-08-09 Thread Rusty Carruth
A friend of mine bought some NetGear ethernet cards, FA311 Fast Ethernet PCI card, to be precise, and I'm trying to get one to work on his linux box. Its LM7.2 on the box, on a PII/200 w/32M ram. The card comes with a disk with instructions on how to make it work for Red Hat, so I tried them a

Re: [expert] modules and NetGear ethernet card

2001-08-09 Thread Sheldon E. Newhouse
Did you try the tulip.o module. That is what works on my Netgear card. I have not tried this on Mandrake 8.0, but on the other systems I run, a simple modprobe tulip.o worked. -sen On Thu, 9 Aug 2001, Rusty Carruth wrote: > > A friend of mine bought some NetGear ethernet cards, FA311 Fast >

Re: [expert] modules and NetGear ethernet card

2001-08-14 Thread David Rankin
Rusty Carruth wrote: > A friend of mine bought some NetGear ethernet cards, FA311 Fast > Ethernet PCI card, to be precise, and I'm trying to get one to > work on his linux box. > > Its LM7.2 on the box, on a PII/200 w/32M ram. > > The card comes with a disk with instructions on how to > make it w