|
2008-07-21
, 16:01
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#162
|
iface wlan0 inet dhcp pre-up ifconfig wlan0 hw ether 00:DE:AD:BE:EF:00 up || true wireless-essid school-ssid
The Following User Says Thank You to Benson For This Useful Post: | ||
|
2008-07-21
, 16:19
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#163
|
See the post right above yours; I got wireless working. Connects automatically on boot to University's open wireless.
Not quite as it should be, but it does work right.Code:iface wlan0 inet dhcp pre-up ifconfig wlan0 hw ether 00:DE:AD:BE:EF:00 up || true wireless-essid school-ssid
(Obviously, I'm not shooting for WPA, but your first question was whether someone had gotten wireless to work, not WPA...)
|
2008-07-21
, 16:30
|
|
Posts: 549 |
Thanked: 502 times |
Joined on Feb 2008
@ Bowling Green Ohio (united states)
|
#164
|
The Following User Says Thank You to b-man For This Useful Post: | ||
|
2008-07-21
, 16:39
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#165
|
Actually, their will be a new beta4 version of Debian that will be comming out soon and it will use an installer instead of a tarball and the exciding part is that wifi works (wpa and wpa2, not wep from what i have seen),bluetooth works, camera works, flash works in the browser and, the all-around setup is improved. If you wish to see the current progress of the new Debian-nit-edition (aka beta4) that Stskeeps, Jhonx and, Capn_fish are working on just go to this link.
|
2008-07-21
, 16:54
|
|
Posts: 549 |
Thanked: 502 times |
Joined on Feb 2008
@ Bowling Green Ohio (united states)
|
#166
|
|
2008-07-21
, 16:56
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#167
|
|
2008-07-21
, 17:33
|
|
Posts: 4,930 |
Thanked: 2,272 times |
Joined on Oct 2007
|
#168
|
yeah I saw this.. I'm not at home to test at the moment - wasn't sure if you had an N810 or not.
I added this, though I am not hopeful it'll work.. last night I manually ifdown wlan0, ifconfig wlan0 hw ether xx, ifup wlan0.. and still had the problem.. even though DHCP shows correct MAC this time.
I see some people using wireless-essid, some using wpa-ssid.. I think it has to do with WEP vs WPA.. but I wonder if WPA will need wireless-essid as well..
|
2008-07-21
, 17:57
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#169
|
|
2008-07-21
, 18:06
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#170
|
WPA was working in the sneak peek release (it was one of the first things I got working)
Tags |
debian, deblet |
Thread Tools | |
|
The wiki says to just add my information into /etc/network/interfaces and ifup wlan0.. this is not working.
After running that and watching the dhcp try and send I open a new terminal tab and wpa_cli (supposed to show you messages of the whole authentication process).. I get nothing but a CTRL-EVENT-SCAN-RESULTS - every few seconds.
Even setting everything up statically without DHCP does not work.. setting my network id manually with iwconfig wlan0 essid xxx sets the ssid but.. but when i type iwconfig over and over it never authenticates/negotiates with the Access Point.
I've setup wireless wpa by hand before on various linux because wpa_supplicant interfaces haven't been all that great in the past .. but this is not acting like anything I've seen before. Running wpa_supplicant by hand (which I used to do): wpa_supplicant -Dwext -iwlan0 -c /etc/wpa_supplicant/wpa.conf (copied from the examples directory and edited) produces the same CTRL_SCAN_RESULT every few seconds and no other output.
Something is jacked with my wireless... OS2008 Diablo still works great. I modified the debian chroot script to not overwrite my passwd/group files and not use the image to mount /debian.. I do it all by hand.. that gets me access to a network and so I an apt-get and things.. but getting wireless to working inside Debian would serious be nice since it's practically un-usable without it.
Also: IceWM definitely runs MUCH smoother than booting to XFCE.. just an observation .
ETA:
In dmesg I get the following of interest:
If I've helped you or you use any of my packages feel free to help me out.
-----------------------------------------------------------------------------------
Maintaining:
pyRadio - Pandora Radio on your N900, N810 or N800!
Last edited by fatalsaint; 2008-07-21 at 15:37.