I'm new to openSUSE and as a matter of fact, to linux too. I've got a Linksys WUSB600N wireless adapter which used to work fine with some live versions of linux that I was testing out before moving onto suse... Each time, upon booting using live CDs, I used to copy the driver I had downloaded from:
Then 'make' and get into the driver's os/linux directory to load the driver using 'insmod rt2870sta.ko' Now, upon doing a 'make' and 'make install', followed by the 'insmod rt2870sta.ko', I get the error saying:
insmod: error inserting 'rt2870sta.ko': -1 Invalid module format
I tried doing 'modprobe -rv rt2870sta' and didn't get any error messages. But while doing 'modprobe -v', this error shows up: insmod /lib/modules/2.6.27.7-9-default/kernel/drivers/net/wireless/rt2870sta.ko
FATAL: Error inserting rt2870sta (/lib/modules/2.6.27.7-9-default/kernel/drivers/net/wireless/rt2870sta.ko): Invalid module format
i installed SLES 11 sp1 as guest on openSUSE 11.3 host, then change the adapter network from 'NAT' to 'Bridged Adapter', but when i hit start i got this error message: Failed to open a session for the virtual machine sles. Failed to open/create the internal network 'HostInterfaceNetworking-wlan0' (VERR_SUPDRV_COMPONENT_NOT_FOUND). Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND). One of the kernel modules was not successfully loaded. Make sure that no kernel modules from an older version of VirtualBox exist. Then try to recompile and reload the kernel modules by executing '/etc/init.d/vboxdrv setup' as root (VERR_SUPDRV_COMPONENT_NOT_FOUND). but when run: sudo /etc/init.d/vboxdrv setup
I have a problem with loading the powersaving kernel module p4-clockmod.ko. When I try inserting the module (via modprobe or insmod) I get FATAL: Error inserting p4_clockmod (/lib/modules/2.6.31.8-mediaserver/extra/p4-clockmod.ko): Invalid module format The module has been compiled together with the kernel. Other modules load with no problem at all. I've tried recompiling the kernel (after re-installing the sources, make xconfig from scratch) - no avail. There's only one kernel source package installed. Searching the forum and google didn't yield a helping answer.
I successfully built the sources for 64 bit linux drivers from [URL].... on the 64 bit F14 machine: Linux localhost.localdomain 2.6.35.6-45.fc14.x86_64 #1 SMP Mon Oct 18 23:57:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux and got wl.ko:
I'm having some troubles with nfsd in slackware-current. When I start the service, I get the following error messages: Quote:
WARNING: Error inserting sunrpc (/lib/modules/2.6.33-smp/kernel/net/sunrpc/sunrpc.ko): Invalid module format WARNING: Error inserting auth_rpcgss (/lib/modules/2.6.33-smp/kernel/net/sunrpc/auth_gss/auth_rpcgss.ko): Invalid module format WARNING: Error inserting lockd (/lib/modules/2.6.33-smp/kernel/fs/lockd/lockd.ko): Invalid module format FATAL: Error inserting nfsd (/lib/modules/2.6.33-smp/kernel/fs/nfsd/nfsd.ko): Invalid module format
The mount fails from the clients with the error message: Quote: mount.nfs: access denied by server while mounting jupiter:/media/Backup A look at syslog from the server side gives: Quote: exportfs: exports duplicate symbol exportfs_decode_fh (owned by kernel) mountd[28198]: getfh failed: No such device kernel: exportfs: exports duplicate symbol exportfs_decode_fh (owned by kernel)
After much tiddling'n'fiddling I finally got my new Linksys WUSB600N v2 working. Contrary to many posts, mine did NOT work with either the standard rt2870sta module, nor the updated version from the driver:wireless repo. Also the rt2870 version from the ralink website didn' t work. After a days worth of Googling I came across this post. The bottom line?
1. Download rt3572 from the Ralink website. 2. Add {USB_DEVICE(0x1737,0x0079)}, /* WUSB600N v2 */ to common/rtusb_dev_id.c 3. Follow README_STA
I did not install firmware packages. And be sure the rt2800sta module doesn' t get loaded. (you could just remove it, I suppose.)
module loads successfully; another is using (CC) and then creating the module by "make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules", this module gives the error message when it is inserted, .........
insmod: error inserting 'kernel.ko': -1 Invalid parametersI am getting this error when i am try to insert kernel.ko into kernelMy systemfedora 12 with gcc 4.4.2insmod kernel.koinsmod: error inserting 'kernel.ko': -1 Invalid parametersmy program
Can someone tell me how to correct the "Invalid module format"? I hope that correcting the "Invalid module format" error, I will not have the "Unknown symbol in module" error.
Note: I am using wlan1 for this module as I previously am online with the wlan0 network.The same error occurs if I use ./wlan0up.
I'm trying to install a Linksys WUSB600n dual-band USB wireless-N adapter onto a desktop system with opensuse 11.1 installed; this system will be migrating to a back porch with no cabling access, hence the wireless solution. Everything works fine under Windows XP, but on Linux, not so much. Hardware info is as follows; there is no "Wireless LAN" entry, but there is a USB entry:
A little background first: Wireless card: Broadcom BCM4312 Wireless driver used: [URL].... (and slackbuild variation of the same) GFX card: nVidia geForce 7150m I installed Slackware yesterday, along side my Ubuntu (yes yes, I use Ubuntu lol. I've been using it for about four years, I added Slackware to grub.cfg, using the OS prober, which added four menu entries. The first two caused kernel panic, the third worked, and I don't think I tried the fourth. (I'm pretty sure they were, in this order: generic, generic-smp, huge, and huge-smp). Using huge, I could not modprobe my wireless driver, I would get a "Invalid Module Format" error with wl, and when installing the nVidia drivers (from their site), I would get:
[code]....
I then booted using a menuentry my friend gave me, created my initrd, and everything worked fine, both graphics and wireless (mostly fine). So I upgraded to -current, kernel 2.6.35.10, and I started getting the same errors as before, 'Invalid Module format' and the same thing with the nVidia drivers, although this time, it happens regardless of if I use the generic kernel, or the huge kernel. I've done heaps of Google'ing around, and nothing I found worked.
i created a sample module and while trying to insert it i am getting the message "Killed". But when I did lsmod my module was listed out there and was 'Used by' 1. Maybe because it is in use I cannot do a rmmod on my module. How to overcome this, that is do a rmmod while it is still in use?
I have some problems with CentOS 5.4 and standard kernel 2.6.32.7, which I need for realtime extensions.With the solution in this thread: [URL] I could boot the new standard kernel , There are still two error messages during the boot process:
I am trying to compile the Cisco vpnclient on my Opensuse 11.2 and (after some troubles) I got the module compiled and installed but when I try to load with insmod I got this error
I am able to use the vpnclient forcing the module with modprobe -f cisco_ipsec but I'd prefer to solve the 'invalid format' original problem. I 'googled' around and it seems related with this warning during vpn_install script "WARNING: Symbol version dump /usr/src/linux-2.6.31.12-0.2/Module.symvers is missing; modules will have no dependencies and modversions." I have these rmps:........
I started a fedora 15 live cd last night, and at the top right corner, i noticed that wireless was not active. Right mouse button on the internet icon showed me that fedoar recognized the usb device as it is,, a Linksys WUSB600N wireless lan.
However, fedora warned me that the firmware was not available, therefore i was not able to configure the WUSB600N. To be specific,, it's the V2 version.
My question is,, does this device work with linux fedora? i assume that i need to install the required firmware in order to use the device.
i cant connect to my wireless network... im using karmic. Ive searched and found quite a lot of threads but arent sure where to start. I have a Linksys wusb600n, and are trying to connect to my network. It detects the network fine but doesnt connect.
I have a laptop running 11.2 with an internal Broadcom-based Wi-Fi card that's working fine. I'm trying to get 802.11n going with the WUSB600N. The USB ID on this device is 1737:0079. I believe this means it's a "V2" with an RT3572 chip.
No driver loads for this device when it's plugged in. If I do a "modprobe rt2870sta", a driver loads, and syslog shows "rtusb init" and "usbcore: registered new interface driver rt2870". But ifconfig -a doesn't show a new network interface. I've also tried building the RT3572 driver from the manufacturer's web site. It builds fine, and modprobe will load it, but I get the same results as the rt2870sta driver.
I have a Linksys wusb600n v.2/rt2870 that Ubuntu isn't dececting ndiswrapper is installed and appears to have taken well to the XP drivers but the card itself is still not being detected. I looked at the Linux drivers for it but i have no idea how to install the tar.tar.something file(i cant even find the ralink site anymore).to rest of the process. I even managed to make my way up to the library to get a couple of books but the latest one was written in 2006. I installed root and tryed a few commands but nothing made sence.
I am running Red Hat with 2.6.18-194.8.1.el5PAE kernel version. I am trying to run encryptfs to encrypt a partition on my hard drive. One of the kernel modules necessary is the md5.ko. I noticed it wasn't loaded in when doing an lsmod. I tried running modprobe md5 and it fails to load:
my wireless adapter(WUSB600N) doesn't run when I log in. The driver is loaded on start-up but the green light is not on the adapter. I have to physically disconnect the adapter and plug it back in to get it recognised and it works fine afterwards
I've got a brand new Advantech USB 4761 Digital/Analog PC Lab card. They claim to run under Linux. The install, " dpkg -i advdaq_1.04.0006-1_i386.deb", was successful. But when I tried to modify and run their install script, "adv_load_template", I get this:./adv_load_templateinsmod: error inserting './modules/advdrv_core.ko': -1 Invalid module format insmod: error inserting './modules/usb4761.ko': -1 Invalid module format
I am using reliance zte modem ac2726.i inserted the modem in my laptop and tried wvdialconf command and it was working.but when i type
Code:
modprobe usbserial vendor=0x19d2 product=0xfffd
command it shows the following error message
Code:
FATAL: Error inserting usbserial (/lib/modules/2.6.29.4-167.fc11.i686.PAE/kernel/drivers/usb/serial/usbserial.ko): Invalid module format But "cat /proc/bus/usb/devices","lsusb","dmesg" everything are working perfectly."Wvdial.conf" file also got configured perfectly.what can i do now?
I have just started to work on Ubuntu (Ubuntu 10.4 LTS) and I am having some problems to get a WUSB600N vers. 2 802.11n adapter working. I have followed the procedure described at [URL] . The compilation has been successful and I can see the kernel loaded an the module detected:
Code:
adrien@ubuntu:/$ lsmod | grep rt3572 rt3572sta 612272 1 adrien@ubuntu:/$ lsusb Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[code]....
The wireless adapter is detected by the system and it can scan the neighboring APs (cf. below with MAC address made unreadable):
I managed to find an older version of the rt3572 driver to compile to get this dongle to work fine, and it did. After that I added "module rt3572sta" (or whatever it is, not on Ubuntu to check now) to the end of /etc/modules. However, when I boot up Ubuntu, most of the time the driver won't load. If I run 'modprobe rt3572sta' from the terminal, I get this message -
I think lightning may have killed it. It was working fine. Now I cant get it recognized no matter what I do. It also quit working in Win XP where I never had a problem with it because it had its own connection software.
dmesg yields this- RTUSB disconnect successfully [ 312.876034] usb 2-1: new full speed USB device using uhci_hcd and address 7 [ 312.996021] usb 2-1: device descriptor read/64, error -71 [ 313.220031] usb 2-1: device descriptor read/64, error -71 [ 313.436038] usb 2-1: new full speed USB device using uhci_hcd and address 8 [ 313.556025] usb 2-1: device descriptor read/64, error -71 [ 313.780031] usb 2-1: device descriptor read/64, error -71 [ 313.996032] usb 2-1: new full speed USB device using uhci_hcd and address 9 [ 314.404022] usb 2-1: device not accepting address 9, error -71 [ 314.516021] usb 2-1: new full speed USB device using uhci_hcd and address 10 [ 314.924029] usb 2-1: device not accepting address 10, error -71 [ 314.924046] hub 2-0:1.0: unable to enumerate USB device on port 1 [ 343.664017] pan0: no IPv6 routers present [ 809.024049] usb 1-1: new high speed USB device using ehci_hcd and address 10 [ 809.182271] usb 1-1: configuration #1 chosen from 1 choice [ 809.182837] [ 809.182839] [ 809.182840] === pAd = ffffc20020b41000, size = 598568 === [ 809.182841] [ 809.182845] <-- RTMPAllocAdapterBlock, Status=0 guest3@guest3-desktop:~$
i'm very new at this and tried to install Linksys WUSB600N v2what i would like to know how uninstall any drivers/ software i may have already put on the os. how can i verifry that the device is functional after installing drivers.