public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] RTL8187B don't work on 2.6.26, but worked on 2.6.24
@ 2008-08-31 11:37 "Mateusz A. Mierzwiński"
  2008-08-31 15:55 ` Tony "Chainsaw" Vroon
  0 siblings, 1 reply; 2+ messages in thread
From: "Mateusz A. Mierzwiński" @ 2008-08-31 11:37 UTC (permalink / raw
  To: gentoo-user, gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 3380 bytes --]

Hi,

I just want to know, what happen with 2.6.26 kernel sources? I've 
installed (compiled and copy all KO's to kernel modules directory, run 
init script loading modules) of RTL-8187B Wireless Card but error occured:

 * Loading REALTEK Wireless (8187b) drivers ...
   Loading modules
insmod: error inserting 
'/lib/modules/2.6.26-gentoofbscreen/kernel/net/ieee80211_crypt_wep-rtl.ko': 
-1 Unknown symbol in module
insmod: error inserting 
'/lib/modules/2.6.26-gentoofbscreen/kernel/net/ieee80211_crypt_tkip-rtl.ko': 
-1 Unknown symbol in module
insmod: error inserting 
'/lib/modules/2.6.26-gentoofbscreen/kernel/net/ieee80211_crypt_ccmp-rtl.ko': 
-1 Unknown symbol in module
insmod: error inserting 
'/lib/modules/2.6.26-gentoofbscreen/kernel/net/ieee80211-rtl.ko': -1 
Unknown symbol in module
insmod: error inserting 
'/lib/modules/2.6.26-gentoofbscreen/kernel/net/r8187.ko': -1 Unknown 
symbol in module
   Starting network interface WLAN0
wlan0: ERROR while getting interface flags: No such device
                Scanning networks to connect
wlan0     Interface doesn't support scanning.


This things started after updating to 2.6.26 from 2.6.24. My last kernel 
used this drivers without any errors. What's wrong?

MESSAGES:
------------------------------
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wx_get_mode
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wx_set_mode
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wx_get_essid
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_get_beacon
Aug 31 13:30:08 thea r8187: disagrees about version of symbol 
dev_kfree_skb_any
Aug 31 13:30:08 thea r8187: Unknown symbol dev_kfree_skb_any
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wpa_supplicant_ioctl
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wx_get_scan_rtl
Aug 31 13:30:08 thea r8187: disagrees about version of symbol 
register_netdev
Aug 31 13:30:08 thea r8187: Unknown symbol register_netdev
Aug 31 13:30:08 thea r8187: disagrees about version of symbol dev_alloc_skb
Aug 31 13:30:08 thea r8187: Unknown symbol dev_alloc_skb
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wx_set_rawtx
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_softmac_stop_protocol
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_stop_queue_rtl
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_is_54g
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wx_get_rate
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wx_set_scan
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wx_get_wap
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wx_get_name_rtl
Aug 31 13:30:08 thea r8187: disagrees about version of symbol 
netif_carrier_off
Aug 31 13:30:08 thea r8187: Unknown symbol netif_carrier_off
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_is_shortslot
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_rx_rtl
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wake_queue_rtl
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wlan_frequencies
Aug 31 13:30:08 thea r8187: Unknown symbol free_ieee80211_rtl
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_softmac_start_protocol
Aug 31 13:30:08 thea r8187: Unknown symbol ieee80211_wx_get_freq
Aug 31 13:30:08 thea /etc/init.d/realtek[6519]: ERROR: realtek failed to 
start





[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] RTL8187B don't work on 2.6.26, but worked on 2.6.24
  2008-08-31 11:37 [gentoo-dev] RTL8187B don't work on 2.6.26, but worked on 2.6.24 "Mateusz A. Mierzwiński"
@ 2008-08-31 15:55 ` Tony "Chainsaw" Vroon
  0 siblings, 0 replies; 2+ messages in thread
From: Tony "Chainsaw" Vroon @ 2008-08-31 15:55 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 503 bytes --]

On Sun, 2008-08-31 at 13:37 +0200, "Mateusz A. Mierzwiński" wrote:
> Hi,
> 
> I just want to know, what happen with 2.6.26 kernel sources? I've 
> installed (compiled and copy all KO's to kernel modules directory, run 
> init script loading modules) of RTL-8187B Wireless Card but error occured:

This driver is in the kernel in 2.6.26; enable the in-kernel driver
instead. Note also that you can not compile modules against 2.6.24 and
expect them to work against 2.6.26

Regards,
Tony V.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-08-31 15:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-31 11:37 [gentoo-dev] RTL8187B don't work on 2.6.26, but worked on 2.6.24 "Mateusz A. Mierzwiński"
2008-08-31 15:55 ` Tony "Chainsaw" Vroon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox