Search Members Help

» Welcome Guest
[ Log In :: Register ]

Mini-ITX Boards Sale, Fanless BareBones Mini-ITX, Bootable 1G DSL USBs, 533MHz Fanless PC <-- SALE $200 each!
Get The Official Damn Small Linux Book. DSL Market , Great VPS hosting provided by Tektonic
Pages: (5) </ 1 2 [3] 4 5 >/

[ Track this topic :: Email this topic :: Print this topic ]

reply to topic new topic new poll
Topic: Dynex PCMCIA WiFi (Best Buy house brand), Wondering if this card works with DSL 4< Next Oldest | Next Newest >
john.martzouco Offline





Group: Members
Posts: 253
Joined: Nov. 2007
Posted: Nov. 24 2007,16:39 QUOTE

I imagine that by gold edge you're referring to the 1/4 inch of metal that is applied top side of the 68 pin-hole connector?  The Dynex is then a CardBus.

I have one here with me right now, I just came back from Best Buy with it.  Plugged in, booted up DSL 4.1 and the Power light on the card is illuminated.

I just executed lspci and I see it listed:
Code Sample

0000:00:00.0 Host bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
0000:00:01.0 PCI bridge: Intel Corp. 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
0000:00:07.0 ISA bridge: Intel Corp. 82371AB/EB/MB PIIX4 ISA (rev 02)
0000:00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
0000:00:07.2 USB Controller: Intel Corp. 82371AB/EB/MB PIIX4 USB (rev 01)
0000:00:07.3 Bridge: Intel Corp. 82371AB/EB/MB PIIX4 ACPI (rev 02)
0000:00:11.0 CardBus bridge: Texas Instruments PCI1225 (rev 01)
0000:00:11.1 CardBus bridge: Texas Instruments PCI1225 (rev 01)
0000:01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage LT Pro AGP-133 (rev dc)
0000:03:00.0 Ethernet controller: Atheros Communications, Inc.: Unknown device 001a (rev 01)


okay... iwconfig reports this from combined stdout and stderr:

Code Sample

ath0      IEEE 802.11b  ESSID:""  
         Mode:Managed  Channel:0  Access Point: 00:00:00:00:00:00  
         Bit Rate:0kb/s   Tx-Power:0 dBm   Sensitivity=0/3  
         Retry:off   RTS thr:off   Fragment thr:off
         Encryption key:off
         Power Management:off
         Link Quality:0/94  Signal level:-95 dBm  Noise level:-95 dBm
         Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
         Tx excessive retries:0  Invalid misc:0   Missed beacon:0

lo        no wireless extensions.

wifi0     no wireless extensions.


okay... now I've run the Wlanconfig command from the Control Panel.  There are many options in there that I've never seen before so I took defaults for them: NWID (is this domain or host name?), additional parameters for iwspy, iwpriv?

I've also temporarily dropped the WEP encryption on my wireless access point.

Here are the pertinent changes:

Code Sample

ath0      IEEE 802.11b  ESSID:"[B]my_ssid_name[/B]"  
         Mode:Managed  [B]Frequency:2.437GHz[/B]  Access Point: 00:00:00:00:00:00  


Ran pump -i ath0 and now both lights are blinking on the card.  Now iwconfig returs:

Code Sample

ath0      IEEE 802.11g  ESSID:"my_ssid_name"  
         Mode:Managed  Frequency:2.412GHz  Access Point: [B]00:0A:0B:0C:0D:0E[/B]  
         Bit Rate:[B]54Mb/s[/B]   Tx-Power:18 dBm   Sensitivity=0/3  
         ...
         Link Quality:[B]27/94[/B]  Signal level:-68 dBm  Noise level:-95 dBm
         Rx invalid nwid:176  Rx invalid crypt:0  Rx invalid frag:0
         Tx excessive retries:0  Invalid misc:0   Missed beacon:0


Okay, I just checked the Active Clients List on my wireless access point configuration page and the card's MAC address shows up there...

But my laptop just shut down because it hit critical temperature of 93C.  hmmmm, I had that happen a couple of times with Wolvix the other day as well... I'll be asking for help to understand how to get my fan spinning with cheat codes soon.

Okay, I've followed Robert's directions from the next post and I connected without any encrypption.  Then I went to my access point and set up WEP again and I reconnected fine:

Code Sample

# iwconfig ath0  key 99:99:99:99 essid your-net-name
# pump -i ath0
'# pkill pump


Now, what do I do to make this persistent?  I have a hard-disk installation with multi-user.

Also, what do I need to do on the DSL (client side) to get WPA up and running?

I'm going to come back and edit this entry as I progress through this.

John
Back to top
Profile PM 
roberts Offline





Group: Members
Posts: 4983
Joined: Oct. 2003
Posted: Nov. 24 2007,17:11 QUOTE

If you turned off encyrption then try the simplest command first:

# iwconfig ath0 essid your-net-name
# pump -i ath0

or with wep

# iwconfig ath0  key 99:99:99:99 essid your-net-name
# pump -i ath0

Once you do a pump, you may have to reboot or try
# pkill pump

Don't want to have pump hanging around.

The second one is the one that I use fot my airlink card


Edited by roberts on Nov. 24 2007,17:16
Back to top
Profile PM WEB 
john.martzouco Offline





Group: Members
Posts: 253
Joined: Nov. 2007
Posted: Nov. 24 2007,17:22 QUOTE

Thanks Robert, I'm going to try that now.
Back to top
Profile PM 
curaga Offline





Group: Members
Posts: 2163
Joined: Feb. 2007
Posted: Nov. 24 2007,17:23 QUOTE

If it's using acpi, go to /proc/acpi/fan/FAN0. There's a file "state", do a
Quote
echo -n "1" > state
to force it on.


--------------
There's no such thing as life. Those mean little jocks invented it ;)
-
Windows is not a virus. A virus does something!
Back to top
Profile PM 
john.martzouco Offline





Group: Members
Posts: 253
Joined: Nov. 2007
Posted: Nov. 24 2007,17:30 QUOTE

@Robert,

WHOOHOOO!!!  It worked!

The
  iwconfig ath0...
  pump...
  pkill pump

combination worked!

I'm writing you from Dillo!


@curaga,

I saw the noacpi cheat code passed in when I booted up.  Does this affect the fan?  I'm going to go check the /proc/acpi... now.

I checked, there is /proc/acpi/fan directory.

Should I change cheat codes to try and get this turned on?  What info can I upload that might help diagnose this?

Thanks
Back to top
Profile PM 
20 replies since Nov. 24 2007,05:10 < Next Oldest | Next Newest >

[ Track this topic :: Email this topic :: Print this topic ]

Pages: (5) </ 1 2 [3] 4 5 >/
reply to topic new topic new poll
Quick Reply: Dynex PCMCIA WiFi (Best Buy house brand)

Do you wish to enable your signature for this post?
Do you wish to enable emoticons for this post?
Track this topic
View All Emoticons
View iB Code