I'd guess the warnings about implicit declares match up with the unresolved symbols.
On Sat, 9 Feb 2002, Ritchie Lau wrote: > > I actually do have warnings in the make all step. After > piping the regular messages to a file, I can see msgs regarding > implicit declares of 'strcpy', use of linux/malloc.h is deprecated, > use linux/slab.h, unused variables xxx, xxx defined but not used, > implicit declares of 'strlen'. > > Subsequently, the make install has a depmod -a that tells of > unresolved symbols in the o file also. > > I guess I'll try getting a matching kernel and source next. > > Thanks for your help. ...R > > > > > > -----Original Message----- > From: Stephen J. Gowdy [mailto:[EMAIL PROTECTED]] > Sent: Saturday, February 09, 2002 1:40 PM > To: Ritchie Lau > Cc: [EMAIL PROTECTED] > Subject: RE: [Linux-usb-users] Linksys WUSB11 v2.5 > > > That is probably the problem. The kernel you are running doesn't agree > with the source you are building against. I'd upgrade to 2.4.9-21 (which > is a good idea even ignoring this problem) for both your running kernel > and the source, then try again. > > On Sat, 9 Feb 2002, Ritchie Lau wrote: > > > > > They all say 2.4.7-10. > > > > I just reran make config to retrieve the only warning msg > > which says "The kernel source tree is version 2.4.7-10custom, > > current kernel is 2.4.7-10.... build date Thur Sep 6..." > > > > No other warnings or errors. > > > > ...R > > > > -----Original Message----- > > From: Stephen J. Gowdy [mailto:[EMAIL PROTECTED]] > > Sent: Saturday, February 09, 2002 1:29 PM > > To: Ritchie Lau > > Cc: [EMAIL PROTECTED] > > Subject: RE: [Linux-usb-users] Linksys WUSB11 v2.5 > > > > > > Were there any error messages during the bulid and install? What are the > > unresolved symbols? What is the output of "rpm -qa | grep ^kernel" and > > "uname -a"? > > > > On Sat, 9 Feb 2002, Ritchie Lau wrote: > > > > > > > > It is on the same disk I ran the install from. > > > > > > -----Original Message----- > > > From: Stephen J. Gowdy [mailto:[EMAIL PROTECTED]] > > > Sent: Saturday, February 09, 2002 1:17 PM > > > To: Ritchie Lau > > > Cc: [EMAIL PROTECTED] > > > Subject: RE: [Linux-usb-users] Linksys WUSB11 v2.5 > > > > > > > > > Did you download the linux source for the same version you are running? > > > > > > On Sat, 9 Feb 2002, Ritchie Lau wrote: > > > > > > > > > > > I downloaded and untared the driver from linksys. > > > > Followed their README instructions to make clean, make config and > > > > make install. Initially I didn't have the kernel source to get pass > > > > the make config so I installed the source via GNOMERPM from the 2nd > > RH7.2 > > > > cdrom. The instructions says then to plug in the usb device, run > > modprobe > > > > and there's where my error stands today. Subsequent steps were to run > > > > ifconfig wlan0 up, wlanctl-ng e.g. to set ssid, IP ... > > > > > > > > > > > > > > > > -----Original Message----- > > > > From: Stephen J. Gowdy [mailto:[EMAIL PROTECTED]] > > > > Sent: Saturday, February 09, 2002 12:57 PM > > > > To: Ritchie Lau > > > > Cc: [EMAIL PROTECTED] > > > > Subject: RE: [Linux-usb-users] Linksys WUSB11 v2.5 > > > > > > > > > > > > How did you build the module? > > > > > > > > On Sat, 9 Feb 2002, Ritchie Lau wrote: > > > > > > > > > > > > > > AFAIK, it is a straight vanilla RH7.2. > > > > > I mkdir a usb folder in the 2.4.7-10 and copied prism_usb.o there. > > > > > depmod gave me unresolved symbols also. > > > > > modprobe now gives me the same errors as well. > > > > > > > > > > I'm missing something... > > > > > > > > > > Still hope? ...R > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: Stephen J. Gowdy [mailto:[EMAIL PROTECTED]] > > > > > Sent: Saturday, February 09, 2002 12:27 PM > > > > > To: Ritchie Lau > > > > > Cc: [EMAIL PROTECTED] > > > > > Subject: RE: [Linux-usb-users] Linksys WUSB11 v2.5 > > > > > > > > > > > > > > > Is it a custom one? If not copy it to the normal place (under > > 2.4.7-10) > > > > > and then run depmod and try the modprobe again. > > > > > > > > > > On Sat, 9 Feb 2002, Ritchie Lau wrote: > > > > > > > > > > > > > > > > > The linksys config stuck it in there stating my kernel source is a > > > > custom > > > > > > one. > > > > > > Insmod gave me a bunch of unresolved symbols. > > > > > > > > > > > > Thanks but any other ideas? ...R > > > > > > > > > > > > -----Original Message----- > > > > > > From: Stephen J. Gowdy [mailto:[EMAIL PROTECTED]] > > > > > > Sent: Saturday, February 09, 2002 10:03 AM > > > > > > To: Ritchie Lau > > > > > > Cc: [EMAIL PROTECTED] > > > > > > Subject: Re: [Linux-usb-users] Linksys WUSB11 v2.5 > > > > > > > > > > > > > > > > > > Why did it put them there instead of /lib/modules/2.4.7-10? Have > you > > > > tried > > > > > > "insmod /lib/modules/2.4.7-10custom/usb/prism2_usb.o"? > > > > > > > > > > > > On Sat, 9 Feb 2002, Ritchie Lau wrote: > > > > > > > > > > > > > > > > > > > > I'm a Linux newbie. It's now Feb '02 and I haven't seen any > > threads > > > > > > > on getting my Linksys USB wlan to work. The 'unsupported' Linux > > > > driver > > > > > I > > > > > > > got from Linksys errors out at modprobe prism2_usb saying the > > > > prism2_usb > > > > > > > module is not found. I see prism2_usb.o there in > > > > > > > /lib/modules/2.4.7-10custom/usb. > > > > > > > > > > > > > > My /proc/bus/usb/devices shows my mouse and even my usb memory > > stick > > > > > > > reader but nothing about the Linksys usb wlan. > > > > > > > > > > > > > > Any ideas. Thanks. ...R > > > > > > > > > > > > > > Redhat 7.2 with 2.4.7.10 kernel > > > > > > > Linksys WUSB11 v2.5 > > > > > > > > > > > > > > > > > > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > > > [EMAIL PROTECTED] > > > > > > > To unsubscribe, use the last form field at: > > > > > > > https://lists.sourceforge.net/lists/listinfo/linux-usb-users > > > > > > > > > > > > > > > > > > > -- > > > > > > /------------------------------------+-------------------------\ > > > > > > |Stephen J. Gowdy | SLAC, MailStop 34, | > > > > > > |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | > > > > > > | | Menlo Park CA 94025, USA | > > > > > > |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | > > > > > > \------------------------------------+-------------------------/ > > > > > > > > > > > > > > > > > > > > > > -- > > > > > /------------------------------------+-------------------------\ > > > > > |Stephen J. Gowdy | SLAC, MailStop 34, | > > > > > |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | > > > > > | | Menlo Park CA 94025, USA | > > > > > |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | > > > > > \------------------------------------+-------------------------/ > > > > > > > > > > > > > > > > > > -- > > > > /------------------------------------+-------------------------\ > > > > |Stephen J. Gowdy | SLAC, MailStop 34, | > > > > |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | > > > > | | Menlo Park CA 94025, USA | > > > > |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | > > > > \------------------------------------+-------------------------/ > > > > > > > > > > > > > > -- > > > /------------------------------------+-------------------------\ > > > |Stephen J. Gowdy | SLAC, MailStop 34, | > > > |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | > > > | | Menlo Park CA 94025, USA | > > > |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | > > > \------------------------------------+-------------------------/ > > > > > > > > > > -- > > /------------------------------------+-------------------------\ > > |Stephen J. Gowdy | SLAC, MailStop 34, | > > |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | > > | | Menlo Park CA 94025, USA | > > |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | > > \------------------------------------+-------------------------/ > > > > > > -- > /------------------------------------+-------------------------\ > |Stephen J. Gowdy | SLAC, MailStop 34, | > |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | > | | Menlo Park CA 94025, USA | > |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | > \------------------------------------+-------------------------/ > > -- /------------------------------------+-------------------------\ |Stephen J. Gowdy | SLAC, MailStop 34, | |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | | | Menlo Park CA 94025, USA | |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | \------------------------------------+-------------------------/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
