Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Linux 2.4.22 broke my wireless LAN setup
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
manleyd
n00b
n00b


Joined: 23 Jul 2003
Posts: 61
Location: England

PostPosted: Mon Jan 19, 2004 6:20 pm    Post subject: Linux 2.4.22 broke my wireless LAN setup Reply with quote

I use an Edimax EW-7105PC wireless LAN PCMCIA card on my laptop. It's been working fine with the Atmel driver version 2.1.2.2 and Linux kernel version 2.4.20.

Last time I ran emerge -u --deep world (stable tree) I got the 2.4.22 kernel. After compiling the new kernel with the same configuration and rebooting the LAN wouldn't start up.

The problem seems to be related to the Atmel module pcmf502rd.o. When loaded it gives the following messages:

Code:
> modprobe pcmf502rd
/lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o: unresolved symbol ether_setup_R3gig_28f37dda
/lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o: unresolved symbol skb_over_panic_R3gig_e78b30cc
/lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o: unresolved symbol unregister_netdev_R3gig_ed70badd
/lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o: unresolved symbol eth_type_trans_R3gig_dd30a5c6
/lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o: unresolved symbol __kfree_skb_R3gig_0cabaa51
/lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o: unresolved symbol register_netdev_R3gig_95c933e3
/lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o: unresolved symbol alloc_skb_R3gig_5d478d59
/lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o: unresolved symbol softnet_data_R3gig_829bf8fb
/lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o: unresolved symbol netif_rx_R3gig_bf227e31
/lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o: unresolved symbol __netdev_watchdog_up_R3gig_175ff5fb
/lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o: insmod /lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o failed
/lib/modules/2.4.22-gentoo-r2/pcmcia/pcmf502rd.o: insmod pcmf502rd failed
>


I tried recompiling the Amtel driver against the new kernel. I also tried downloading and compiling the latest version 3.2.4.4. No difference.

When I reboot the old kernel everything works fine.

Am I missing some new kernel option?
Back to top
View user's profile Send private message
Xe.Qon
n00b
n00b


Joined: 26 Nov 2003
Posts: 43
Location: Eugene, OR, USA

PostPosted: Mon Jan 19, 2004 7:40 pm    Post subject: Reply with quote

Hmmm.... I use the same drivers and have had problems when upgrading my kernel as well. Before we delve into whether your kernel is configured correctly, let's see make sure you've compiled the modules correctly against the new kernel.

You should have to:
link /usr/src/linux to your new kernel sources directory
reboot with your new kernel
go to your atmel source directory
make realclean
make config
make all install

Are you following all of these steps? If so, we'll see if there's anything else you need to do.
Back to top
View user's profile Send private message
manleyd
n00b
n00b


Joined: 23 Jul 2003
Posts: 61
Location: England

PostPosted: Mon Jan 19, 2004 8:23 pm    Post subject: Reply with quote

I was about to answer that I had tried all your suggestions but I decided to double check just to be sure. Just as well i did. I went through it again as you suggested an this time it worked! :D

The only thing I hadn't done is the make realclean step. I ran make clean instead. There must have been on old .config file in the driver source tree.

Thank you very much for your help.
Back to top
View user's profile Send private message
Xe.Qon
n00b
n00b


Joined: 26 Nov 2003
Posts: 43
Location: Eugene, OR, USA

PostPosted: Mon Jan 19, 2004 10:28 pm    Post subject: Reply with quote

Not a problem -- glad to help you fix the problem faster than it took me... :-)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum