On Wed, Mar 4, 2009 at 4:39 PM, Vinay Yadav <[email protected]> wrote: >> > >> > ztemt: no version for "struct_module" found: kernel tainted. >> > ztemt: version magic '2.6.22.5-31-default SMP mod_unload 586 ' should be >> > '2.6.18.2-34-default SMP mod_unload 586 REGPARM gcc-4.1' >> [...]
>> looks like the binary driver was compiled for a different >> kernel version. There are good reasons to stay away from >> binary-only drivers. >> Yes, it seems the kernel module is not inserted correctly. If the driver came as a source package, re-compile it Otherwise uninstall the driver and try inserting again. Ideally, the system must recognize it out of the box. If it does not try: # modprobe usbserial vendor=0x05c6 product=0x3197 "rmmod usbserial" if it is already installed automatically and retry above command. You should have /dev/ttyUSB0 created at this point. Try wvdialconf again. However, more of the dmesg message would have been helpful. HTH, -- Goldwyn _______________________________________________ ilugd mailinglist -- [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi http://www.mail-archive.com/[email protected]/
