View previous topic :: View next topic |
Author |
Message |
einstein1981 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Sat May 21, 2005 3:48 am Post subject: Wireless card problems dlink dwl-g650 |
|
|
Ok, I finally decided to give wireless config a new try, a little more luck this time around, the little lights on the card flicker, well just one.
I did the following, included the yenta socket in the kernel, emerged madwifi ( it's a dlink g650)
now emerged madwifi-driver, madwifi-tools
now dmesg shows this
Code: | Linux Kernel Card Services
options: [pci] [cardbus] [pm]
PCI: Enabling device 0000:02:04.0 (0000 -> 0002)
ACPI: PCI interrupt 0000:02:04.0[A] -> GSI 16 (level, low) -> IRQ 16
Yenta: CardBus bridge found at 0000:02:04.0 [1028:015f]
Yenta: ISA IRQ mask 0x0cf8, PCI irq 16
Socket status: 30000020
cs: IO port probe 0xc00-0xcff: clean.
cs: IO port probe 0x800-0x8ff: clean.
cs: IO port probe 0x100-0x4ff: clean.
cs: IO port probe 0xa00-0xaff: clean.
ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413)
wlan: Unknown symbol wireless_send_event
ath_rate_onoe: Unknown symbol ether_sprintf
ath_rate_onoe: Unknown symbol ieee80211_iterate_nodes
ath_pci: Unknown symbol ath_rate_tx_complete
ath_pci: Unknown symbol ieee80211_encap
ath_pci: Unknown symbol ieee80211_input
ath_pci: Unknown symbol ieee80211_ifattach
ath_pci: Unknown symbol ieee80211_sysctl_register
ath_pci: Unknown symbol ieee80211_beacon_update
ath_pci: Unknown symbol ath_rate_attach
ath_pci: Unknown symbol ether_sprintf
ath_pci: Unknown symbol ieee80211_ifdetach
ath_pci: Unknown symbol ieee80211_free_node
ath_pci: Unknown symbol ath_rate_newassoc
ath_pci: Unknown symbol ieee80211_notify_michael_failure
ath_pci: Unknown symbol ieee80211_dump_pkt
ath_pci: Unknown symbol ath_rate_node_copy
ath_pci: Unknown symbol ieee80211_media_change
ath_pci: Unknown symbol ieee80211_beacon_alloc
ath_pci: Unknown symbol ieee80211_find_node
ath_pci: Unknown symbol ieee80211_mhz2ieee
ath_pci: Unknown symbol ath_rate_node_cleanup
ath_pci: Unknown symbol ath_rate_detach
ath_pci: Unknown symbol ieee80211_next_scan
ath_pci: Unknown symbol ieee80211_media_init
ath_pci: Unknown symbol ieee80211_ioctl
ath_pci: Unknown symbol ieee80211_media_status
ath_pci: Unknown symbol ieee80211_announce
ath_pci: Unknown symbol ieee80211_chan2ieee
ath_pci: Unknown symbol ieee80211_state_name
ath_pci: Unknown symbol ath_rate_node_init
ath_pci: Unknown symbol ath_rate_findrate
ath_pci: Unknown symbol ieee80211_crypto_encap
ath_pci: Unknown symbol ieee80211_chan2mode
ath_pci: Unknown symbol ieee80211_getrssi
ath_pci: Unknown symbol ath_rate_newstate
ath_pci: Unknown symbol ath_rate_setupxtxdesc
|
lsmod
Code: | Module Size Used by
ath_hal 148048 0
pcmcia 20496 2
yenta_socket 21256 2
rsrc_nonstatic 10240 1 yenta_socket
pcmcia_core 44064 3 pcmcia,yenta_socket,rsrc_nonstatic
nvidia 3466876 14
|
lspcia
Code: |
0000:02:04.0 CardBus bridge: Texas Instruments PCI4510 PC card Cardbus Controller (rev 02)
0000:02:04.1 FireWire (IEEE 1394): Texas Instruments PCI4510 IEEE-1394 Controller
0000:03:00.0 Ethernet controller: Atheros Communications, Inc. AR5212 802.11abg NIC (rev 01)
|
Code: | iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
|
and
finally
Code: | /etc/init.d/wlan start
Starting WLAN Devices: FATAL: Module p80211 not found.
Failed to load p80211.o.
|
now, I really don't know what to do, I try what is on the forum, and nothing seems to work...
Apreciate the time you took to read this,
CHarles _________________ thesis. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Rad Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 11 Feb 2004 Posts: 401 Location: Bern, Switzerland
|
Posted: Sat May 21, 2005 9:15 am Post subject: |
|
|
Check your kernel; you need wireless support besides pcmcia support - or if it's a module, the "wlan" and "wlan_" modules need to be loaded. Also, there's more than one ath_ -module.
If that doesn' t help:
What revision does your card have? Rev A needs prismgt, rev B and C need madwifi-drivers, afaik. (I do not entirely trust lspci output...)
Also, is there no "+" behind the card's name? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
einstein1981 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Sat May 21, 2005 1:48 pm Post subject: |
|
|
nope, it's a revision b if I'm not mistaken,
and it's a simple one, no + sign.
Now at least this time there is comething hapening... I mean at least a light flicks..
am including one more thing in the kernel, inside the device drivers, networking , wireless support..
let me see if it works....
I really don't know if it did something, my instintc tells me no..
I added the option in the kernel, in the wireless(non ham-radio) section, and now ran the make && make modules_install..
it starts, for about 1 min then this :
Code: | INSTALL drivers/net/s2io.ko
INSTALL drivers/pcmcia/pcmcia.ko
INSTALL drivers/pcmcia/pcmcia_core.ko
INSTALL drivers/pcmcia/rsrc_nonstatic.ko
INSTALL drivers/pcmcia/yenta_socket.ko
INSTALL drivers/scsi/dpt_i2o.ko
INSTALL drivers/scsi/ipr.ko
INSTALL drivers/scsi/sata_sis.ko
INSTALL drivers/scsi/sata_sx4.ko
INSTALL drivers/usb/input/touchkitusb.ko
INSTALL drivers/usb/misc/cytherm.ko
INSTALL drivers/usb/misc/phidgetservo.ko
INSTALL fs/ntfs/ntfs.ko
INSTALL fs/smbfs/smbfs.ko
INSTALL lib/libcrc32c.ko
INSTALL net/ipv4/netfilter/ipt_NOTRACK.ko
INSTALL net/ipv4/netfilter/iptable_raw.ko
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.11-gentoo-r9; fi
WARNING: /lib/modules/2.6.11-gentoo-r9/net/ath_pci.ko needs unknown symbol ieee80211_ioctl
WARNING: /lib/modules/2.6.11-gentoo-r9/net/wlan_ccmp.ko needs unknown symbol crypto_alloc_tfm
WARNING: /lib/modules/2.6.11-gentoo-r9/net/wlan_ccmp.ko needs unknown symbol crypto_free_tfm
|
well , one would think nothing compiled...
so I un check the option and try to compile, and I get the same thing...
Is there a crypto module somewhere that should be included? _________________ thesis. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Rad Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 11 Feb 2004 Posts: 401 Location: Bern, Switzerland
|
Posted: Sun May 22, 2005 1:34 pm Post subject: |
|
|
Yes. You need crypto api support and even better is if you have AES enabled there. Check /usr/doc/madwifi-driver-[version]/README.gz ... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
einstein1981 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Sun May 22, 2005 5:19 pm Post subject: |
|
|
I now have crypto support(since I last wrote on this forum)... I have read lot's and lot's of info, al over, and still can't finish this up , still can't modprobe ath-pci
thanks for the reply
charles _________________ thesis. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|
|
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
|
|