LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   new kernel modem dont work (https://www.linuxquestions.org/questions/linux-general-1/new-kernel-modem-dont-work-101321/)

demmylls 10-07-2003 02:38 PM

new kernel modem dont work
 
hurray! hurray! i have successfully run my new kernel-2.4.22 after compiling it. the problem now is that i i cant online using my USB smartlink modem.
even that i have compiled my modem driver and installed it with no error.
this driver works for my previous kernel-2.4.20-8 :(

trickykid 10-07-2003 02:47 PM

Did you make sure you compiled USB support and anything else related to your modem that is necessary in order for it to work properly?

demmylls 10-07-2003 03:24 PM

is there a possible chance that work for this new kernel?
since that i work for kernel-2.4.20-8

trickykid 10-07-2003 03:48 PM

Quote:

Originally posted by demmylls
is there a possible chance that work for this new kernel?
since that i work for kernel-2.4.20-8

If it works in 2.4.20, I'm pretty sure the support is there for 2.4.22.. did you actually read my first response at all??

demmylls 10-08-2003 05:22 AM

after reompiled the kernel again with new uncompressed source from tar.gz
i receive this error when wanted to make modules_install

find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.22; fi
depmod: *** Unresolved symbols in /lib/modules/2.4.22/kernel/crypto/autoload.o
depmod: crypto_alg_lookup
depmod: *** Unresolved symbols in /lib/modules/2.4.22/kernel/crypto/proc.o
depmod: crypto_alg_sem
depmod: crypto_alg_list
[root@localhost linux-2.4.22]#


but i installed the driver into /boot and boot into it and install the modem driver and go this error
depmod: *** Unresolved symbols in /lib/modules/2.4.22/kernel/crypto/autoload.o
depmod: *** Unresolved symbols in /lib/modules/2.4.22/kernel/crypto/proc.o
[root@localhost slmdm-2.7.14]#

but after all that error and i ignored it and install the modem driver it works and now i am using this modem to send message here!


All times are GMT -5. The time now is 03:30 AM.