« March 2010 »
M T W T F S S
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31        

This is hot

Upgrade VIA Epia-Board to current 2.6.28.7
96 times viewed
23.02.2009 18:41
t3blog Update to version 0.8.1 (Security, Bugfixes)
50 times viewed
03.02.2010 14:33
LaTeX Font Selection
24 times viewed
29.01.2010 17:17
linux.bigga.de now with RSS Feed
20 times viewed
25.11.2009 09:36

[blog...]

Currently the posts are filtered by: wlan
Reset this filter to see all posts.

03.11.2009
20:49

Get Rid of "wlan0_rename" by iwl3945 Driver on Debian Lenny

I'm working from time to time with my three year old Samsung Q35 laptop with Debian stable installed all the time. So at the moment, it's running Lenny.

 

Usually, I'm too excited about new kernel features and bugfixes and don't wait for the next debian release but compile the kernel myself. That's what I'm used to do for plenty of years now.

 

My system is running now with current 2.6.31.5 kernel and uses the iwl3945 driver for wifi. But one point was always annoying to me: The wifi device was called "wlan0_rename" and sometimes it started with "eth2"! And that's the p oint: when it started with eth2, I had to reconfigure /etc/network/interfaces (stupid) or reboot and hope for wlan0_rename (stupid as well).

 

Today, I started to google the solution which is quite simple thanks to two threads/bugreports:

In the file /etc/udev/rules.d/70-persistent-net.rules, I changed the following lines:

 
# PCI device 0x8086:0x4222 (ipw3945)
#SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:18:de:87:f3:b9", NAME="eth2"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:18:de:87:f3:b9", ATTR{type}=="1", \
KERNEL=="wlan*", NAME="wlan0"
 

 

And wow! It starts _always_ with wlan0.

 

Thanks to the original poster and to this bugreport.

back

[ 09.03.2010 ]