LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 03-10-2015, 06:40 PM   #1
kg4cjv
LQ Newbie
 
Registered: Mar 2015
Posts: 7

Rep: Reputation: Disabled
netbsd and pccard


Hi,

I've got a pretty old laptop which I'm running netbsd but I can't get my prism wireless pcmcia card to work. When I plug the card in and turn the laptop on netbsd detects it but it freezes after printing the chip and vender information. How can I go about troubleshooting this?
 
Old 03-10-2015, 09:38 PM   #2
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
I think you used cardctrl or something like that to help diag state of card/slot.
Some bios issues on some, may have to enable.
Some prism's were known to work in linux. The problem was more that the technology didn't stay for very long and they have more than a few changes to the way they connect. Things like daughter and pci to pci bridges.

https://www.freebsd.org/cgi/man.cgi?query=wi&sektion=4
 
Old 03-12-2015, 02:55 AM   #3
kooru
Senior Member
 
Registered: Sep 2012
Posts: 1,385

Rep: Reputation: 275Reputation: 275Reputation: 275
Can you give us more details about laptop and pcmcia card that you're using?
 
Old 03-13-2015, 06:13 PM   #4
edwardm
LQ Newbie
 
Registered: Mar 2014
Distribution: DragonFlyBSD
Posts: 18

Rep: Reputation: Disabled
Assume you're using NetBSD 6.1.5, may want to try NetBSD 7.0 beta
Cards supported by the wi -- WaveLAN/IEEE and PRISM-II 802.11 wireless network driver

Code:
Alvarion BreezeNET
           Lucent WaveLAN/IEEE 2.0Mb Bronze
           Lucent WaveLAN/IEEE 2.0Mb Silver
           Lucent WaveLAN/IEEE Turbo
           Lucent WaveLAN/IEEE Turbo 11Mbps
           Melco AIR CONNECT WLI-PCM-L11, WLI-PCM-L11G
           Melco AIR CONNECT WLI-CF-S11G
           Compaq WL100 11Mbps Wireless
           Corega Wireless LAN PCC-11, PCCA_11, PCCB_11
           DEC/Cabletron RoamAbout 802.11 DS High Rate
           D-Link DWL-520 11Mbps PCI Card, Revs. A1,A2,B1,B2
           D-Link DWL-520 11Mbps PCI Card, Rev. C1 not supported, see atw(4)
           D-Link DWL-520 11Mbps PCI Card, Rev. D not supported, see rtw(4)
           D-Link DWL-650 11Mbps WLAN Card
           D-Link DWL-650 11Mbps WLAN Card, Rev. P not supported (Prism 3
           chipset)
           D-Link DCF-650W CF Card
           ELECOM Air@Hawk LD-WL11
           ELSA AirLancer MC-11
           Ericsson Wireless LAN
           Farallon Skyline 11Mbps Wireless
           Intel PRO/Wireless 2011 LAN PC Card
           ICOM SL-1100
           IO-DATA WN-B11/PCM
           Intersil PRISM Mini-PCI
           Linksys Group, Inc. Instant Wireless Network PC Card, CF Card
           Linksys Group, Inc. Instant Wireless Network WMP11 PCI Card
           Linksys Group, Inc. Instant Wireless Network WMP11v4 PCI Card not
           supported
           NCR WaveLAN/IEEE
           NEC Wireless Card CMZ-RT-WP, PK-WL001, PC-WL/11C
           PLANEX GeoWave/GW-NS110
           Symbol Spectrum24 Wireless Networker PC Card, CF Card
           TDK LAK-CD011WL
           SMC EZ Connect 11M Wireless CF Card SMC2642W
           SMC EliteConnect Wireless Adapter PC Card SMC2531W-B
           Z-Com XI-626 PCI Card
Is your card listed?
Probably your card has a revised chipset not yet supported by wi driver?

suggest to read both wi and awi manpages.
 
Old 03-13-2015, 07:27 PM   #5
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
If the system freezes after loading the driver it could be a kernel incompatibility showing it's ugly head, or it could mean you have a hardware issue such as a PCI controller dying, the PCCard/PCMCIA controller dying, or the card itself is dying.

Question, can you find another operating system to test it out and see if it is working with another system to ensure it's not a hardware related issue?
 
Old 03-16-2015, 07:29 AM   #6
kg4cjv
LQ Newbie
 
Registered: Mar 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
Hi all,

Thanks for your suggestions. I'm sorry I've been busy with other things and unable to take a look at this old laptop.
I'm using netbsd 10.1 i386.

Since I don't have the laptop with me right now I can only tell you the following about the hardware. Later on when I get to the laptop I can give you more details.
I'm not sure which pccard adaptor is on the laptop, I suspect that the adaptor is maybe a pacard II or I adaptor and not a III (if anyone knows how to find out, the manual does not say anything about it, let me know).

I've tried an orinoco adaptor, prism adaptor, a linsys adaptor (not sure what chipset), and a cisco adaptor. All of them freeze at bootup which is why I think there maybe a problem with the pccard adaptor in my laptop. I also suspect the pccard adaptor is attached to the usb controller and not the pci controller (I don't remember why i suspect this, I think it had something to do with the dmesg output of netbsd).

The laptop is so old that I cannot boot linux on it. it's only got 32mb of ram (more is on the way which will give it 96mb). If anyone has an idea about what I can boot on it to check out the hardware let me know. So far i've only been able to get netbsd to boot up everything else freezes (linux freezes after decompressing the kernel from live cds).

thank you for your input.

Last edited by kg4cjv; 03-16-2015 at 07:32 AM. Reason: typo... I'm using netbsd not freebsd.
 
Old 03-16-2015, 07:35 AM   #7
kg4cjv
LQ Newbie
 
Registered: Mar 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jefro View Post
I think you used cardctrl or something like that to help diag state of card/slot.
Some bios issues on some, may have to enable.
Some prism's were known to work in linux. The problem was more that the technology didn't stay for very long and they have more than a few changes to the way they connect. Things like daughter and pci to pci bridges.

https://www.freebsd.org/cgi/man.cgi?query=wi&sektion=4

Is cardctrl part of the base netbsd install or do I need to install that separately?
 
Old 03-16-2015, 10:56 PM   #8
edwardm
LQ Newbie
 
Registered: Mar 2014
Distribution: DragonFlyBSD
Posts: 18

Rep: Reputation: Disabled
Quote:
=
The laptop is so old that I cannot boot linux on it.

If you have not, I suggest to try booting Deli(cate) linux distro;
it is targeted at computers with legacy hardware and low amount of ram.
And see if it is possible to configure your pccard.


http://delicate-linux.net/

Last edited by edwardm; 03-16-2015 at 10:58 PM. Reason: removed word "card" from last sentence
 
Old 03-17-2015, 09:31 PM   #9
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
I get the feeling it did but can't find info on it.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for PCCard (wireless 'G')recommendations cwwilson721 Linux - Wireless Networking 3 11-26-2006 03:56 PM
PCcard installation help legacyboy Linux - Hardware 1 12-08-2005 10:12 PM
Atheros/MadWifi pccard hack masoni Slackware 2 12-04-2005 07:28 PM
Wifi pccard not working Raoul68 Linux - Wireless Networking 5 07-08-2005 03:20 PM
ndiswrapper/g pccard/no lights webazoid Linux - Wireless Networking 1 05-14-2005 03:57 AM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 07:41 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration