| Author |
Message |
dw
Joined: 01 Jun 2005 Posts: 9
|
Posted: Wed 29 Jun 2005, 16:40 Post subject:
Miracle wireless puppy on Toshiba laptop (Sat Pro 6100)!! |
|
I just want to tell the world that I'm connecting to this board via wireless Puppy - 1.0.3 booted off CD on Toshiba laptop (Satellite Pro 6100 with built in wirelss card). I followed the instructions in the Wiki and it basically worked first time - Brilliant!
I'm not sure what the chipset is - if anyone is interested and can tell me how to find out I'll post an answer
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Wed 29 Jun 2005, 22:25 Post subject:
xproc system information |
|
Very good news
control pane/ xproc system information / advanced
should tell you something . . .
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 9853 Location: Arizona USA
|
Posted: Wed 29 Jun 2005, 23:00 Post subject:
|
|
...If you could remember the exact Wiki page(s) you found helpful, and edit them into your post? Thanks.
|
|
Back to top
|
|
 |
dw
Joined: 01 Jun 2005 Posts: 9
|
Posted: Mon 04 Jul 2005, 03:38 Post subject:
|
|
The page I found so helpful was http://www.goosee.com/puppy/wikka/WiFi
My laptop is a Toshiba 6100 Satellite Pro. It has a Toshiba wireless mini-PCI card which Windows telss me is located on CardBus 0. It's built in and not plugged in as a PCMCIA card or USB (I can't get Puppy to see my USB WLAN stick yet, but that's another issue...)
The chipset is Orinoco.
As I suspect there will be other readers who are almost as clueless about Linux as I am, I'll make this very verbose - apologies to all you Linux experts.
1. Open an RXVT window and type
iwconfig
This identified 3 devices lo, eth0 (the built-in LAN NIC on my motherboard) and eth1, which was obviously the wireless card becuase it reported lots of data about frequency, protocol etc.
2. customise the wireless configuration. WiKi suggests:
iwconfig eth1 channel 7 essid pupppplaypen mode managed key s:puppy
I had to issue each of these commands separately (e.g. iwconfig eth1 essid XXXXXXXXX) until I figured that the card did not want to accept a channel number. I don't know why - it kept telling me that it did not want to have its frequency set. My AccessPoint is set to channel 1, so I left that parameter out, hoping the laptop WLAN card would default to channel 1.
The essid goes in without quotes. For the key I tried putting in the passphrase - although this is accepted, the hexadecimal string that resulted was wrong (you can see what has been set by typing iwconfig again, without params).
So I put the key in myself in hex. I did not use any kind of prefix, just typed it in in groups of 4 digits separated by hyphens:
iwconfig eth1 key 12a3-43b7-12...etc
3. Once you are connected to the wireless network, you need to set the IP address (ignoring the use of DHCP for the time being) with a command looking like:
ifconfig wlan0 192.168.1.41 netmask 255.255.255.0
The above assumes that your local net has an address range of 192.168.1.xxx - commonly the case.
You do need to know an IP address which is likely to work - I knew that 192.168.0.4 would work and was available (I looked on the DHCP table of my router by accessing it from a wired machine).
4. Now for a route command to tell Puppy the way to other kennels:
route add -net default gw 192.168.1.254 netmask 0.0.0.0
The gateway (gw) is the router gateway on your managed network.
...and you need to know this Ip address too before you start. At this point I knew things were working because although I couldn't get the Internet through Mozilla, I could ping my router successfully.
5. Now open ROX and find /etc/resolv.conf; use Open as Text
Enter the DNS name server addresses given by your ISP, e.g.
nameserver 202.63.39.130
nameserver 202.63.43.130
Save the file and exit ROX.
I couldn't find this info on my router, or on my ISP's website, so I just used the one given here, on the basis that whoever wrote the Wiki probably used a real DNS address and it worked.
6. Test that the connection works via Ping, e.g.
ping www.google.com
Great joy as ping returns - pause to marvel at Puppy's great excellence.
7. Go to Puppy menu and call up Network configuration wizard so that eth1 can get properly set up by DHCP.
8. Announce succesful link to world by writing triumphant message on Puppy forum!
|
|
Back to top
|
|
 |
Rich
Joined: 04 May 2005 Posts: 278 Location: Middlesbrough - UK
|
Posted: Mon 04 Jul 2005, 03:53 Post subject:
|
|
Result !
Good write up too, very clear and precise. Thanks for that ( it even makes sense to me )
|
|
Back to top
|
|
 |
Flash
Official Dog Handler

Joined: 04 May 2005 Posts: 9853 Location: Arizona USA
|
Posted: Mon 04 Jul 2005, 11:46 Post subject:
|
|
| dw wrote: | The page I found so helpful was http://www.goosee.com/puppy/wikka/WiFi
<snip>
As I suspect there will be other readers who are almost as clueless about Linux as I am, I'll make this very verbose - apologies to all you Linux experts.
<snip> | For goodness' sake, no apology necessary. This is the kind of thing the forum needs, to make it most helpful. I'm sure that the most expert of us will find something here that he or she didn't know.
Thank you. This one's going into the index.
|
|
Back to top
|
|
 |
Ian
Official Dog Handler

Joined: 04 May 2005 Posts: 1237 Location: Queensland
|
Posted: Mon 04 Jul 2005, 15:51 Post subject:
|
|
I've also added it to the Wiki hardware page.
|
|
Back to top
|
|
 |
slacker
Guest
|
Posted: Mon 04 Jul 2005, 23:13 Post subject:
|
|
good deal
I'll try this soon on an ancient Toshiba 220 running Puppy with a 16-bit PCMICA MIcrosoft Wireless MN-520 (purchased as a closeout for a few bux as M$ has left the wifi hardware world) that AFAIK uses the Orinoco chipset and driver. I spent untold hours getting that to play on Slackware 9x....
tnx for info + 73...
|
|
Back to top
|
|
 |
pitbull

Joined: 26 Jun 2005 Posts: 9
|
Posted: Tue 05 Jul 2005, 22:28 Post subject:
|
|
Yes, it's amazing! I tried for AGES to get my IBM Thinkpad 315ED (166 Mhz/48MBRAM) to go wireless with an old Laneed wifi card and Win 2000 with no luck. Then I popped in Damn Small Linux 1.2 which connected automatically. Then I thought just maybe it would work with Puppy, and it did simply using the WizardWizard ethernet configuration helper. The auto driver selector did the trick. So it's actually better than Windows in my case.
_________________ Puppy Linux makes old computers like new!
|
|
Back to top
|
|
 |
|