[Cooker] Compiling with latest kernel and gcc

2003-09-25 Thread Robert Fox
I have a Sony Vaio PCG-R505EL which happens to have a PcTel based winmodem. After finding the drivers, I compiled them successfully, but when I tried to load the module - I get this: [EMAIL PROTECTED] pctel-0.9.6]# modprobe pctel /lib/modules/2.4.22-10mdk/misc/pctel.o: The module you are trying

Re: [Cooker] Compiling with latest kernel and gcc

2003-09-25 Thread Teletchéa Stéphane
Le jeu 25/09/2003 à 10:11, Robert Fox a écrit : I have a Sony Vaio PCG-R505EL which happens to have a PcTel based winmodem. After finding the drivers, I compiled them successfully, but when I tried to load the module - I get this: [EMAIL PROTECTED] pctel-0.9.6]# modprobe pctel

Re: [Cooker] Compiling with latest kernel and gcc

2003-09-25 Thread Robert Fox
On Thu, 2003-09-25 at 11:40, Teletchéa Stéphane wrote: Le jeu 25/09/2003 à 10:11, Robert Fox a écrit : I have a Sony Vaio PCG-R505EL which happens to have a PcTel based winmodem. After finding the drivers, I compiled them successfully, but when I tried to load the module - I get this:

Re: [Cooker] Compiling with latest kernel and gcc

2003-09-25 Thread Teletchéa Stéphane
Le jeu 25/09/2003 à 11:53, Robert Fox a écrit : On Thu, 2003-09-25 at 11:40, Teletchéa Stéphane wrote: Le jeu 25/09/2003 à 10:11, Robert Fox a écrit : I have a Sony Vaio PCG-R505EL which happens to have a PcTel based winmodem. After finding the drivers, I compiled them successfully, but

Re: [Cooker] Compiling with latest kernel and gcc

2003-09-25 Thread Robert Fox
On Thu, 2003-09-25 at 12:11, Teletchéa Stéphane wrote: Le jeu 25/09/2003 à 11:53, Robert Fox a écrit : On Thu, 2003-09-25 at 11:40, Teletchéa Stéphane wrote: Le jeu 25/09/2003 à 10:11, Robert Fox a écrit : I have a Sony Vaio PCG-R505EL which happens to have a PcTel based winmodem.

Re: [Cooker] Compiling with latest kernel and gcc

2003-09-25 Thread danny
On Thu, 25 Sep 2003, Robert Fox wrote: I guess I have to write the original developers. You can also force it to compile using (for bash): export IGNORE_CC_MISMATCH=1 and then run make again. ofcourse, this might lead to a crashing driver/kernel. But it might also work. d.