nostromos bLog






* all entries (445)
* concerts (28)
* misc (120)
* techtalk (18)
* travel (241)
  `-bruxelles_07 (8)
  `-canada_14 (22)
  `-hongkong_09 (13)
  `-iceland_10 (14)
  `-ireland_16 (7)
  `-japan_13 (22)
  `-paris_06 (1)
  `-poland_10 (3)
  `-russia_10 (12)
  `-scotland_15 (11)
  `-sweden_09 (10)
  `-taiwan_12 (22)
  `-tokyo_08 (14)
  `-usa_09 (10)
* zoo (38)
  `-abroad (8)
  `-linz (3)
  `-misc (11)
  `-schoenbrunn (16)


08(01), 07(03), 06(03), 05(02), 04(02), 03(02)
12(02), 11(01), 10(08), 09(03), 07(17), 06(01), 05(04), 04(03), 03(02), 02(02), 01(06)
12(05), 11(02), 10(01), 09(01), 08(02), 07(04), 06(01), 05(02), 04(03), 03(02), 02(02), 01(01)
12(01), 11(02), 09(09), 08(16), 07(02), 06(03), 05(04), 04(03), 02(03), 01(02)
12(03), 11(01), 10(02), 09(01), 08(23), 07(03), 06(02), 05(01), 04(02), 03(02)
12(03), 11(02), 10(01), 09(01), 08(23), 05(02)
09(04), 08(01), 06(01), 05(02), 04(02), 03(01), 02(01)
11(01), 10(02), 09(15), 08(01), 07(02), 06(04), 04(12), 01(06)
12(05), 11(01), 10(06), 09(12), 08(02), 07(02), 06(01), 05(01), 04(10), 02(01), 01(05)
12(02), 08(01), 07(15), 06(02), 05(03), 02(02), 01(03)
12(05), 11(01), 07(24), 06(06), 05(03), 04(02), 01(01)
12(01), 11(01), 10(07), 09(01), 08(04), 07(05), 06(04), 05(06), 04(01), 03(04), 02(06), 01(04)
12(04), 11(02), 10(03), 09(04), 08(03), 07(04), 04(01)
07(01), 05(01)
08(01)
10(01)

Wed, 25 Oct 2006
edimax ew-7317ldg.txt (1 comments)
last week was my graduation, and as a present from our "alma mater" (read: university of applied science hagenberg) we got an edimax ew-7317ldg - an absolute cool device. it is a wi-fi scanner and an usb-wlan adaptor for USB. the scanner works in stand-alone mode too, the wlan adaptor of course only when connected to a usb bus ;) edimax ew-7317ldg
since i do not have any windows installed, and my laptop runs debian i tried to find out how to get the stick working. and here it is (ok, those that are not interested in tech-talk, skip this bLog-entry, there will be no non-tech info below this point): although there's support for zd1211 and zd1211rw in kernel 2.6.18 these versions did not work for me - there was a firmware-conflict. instead i used the debian package "zd1211-source", which installs the tarball (also available at the download-section at the zd1211 homepage) plus a few helper files that makes installation on debian easier (yeah, the "./debian/rules" stuff, for those familiar with debian). no matter in which you install the drivers, it is absolutely necessary to change a setting in the included Makefile! "ZD1211REV_B=0" has to be changed to "ZD1211REV_B=1" otherwise the driver wont work. after doing the change, run either "make && make install" or use the debian way, via "apt-get install zd1211-source; cd /usr/src/modules/zd1211; ./debian/rules binary-modules; dpkg -i ../../zd1211-module-2.bla.fasel-tralal_la; modprobe zd1211b;". after loading the module, dmesg or /var/log/message should show up this:
Oct 25 23:00:15 nostromo kernel: ZD1211B - http://zd1211.ath.cx/ - SVN_TRUNK Oct 25 23:00:15 nostromo kernel: Based on www.zydas.com.tw driver version 2.4.0.0 Oct 25 23:00:15 nostromo kernel: usb 4-3: reset high speed USB device using ehci_hcd and address 24 Oct 25 23:00:16 nostromo kernel: Release Ver = 4802 Oct 25 23:00:16 nostromo kernel: AiroHa RF Oct 25 23:00:16 nostromo kernel: AllowedChannel = 000107ff Oct 25 23:00:16 nostromo kernel: Region:48 Oct 25 23:00:16 nostromo kernel: usbcore: registered new driver zd1211b
if not, it's probably because some other zd1211-module version is loaded, like zd1211 or zd1211rw. unloading all zd1211-modules and reloading the correct module should solve it. next, a "ifconfig wlan0 up" should bring up this log-message.
Oct 25 23:02:26 nostromo kernel: ADDRCONF(NETDEV_UP): wlan0: link is not ready
next, configure wlan0 as any other wlan device via iwconfig(8), like adding a specific essid via "iwconfig wlan0 essid nostromo". once done, output of "iwconfig wlan0" should look like this:
wlan0 802.11b/g NIC ESSID:"nostromo" Mode:Managed Frequency:2.457 GHz Access Point: UU:VV:WW:XX:YY:ZZ [...]
voila, online! :)

top [
^
]

[ prev | index | next ]