Author Topic: 6000 Built-in Wireless Howto For 1.1.0beta1?  (Read 3674 times)

rrnwexec

  • Full Member
  • ***
  • Posts: 140
    • View Profile
    • http://
6000 Built-in Wireless Howto For 1.1.0beta1?
« on: January 02, 2006, 07:41:35 pm »
I've successfully flashed 1.1.0beta1 on my 6000

I attempted to use the internal wireless on an SL-6000 to connect to any access point (AP) as follows:

     
Code: [Select]
Under "System Tools", open "Lan & Wifi"
     on "Network settings" screen
     click "Create new"
     "Enter new profile name.." any then click OK
     for "Network type" choose "Wireless" (radio button)
     click on "Wireless" tab, ensure that "Use "any" ESSID" is checked
     click OK

Unfortunately this did not result in the expected result. No wireless link light and no connection.

Can someone who's sucessfully connected their 6000 to a wireless net please respond with a HOWTO?

Thanks in advance.
Randall.
--
6000, 5600, 5500, 1000
pdaXrom, OZ/GPE, OZ/Opie, Sharp ROM
Too many gadgets to mention

eddiectc

  • Newbie
  • *
  • Posts: 46
    • View Profile
6000 Built-in Wireless Howto For 1.1.0beta1?
« Reply #1 on: January 02, 2006, 08:30:58 pm »
u need to manually start the wlan device by running as root:
/etc/rc.d/init.d/wlan start
then use dhcp to get the ip or set it manually:
dhcpcd wlan0

doppiaemme

  • Newbie
  • *
  • Posts: 26
    • View Profile
6000 Built-in Wireless Howto For 1.1.0beta1?
« Reply #2 on: January 03, 2006, 12:07:42 pm »
I don't understand if hostap driver is available for the internal wireless interface...
iwconfig commands don't work even now, I'd like to know if it's a common  and well-known bug or if it's related to the standard driver

any suggestion?

jcabrer

  • Full Member
  • ***
  • Posts: 161
    • View Profile
6000 Built-in Wireless Howto For 1.1.0beta1?
« Reply #3 on: January 03, 2006, 05:05:46 pm »
Quote
I don't understand if hostap driver is available for the internal wireless interface...
iwconfig commands don't work even now, I'd like to know if it's a common  and well-known bug or if it's related to the standard driver

any suggestion?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109384\"][{POST_SNAPBACK}][/a][/div]

The internal Wireless is USB, not PCMCIA/CF, so the iwconfig stuff wont work.  Anyone that knows different, please correct me.

I've been looking at fixing the script for handling Networks on the 6000, but I've not been able to spend any time on the problem in the past month.  Basically, the script needs to be made aware of USB devices.
Sharp SL-C3100 - pdaXrom Beta 3
Sharp SL-6000L - pdaXrom Beta 1

DrWowe

  • Hero Member
  • *****
  • Posts: 696
    • View Profile
    • http://
6000 Built-in Wireless Howto For 1.1.0beta1?
« Reply #4 on: January 03, 2006, 05:41:57 pm »
Quote
The internal Wireless is USB, not PCMCIA/CF, so the iwconfig stuff wont work.  Anyone that knows different, please correct me.

I've been looking at fixing the script for handling Networks on the 6000, but I've not been able to spend any time on the problem in the past month.  Basically, the script needs to be made aware of USB devices.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109431\"][{POST_SNAPBACK}][/a][/div]

The hostap drivers don't currently work with USB at all.  It would require an experienced kernel programmer to make it work.  The 6000 wifi uses the wlan-ng driver, which uses a different kernel interface, so iwconfig doesn't work.

All wireless parameters are set using the wlancfg and wlanctl-ng commands instead.

johnw

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://wallacesoftware.com/zaurus
6000 Built-in Wireless Howto For 1.1.0beta1?
« Reply #5 on: January 24, 2006, 05:21:36 pm »
Quote
u need to manually start the wlan device by running as root:
/etc/rc.d/init.d/wlan start
then use dhcp to get the ip or set it manually:
dhcpcd wlan0
[div align=\"right\"][a href=\"index.php?act=findpost&pid=109273\"][{POST_SNAPBACK}][/a][/div]

This didn't work for me - well not completely.
The command:
/etc/rc.d/init.d/wlan start
started my wireless light blinking on my 6000L, but the second command:
dhcpcd wlan0
ran & never returned.

Basically no wireless access still.

If anyone knows the answer to this problem please speak up.  There are a lot of people here (including myself) who are not having any success with getting wireless to work in beta1 for their 6000.
« Last Edit: January 24, 2006, 05:22:24 pm by johnw »
Sharp SL6000L Sharp SL5000d Intel PRO Wireless 802.11b CF 512MB Toshiba SD Sharp CE-AG06 camera Pocketop

eddiectc

  • Newbie
  • *
  • Posts: 46
    • View Profile
6000 Built-in Wireless Howto For 1.1.0beta1?
« Reply #6 on: January 24, 2006, 08:50:59 pm »
after running /etc/rc.d/init.d/wlan start
the interface wlan0 should be avaliable

u can check this by ifconfig wlan0

do u have dhcp server running?
or u need to set the ip manually?

johnw

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://wallacesoftware.com/zaurus
6000 Built-in Wireless Howto For 1.1.0beta1?
« Reply #7 on: January 26, 2006, 11:36:30 pm »
Thanks for your help.  The wlan0 interface is definitely available after running "/etc/rc.d/init.d/wlan start".  However, running the command "dhcpcd wlan0" has no effect for me.  I was wrong in my earlier post saying dhcpcd didn't return.  Eventually it does, but after running it still doesn't allow me to be able to issue a command such as "ping 192.168.1.1" or "ping www.yahoo.com" with a good result.  The output from running "ifconfig wlan0" is the exact same after running dhcpcd as it was before running it.
« Last Edit: January 26, 2006, 11:40:20 pm by johnw »
Sharp SL6000L Sharp SL5000d Intel PRO Wireless 802.11b CF 512MB Toshiba SD Sharp CE-AG06 camera Pocketop

eddiectc

  • Newbie
  • *
  • Posts: 46
    • View Profile
6000 Built-in Wireless Howto For 1.1.0beta1?
« Reply #8 on: January 27, 2006, 01:21:31 am »
maybe ur 6k has some problem accessing the dhcp server?
maybe u can try static ip first

johnw

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://wallacesoftware.com/zaurus
6000 Built-in Wireless Howto For 1.1.0beta1?
« Reply #9 on: January 29, 2006, 10:48:26 pm »
Quote
maybe ur 6k has some problem accessing the dhcp server?
maybe u can try static ip first
[div align=\"right\"][a href=\"index.php?act=findpost&pid=112620\"][{POST_SNAPBACK}][/a][/div]

I restored from NAND back to my Sharp ROM.  I'll just wait till beta 3 or 4 to try it out again.  Thanks for your help.
Sharp SL6000L Sharp SL5000d Intel PRO Wireless 802.11b CF 512MB Toshiba SD Sharp CE-AG06 camera Pocketop