« 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
100 times viewed
23.02.2009 18:41
t3blog Update to version 0.8.1 (Security, Bugfixes)
53 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
21 times viewed
25.11.2009 09:36

[blog...]

Currently the posts are filtered by: debian
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

08.09.2009
13:26

upgrade to amarok 2 on debian testing

Today my amarok started with new version 2.1.1 on my debian testing (squeeze). First, I was very happy to upgrade from old 1.4 to new 2.x version which comes with the Jamendo plugin.

 

But: no sound :-(

 

What happened? I was looking on the connsole and found

gst_element_make_from_uri: assertion `gst_uri_is_valid (uri)' failed

There seems to be something wrong with gstreamer. But, how may I fix it?

The solution was to _first_ install phonon-backend-xine and then remove phonon-backend-gstreamer.

 

 

back

[ 09.03.2010 ]