Module installed failed on beagle board

63 views
Skip to first unread message

洛克

unread,
Apr 19, 2009, 12:31:28 PM4/19/09
to Beagle Board
For my research, I have to use the beagle board to implement a
wireless environment with Linux kernel.

Due to my USB wireless card is a RT73 chip device, I got the reference
link http://angstrom-distribution.org/demo/beagleboard/ witch support
rt73 image to implement OS system onto SD/MMC card.

Unfortunately, it can not work on my beagle board. The OS worked fine
but the wireless card was not active.

Image : uImage-2.6.26-r64-beagleboard.bin
Root file system : Angstrom-Beagleboard-demo-image-glibc-
ipk-2008.1-test-20080920-beagleboard.rootfs.tar.bz2

I think I should used the correct image and file system. (the same
kernel version between both)
However the module installation is still failed.
Does anyone please give me some suggestion how to install rt73usb
module into demo image?

Few related message as below:
=========
root@beagleboard:#
lsusb
Bus 001 Device 001: ID 1d6b:
0002
Bus 002 Device 001: ID 1d6b:
0002
Bus 002 Device 002: ID 0b05:1723 ASUSTek Computer, Inc.

root@beagleboard:# uname -
a
Linux beagleboard 2.6.26-omap1 #1 Thu Nov 13 11:19:12 CET 2008 armv7l
unknown

root@beagleboard:# modprobe rt73usb.ko
FATAL: Module rt73usb.ko not found.

root@beagleboard:/lib/modules/2.6.26-omap1/kernel/drivers/net/wireless/
rt2x00# insmod rt73usb.ko
rt73usb: disagrees about version of symbol struct_module
insmod: error inserting 'rt73usb.ko': -1 Invalid module
format

root@beagleboard:/lib/modules/2.6.26-omap1/kernel/drivers/net/wireless/
rt2x00# modinfo rt73usb.ko
filename: rt73usb.ko
license:
GPL
firmware:
rt73.bin
description: Ralink RT73 USB Wireless LAN
driver.
version:
2.1.4
author: http://rt2x00.serialmonkey.com
srcversion:
BCDDA45564E2699A9068BB7
alias:
usb:v2019pAB50d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v2019pAB01d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v0769p31F3d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v0DF6p90ACd*dc*dsc*dp*ic*isc*ip*
alias:
usb:v0DF6p9712d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v1740p7100d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v18E8p6238d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v18E8p6229d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v18E8p6196d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v1044p800Ad*dc*dsc*dp*ic*isc*ip*
alias:
usb:v1044p8008d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v15A9p0004d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v07D1p3C07d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v07D1p3C06d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v07D1p3C04d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v07D1p3C03d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v07AAp002Ed*dc*dsc*dp*ic*isc*ip*
alias:
usb:v14B2p3C22d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v1371p9032d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v1371p9022d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v0411p00F4d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v1631pC019d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v050Dp905Cd*dc*dsc*dp*ic*isc*ip*
alias:
usb:v050Dp905Bd*dc*dsc*dp*ic*isc*ip*
alias:
usb:v050Dp705Ad*dc*dsc*dp*ic*isc*ip*
alias:
usb:v050Dp7050d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v0B05p1724d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v0B05p1723d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v1690p0722d*dc*dsc*dp*ic*isc*ip*
alias:
usb:v07B8pB21Dd*dc*dsc*dp*ic*isc*ip*
depends:
rt2x00usb,rt2x00lib
vermagic: 2.6.26-omap1 mod_unload modversions
ARMv7
=========

Thanks.

Luther Blissett

unread,
Apr 20, 2009, 1:48:17 AM4/20/09
to beagl...@googlegroups.com
Try with modprobe --force-modversion it worked for the powervr
drivers. I don't know exactly why, probably two different builds of
the same kernel source got mixed, but there are modules that does not
match exactly the kernel module version.

dsnk

Frans Meulenbroeks

unread,
Apr 20, 2009, 2:28:09 AM4/20/09
to Beagle Board
This:

root@beagleboard:/lib/modules/2.6.26-omap1/kernel/drivers/net/
wireless/
rt2x00# insmod rt73usb.ko
rt73usb: disagrees about version of symbol struct_module
insmod: error inserting 'rt73usb.ko': -1 Invalid module
format

says your module is from a different version.
Guess you are using a module that does not fit with your kernel.

Frans

On Apr 20, 7:48 am, Luther Blissett <dasn...@gmail.com> wrote:
> Try with modprobe --force-modversion it worked for the powervr
> drivers. I don't know exactly why, probably two different builds of
> the same kernel source got mixed, but there are modules that does not
> match exactly the kernel module version.
>
> dsnk
>
> On Sun, Apr 19, 2009 at 6:31 PM, 洛克 <jade...@gmail.com> wrote:
>
> > For my research, I have to use the beagle board to implement a
> > wireless environment with Linux kernel.
>
> > Due to my USB wireless card is a RT73 chip device, I got the reference
> > linkhttp://angstrom-distribution.org/demo/beagleboard/witch support

Roc Lin

unread,
Apr 23, 2009, 11:48:04 AM4/23/09
to Beagle Board
Hi guys,

My issues solved.
Latest Angstrom image had built in rt73 module.
The root cause make the device not worked is the bagleboard usb port
did not support enough power.

Thanks your helps.

On Apr 20, 2:28 pm, Frans Meulenbroeks <fransmeulenbro...@gmail.com>
wrote:
> This:
>
> root@beagleboard:/lib/modules/2.6.26-omap1/kernel/drivers/net/
> wireless/
> rt2x00# insmod rt73usb.ko
> rt73usb: disagrees about version of symbol struct_module
> insmod: error inserting 'rt73usb.ko': -1 Invalid module
> format
>
> says your module is from a different version.
> Guess you are using a module that does not fit with your kernel.
>
> Frans
>
> On Apr 20, 7:48 am, Luther Blissett <dasn...@gmail.com> wrote:
>
> > Try with modprobe --force-modversion it worked for the powervr
> > drivers. I don't know exactly why, probably two different builds of
> > the same kernel source got mixed, but there are modules that does not
> > match exactly the kernel module version.
>
> > dsnk
>
> > On Sun, Apr 19, 2009 at 6:31 PM, 洛克 <jade...@gmail.com> wrote:
>
> > > For my research, I have to use the beagle board to implement a
> > > wireless environment with Linux kernel.
>
> > > Due to my USB wireless card is aRT73chip device, I got the reference
> > > linkhttp://angstrom-distribution.org/demo/beagleboard/witchsupport
> > >rt73image to implement OS system onto SD/MMC card.
> > > description: RalinkRT73USB Wireless LAN
Reply all
Reply to author
Forward
0 new messages