View previous topic :: View next topic |
Author |
Message |
gentoo_user_1978 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Oct 2004 Posts: 22
|
Posted: Sun Oct 24, 2004 11:12 am Post subject: cardmgr does not seem to do anything |
|
|
Hi all,
I am trying to install my WLAN PCMCIA card (D-Link DWL-AG650). I have a 2.6.8.1 kernel.
cardmgr is started and tells me it's watching 1 socket (which seems correct to me as I have only one PCMCIA slot)
Code: |
[~] root@laptop # /etc/init.d/pcmcia start
* PCMCIA support detected.
* Starting pcmcia...
cardmgr[9925]: watching 1 socket [ ok ]
|
But, when I tail -f /var/log/messages it does not give any output when I insert my PCMCIA card (I'm not even thinking of configuring my driver; To my info it should at least give some output in /var/log/messages when card is inserted; even if it does not recognize my card).
My kernel-config:
Code: |
[~] root@laptop # cat /usr/src/linux/.config
...
CONFIG_PCMCIA=y
CONFIG_PCMCIA_DEBUG=y
CONFIG_YENTA=y
CONFIG_CARDBUS=y
CONFIG_PD6729=y
CONFIG_I82092=y
CONFIG_TCIC=y
...
# CONFIG_HOTPLUG_PCI is not set
...
#
# Wireless LAN (non-hamradio)
#
CONFIG_NET_RADIO=y
#
# Obsolete Wireless cards support (pre-802.11)
#
CONFIG_STRIP=m
# CONFIG_PCMCIA_WAVELAN is not set
# CONFIG_PCMCIA_NETWAVE is not set
#
# Wireless 802.11 Frequency Hopping cards support
#
# CONFIG_PCMCIA_RAYCS is not set
#
# Wireless 802.11b ISA/PCI cards support
#
CONFIG_HERMES=m
CONFIG_PLX_HERMES=m
CONFIG_TMD_HERMES=m
CONFIG_PCI_HERMES=m
CONFIG_ATMEL=m
CONFIG_PCI_ATMEL=m
#
# Wireless 802.11b Pcmcia/Cardbus cards support
#
# CONFIG_PCMCIA_HERMES is not set
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_ATMEL is not set
# CONFIG_PCMCIA_WL3501 is not set
#
# Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support
#
CONFIG_PRISM54=m
CONFIG_NET_WIRELESS=y
#
# PCMCIA network device support
#
# CONFIG_NET_PCMCIA is not set
...
|
Code: |
[~] root@laptop # cat /var/cache/edb/world
...
net-wireless/linux-wlan-ng
sys-apps/pcmcia-cs
...
[~] root@laptop #
|
To my info, this card has an Atheros chipset (which should work I guess).
However, like I said: I'm still stuck one step before driver recognition: cardmgr does not report anything when my card is inserted! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fennec l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Mario/Mario_-_Mario.gif)
Joined: 30 Aug 2003 Posts: 613 Location: Montreal
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
gentoo_user_1978 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 03 Oct 2004 Posts: 22
|
Posted: Mon Oct 25, 2004 8:08 pm Post subject: |
|
|
You're right. I'd want to do that eventually.
But as I said: cardmgr does not report anything is inserted (even not an unknown unrecognized device) and that's the problem here. After cardmgr reports at least something, I'd configure the right driver (which is indeed madwifi).
However, just tried to emerge madwifi driver (just to be sure), but still nothing (as I already expected).
Any hints on my non-reporting cardmgr?? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
fennec l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/gallery/Mario/Mario_-_Mario.gif)
Joined: 30 Aug 2003 Posts: 613 Location: Montreal
|
Posted: Mon Oct 25, 2004 8:10 pm Post subject: |
|
|
check settings in your system's bios, I experienced problem with this @ 1st w/ my Toshiba Laptop |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|