Results 1 to 5 of 5
Where to begin? Please help.
The hardware. This laptop didn't come with any documentation.
It has an empty pcmcia socket. It has a switch like an integrated
wireless device. When ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-17-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 15
***DANGER*** pcmcia-wireless newbie
Where to begin? Please help.
The hardware. This laptop didn't come with any documentation.
It has an empty pcmcia socket. It has a switch like an integrated
wireless device. When I flip the switch a light comes on, but I
don't know if there is a wireless module built in.
Here is lspci -vv for cardbus
I have two kernels to load from, the default for this distro (2.4.22-xfs)Code:0000:01:0a.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01) Subsystem: Lucent Technologies: Unknown device ab01 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 168, Cache Line Size: 0x20 (128 bytes) Interrupt: pin A routed to IRQ 11 Region 0: Memory at 1f081000 (32-bit, non-prefetchable) [size=4K] Bus: primary=01, secondary=02, subordinate=05, sec-latency=176 Memory window 0: 1f400000-1f7ff000 (prefetchable) Memory window 1: 1f800000-1fbff000 I/O window 0: 00004000-000040ff I/O window 1: 00004400-000044ff BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset+ 16bInt+ PostWrite+ 16-bit legacy interface ports at 0001 0000:01:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to Cardbus Bridge with ZV Support (rev 33) Subsystem: Toshiba America Info Systems: Unknown device 0001 Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 168 Interrupt: pin A routed to IRQ 11 Region 0: Memory at 1f082000 (32-bit, non-prefetchable) [size=4K] Bus: primary=01, secondary=06, subordinate=09, sec-latency=0 Memory window 0: 1fc00000-1ffff000 (prefetchable) Memory window 1: 28000000-283ff000 I/O window 0: 00004800-000048ff I/O window 1: 00004c00-00004cff BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt+ PostWrite+ 16-bit legacy interface ports at 0001
and 2.6.11. Loading 2.4.22 I see an output for hermes and orinoco
as modules I think. I've compiled these options as modules and static into
2.6.11, but had to remove them after kernel messages like this:
I have pcmcia-cs and documentation, but am unfamiliar with wireless networking.Code:Socket c157642c PCMCIA ***DANGER*** unable to remove socket power
For now I've removed all 2.6.11 kernel support for pcmcia-wireless.
thanks
- 03-17-2005 #2Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
Actually it would be better if you sent the print out from "lspci" without verbose mode first of all. That will show a few clues on what you have built in at your LapTop.
- 03-17-2005 #3
please paste the output of
and eitherCode:lspci
orCode:iwconfig
also you may need to goto the 2.6.x kernel to get it working there is better support for wireless initCode:iwlist scan
~Mike ~~~ Forum Rules
Testing? What's that? If it compiles, it is good, if it boots up, it is perfect. ~ Linus Torvalds
http://loft306.org
- 03-17-2005 #4Just Joined!
- Join Date
- Mar 2005
- Posts
- 15
iwlist scanCode:pcilib: Cannot open /sys/bus/pci/devices 0000:00:00.0 Host bridge: Intel Corp. 82852/855GM Host Bridge (rev 01) 0000:00:00.1 System peripheral: Intel Corp. 855GM/GME GMCH Memory I/O Control Registers (rev 01) 0000:00:00.3 System peripheral: Intel Corp. 855GM/GME GMCH Configuration Process Registers (rev 01) 0000:00:02.0 VGA compatible controller: Intel Corp. 82852/855GM Integrated Graphics Device (rev 01) 0000:00:02.1 Display controller: Intel Corp. 82852/855GM Integrated Graphics Device (rev 01) 0000:00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 03) 0000:00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB 2.0 EHCI Controller (rev 03) 0000:00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 83) 0000:00:1f.0 ISA bridge: Intel Corp. 82801DBM LPC Interface Controller (rev 03) 0000:00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4) Ultra ATA Storage Controller (rev 03) 0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 03) 0000:00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 03) 0000:01:08.0 Ethernet controller: Intel Corp. 82801BD PRO/100 VE (MOB) Ethernet Controller (rev 83) 0000:01:0a.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01) 0000:01:0b.0 CardBus bridge: Toshiba America Info Systems ToPIC95 PCI to Cardbus Bridge with ZV Support (rev 33)
iwconfigCode:eth0 Interface doesn't support scanning. lo Interface doesn't support scanning.
When I first installed Knoppix 3.3, netcardconfig/DHCP detected two network interfaces,Code:eth0 no wireless extensions. lo no wireless extensions.
eth0 & eth1. Seems like before I did a full upgrade these two devices changed in order
once or twice, ie, eth1 was PRO/100 then it became eth0. On a positive note, this new
kernel works excellent with everything else.
thanks
- 03-18-2005 #5Linux Enthusiast
- Join Date
- Feb 2005
- Location
- SE, Stockholm
- Posts
- 512
As from your printouts above there is no WLAN adapter enabled in your computer at the moment. I think you should check your Bios setup if your internal adapter is enabled or not. Some OS's (read windows) do overtake the bios settings if it feels to. :-/ And thats what some distros of Linux do as well, basicly it is done by the OS by reading the Bios information and forces the functionality from what it learned about it.


Reply With Quote
