[64studio-devel] [64 Studio] #515: backport network-manager 0.7.1 to hardy

2009-10-01 Thread 64 Studio
#515: backport network-manager 0.7.1 to hardy
+---
 Reporter:  ro...@64studio.com  |   Owner:  dan...@64studio.com
 Type:  defect  |  Status:  new
 Priority:  normal  |   Milestone:  3.0
Component:  build   | Version:  3.0 beta 3 
 Severity:  normal  |Keywords: 
+---
 Reports from Jonathan E. Brickman indicate that network-manager shipped
 with 64studio 3b3 detects certain Wifi models (AR5212/AR5213 ; module:
 ath5k) as wired networks instead of wifi.

 more info on the 64studio-devel ML thread:
 3b3 wifi issue: AR5212/AR5213 detected as wire

-- 
Ticket URL: http://trac.64studio.com/64studio/ticket/515
64 Studio http://trac.64studio.com/64studio

___
64studio-devel mailing list
64studio-devel@lists.64studio.com
http://lists.64studio.com/mailman/listinfo/64studio-devel


Re: [64studio-devel] 3b3 wifi issue: AR5212/AR5213 detected as wire

2009-10-01 Thread Robin Gareus
Hi Jonathan,

Since iwconfig, and iwlist work, this really looks like a bug with
network-manager.

64studio is based on Ubuntu Hardy, which is why you get version 0.6.6.

I've filed a ticket to backport nm-0.7.1 to 64studio
( http://trac.64studio.com/64studio/ticket/515 ) but it would be great
to know if that will solve the problem before we start backporting.

Could you try to compile and test it on your machine?

Try sth. like this:
-8
sudo apt-get install build-essential fakeroot
sudo apt-get build-dep network-manager
cd /tmp
wget http://rg42.org/_media/wiki/nm-0.7.1-debian.tgz
tar xvzf nm-0.7.1-debian.tgz
cd network-manager-0.7.1/
dpkg-buildpackage -rfakeroot
cd ..
sudo dpkg -i network-manager*deb
-8

The nm-0.7.1 on my server is taken from debian/squeeze. There may be
some version-conflicts in the build-dependacies.. if you run into
problems, be creative or get back to us..

robin

Jonathan E. Brickman wrote:
 
 I don't think this is a kernel issue.
 If you succeed configuring it by hand as outlined by Gustin below with
 `iwconfig` it is a network-manager problem, not a kernel/driver issue.
   
 I am rather strongly allergic to setting my wireless network to
 unauthenticated :-)  My wife's XP PC is nearby :-)
 Maybe it's even simpler: try hitting the WiFi-en/disable button
 (Fn+F5?!) or flick the Wifi kill-switch ;)
   
 Good try *grin*  It's marked 'on', its light is lit.
 It seems likely that you have a mixed system, which would also explain
 the NetworkManager vs. network-manager naming difference.
   
 Nope.  Vanilla 64studio 3b3, have changed no repos, have just run
 vanilla updates via Synaptic.
 Maybe that's the whole issue: Are you mixing different versions of the
 network-manager-applet and the network-manager service:

 what does
   dpkg-query -l network-manager-gnome
   
 Desired=Unknown/Install/Remove/Purge/Hold
 |
 Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
 |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
 uppercase=bad)
 ||/ Name   VersionDescription
 +++-==-==-
 
 ii  network-manage 0.6.6-0ubuntu3 network management framework (GNOME
 frontend
 
 and
   pkg-query -l network-manager
 say? Are they the same version? (0.7.1)
   
 Desired=Unknown/Install/Remove/Purge/Hold
 |
 Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
 |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
 uppercase=bad)
 ||/ Name   VersionDescription
 +++-==-==-
 
 ii  network-manage 0.6.6-0ubuntu5 network management framework daemon
 
 Now you've got me a bit weirded out :-)  I wonder why 3b3 is packaged
 with NM 0.6.6?
 Does `nm-tool` detect wlan0 as Type: 802.11 WiFi ?
   
 - Device: wlan0
 
  NM Path:   /org/freedesktop/NetworkManager/Devices/wlan0
  Type:  Wired
  Driver:ath5k
  Active:no
  HW Address:00:90:96:82:EA:85
 
  Capabilities:
Supported:   yes
 
  Wired Settings
Hardware Link:   yes
 
 Can you detect WiFi-networks by running `sudo iwlist wlan0 scan` ?
   
 Yes -- all of the nearby WAPs, including my own, are detected via the
 above command.
 Anyways. the at5k should be detected as ath0 not wlan0.
   
 Perhaps this is indicative of an NM version glitch.  But I don't
 understand why 3b3 standard repos have sent me an old NM.
 Is this a new install of 64studio, or did you upgrade from a previous
 System? It could be due to some relic udev rule: Do you have a file
   /etc/udev/rules.d/70-persistent-net.rules
 (`ls /etc/udev/rules.d/*net*` , the name may be slightly different),
 there might be a clue in there.
   
 This is a vanilla install onto bare hardware, of 3b3.  The above file
 does exist, and contains:
 
 # This file was automatically generated by the /lib/udev/write_net_rules
 # program run by the persistent-net-generator.rules rules file.
 #
 # You can modify it, as long as you keep each rule on a single line.
 
 # PCI device 0x8086:0x103d (e100)
 SUBSYSTEM==net, ACTION==add, DRIVERS==?*,
 ATTR{address}==00:08:0d:9f:18:f4, ATTR{type}==1, KERNEL==eth*,
 NAME=eth0
 
 # PCI device 0x168c:0x0013 (ath5k)
 SUBSYSTEM==net, ACTION==add, DRIVERS==?*,
 ATTR{address}==00:90:96:82:ea:85, ATTR{type}==1, KERNEL==wlan*,
 NAME=wlan0
 
 There's plenty of reasons why things could not work as expected; maybe
 you once used /etc/iftab with `ifrename` or set up mii-tools.. 
 Nope.
 - or
 maybe the device is simply defect..
   
 The hardware, including wireless, was working well with Puppy Linux
 4.21, until I wiped it for 64studio.
 Anyways the issue of Network-manager detecting a WiFi interfaces as
 wired is unprecedented to my knowledge.

 If the iwconfig steps below work, you can be pragmatic and use
 wpa_supplicant and 

Re: [64studio-devel] linux-image-2.6.31-1-multimedia-amd64

2009-10-01 Thread Leo
On Thu, Oct 1, 2009 at 8:39 AM, Robin Gareus ro...@64studio.com wrote:
 linux-image-2.6.31-2-multimedia-amd64 is up. please try again. I'll keep
 my fingers crossed.

I'm testing this on Karmic (fresh installed alpha 6 and yesterday
upgraded to beta 1)

got error (1)

sudo apt-get install linux-image-2.6.31-2-multimedia-amd64
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  debootstrap firmware-linux-free rtirq-init util-vserver
Suggested packages:
  linux-doc-2.6.31 grub lilo vlan yum
Recommended packages:
  libc6-i686
The following NEW packages will be installed:
  debootstrap firmware-linux-free linux-image-2.6.31-2-multimedia-amd64
  rtirq-init util-vserver
0 upgraded, 5 newly installed, 0 to remove and 7 not upgraded.
Need to get 25.8MB of archives.
After this operation, 93.8MB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://us.archive.ubuntu.com karmic/universe rtirq-init
20090810-0ubuntu1 [5,620B]
Get:2 http://apt.64studio.com jaunty-backports/main
linux-image-2.6.31-2-multimedia-amd64 2.6.31-2 [24.0MB]
Get:3 http://us.archive.ubuntu.com karmic/universe util-vserver
0.30.216~r2842-2ubuntu2 [538kB]
Get:4 http://us.archive.ubuntu.com karmic/main debootstrap 1.0.19 [53.9kB]
Get:5 http://apt.64studio.com jaunty-backports/main
firmware-linux-free 2.6.31-1 [1,133kB]
Fetched 25.8MB in 2min 54s (148kB/s)
Preconfiguring packages ...
Selecting previously deselected package linux-image-2.6.31-2-multimedia-amd64.
(Reading database ... 123318 files and directories currently installed.)
Unpacking linux-image-2.6.31-2-multimedia-amd64 (from
.../linux-image-2.6.31-2-multimedia-amd64_2.6.31-2_amd64.deb) ...
Selecting previously deselected package firmware-linux-free.
Unpacking firmware-linux-free (from
.../firmware-linux-free_2.6.31-1_all.deb) ...
Selecting previously deselected package rtirq-init.
Unpacking rtirq-init (from .../rtirq-init_20090810-0ubuntu1_all.deb) ...
Selecting previously deselected package util-vserver.
Unpacking util-vserver (from
.../util-vserver_0.30.216~r2842-2ubuntu2_amd64.deb) ...
Selecting previously deselected package debootstrap.
Unpacking debootstrap (from .../debootstrap_1.0.19_all.deb) ...
Processing triggers for sreadahead ...
sreadahead will be reprofiled on next reboot
Processing triggers for man-db ...
Setting up linux-image-2.6.31-2-multimedia-amd64 (2.6.31-2) ...
Running depmod.
Running update-initramfs.
update-initramfs: Generating /boot/initrd.img-2.6.31-2-multimedia-amd64
Running update-grub.
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.31-10-generic
Found initrd image: /boot/initrd.img-2.6.31-10-generic
Found linux image: /boot/vmlinuz-2.6.31-2-multimedia-amd64
Found initrd image: /boot/initrd.img-2.6.31-2-multimedia-amd64
Found memtest86+ image: /boot/memtest86+.bin
Found Microsoft Windows XP Home Edition on /dev/sda1
done
Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/dkms
run-parts: executing /etc/kernel/postinst.d/nvidia-common
run-parts: /etc/kernel/postinst.d/nvidia-common exited with return code 20
Failed to process /etc/kernel/postinst.d at
/var/lib/dpkg/info/linux-image-2.6.31-2-multimedia-amd64.postinst line
949.
dpkg: error processing linux-image-2.6.31-2-multimedia-amd64 (--configure):
 subprocess installed post-installation script returned error exit status 9
Setting up firmware-linux-free (2.6.31-1) ...
Setting up rtirq-init (20090810-0ubuntu1) ...
update-rc.d: warning: rtirq start runlevel arguments (2 3 4 5) do not
match LSB Default-Start values (3 5)
update-rc.d: warning: rtirq stop runlevel arguments (0 1 6) do not
match LSB Default-Stop values (0 1 2 6)

Setting up util-vserver (0.30.216~r2842-2ubuntu2) ...
Linux-VServer capability not detected in kernel.

Setting up debootstrap (1.0.19) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
Errors were encountered while processing:
 linux-image-2.6.31-2-multimedia-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)

outup of lspci

00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 10)
00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:05.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:06.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
00:12.0 SATA controller: ATI Technologies Inc SB600 Non-Raid-5 SATA
00:13.0 USB Controller: ATI Technologies Inc SB600 USB (OHCI0)
00:13.1 USB Controller: ATI Technologies Inc SB600 USB (OHCI1)
00:13.2 USB Controller: ATI Technologies Inc SB600 USB (OHCI2)
00:13.3 USB Controller: ATI Technologies Inc SB600 USB (OHCI3)
00:13.4 USB Controller: ATI Technologies Inc SB600 USB (OHCI4)
00:13.5 USB Controller: ATI Technologies Inc SB600 USB Controller (EHCI)
00:14.0 SMBus: ATI Technologies Inc SBx00 SMBus Controller (rev 13)
00:14.1 IDE interface: ATI Technologies Inc SB600 IDE
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia 

Re: [64studio-devel] [64studio-users] linux-image-2.6.31-1-multimedia-amd64

2009-10-01 Thread Michael Jarosch
Am Donnerstag, den 01.10.2009, 19:49 +0200 schrieb Michael Jarosch:
 Am Donnerstag, den 01.10.2009, 17:39 +0200 schrieb Robin Gareus:
 
  Thanks for reporting. OOPS; it's my bad again. I forgot to remove the
  -rt11 on the AMD64 build-host..
  
  linux-image-2.6.31-2-multimedia-amd64 is up. please try again. I'll keep
  my fingers crossed.
 
 I don't know, if it has something to do about the kernel...
 I tried to install the linux-firmware-free package, but it finally
 collides with alsa-firmware. dpkg or apt don't know nothing about it,
 aptitude just stops installing, because otherwise it would override a
 soundblaster firmware offered in alsa-firmware.

Forgot to mention: I'm on a 64bit Ubuntu jaunty machine with
64studio-backports.

___
64studio-devel mailing list
64studio-devel@lists.64studio.com
http://lists.64studio.com/mailman/listinfo/64studio-devel


Re: [64studio-devel] 3b3 wifi issue: AR5212/AR5213 detected as wire

2009-10-01 Thread Jonathan E. Brickman

 Could you try to compile and test it on your machine?

 Try sth. like this:
 -8
 sudo apt-get install build-essential fakeroot
 sudo apt-get build-dep network-manager
 cd /tmp
 wget http://rg42.org/_media/wiki/nm-0.7.1-debian.tgz
 tar xvzf nm-0.7.1-debian.tgz
 cd network-manager-0.7.1/
 dpkg-buildpackage -rfakeroot
 cd ..
 sudo dpkg -i network-manager*deb
 -8
   
I get:

dpkg-checkbuilddeps: Unmet build dependencies: libdbus-glib-1-dev (= 
0.75) ppp-dev libpolkit-dbus-dev uuid-dev libudev-dev

I then tried:

# sudo apt-get install libdbus-glib-1-dev ppp-dev libpolkit-dbus-dev 
uuid-dev libudev-dev
Reading package lists... Done
Building dependency tree  
Reading state information... Done
libdbus-glib-1-dev is already the newest version.
E: Couldn't find package libudev-dev

Not sure what to do next?

J.E.B.



___
64studio-devel mailing list
64studio-devel@lists.64studio.com
http://lists.64studio.com/mailman/listinfo/64studio-devel


Re: [64studio-devel] [64 Studio] #504: update Zynaddsubfx to 2.4.0

2009-10-01 Thread 64 Studio
#504: update Zynaddsubfx to 2.4.0
---+
 Reporter:  calamand...@gmail.com  |Owner:  free
 Type:  enhancement|   Status:  new 
 Priority:  high   |Milestone:  3.0 
Component:  packages   |  Version:  
 Severity:  major  |   Resolution:  
 Keywords: |  
---+

Comment(by patr...@64studio.com):

 It looks like Yoshimi is now a fork. It appears to be more stable than
 zyn.

-- 
Ticket URL: http://trac.64studio.com/64studio/ticket/504#comment:5
64 Studio http://trac.64studio.com/64studio

___
64studio-devel mailing list
64studio-devel@lists.64studio.com
http://lists.64studio.com/mailman/listinfo/64studio-devel


Re: [64studio-devel] linux-image-2.6.31-1-multimedia-amd64

2009-10-01 Thread Robin Gareus
Hi Leo,

Leo wrote:
 On Thu, Oct 1, 2009 at 8:39 AM, Robin Gareus ro...@64studio.com wrote:
 linux-image-2.6.31-2-multimedia-amd64 is up. please try again. I'll keep
 my fingers crossed.
 
 I'm testing this on Karmic (fresh installed alpha 6 and yesterday
 upgraded to beta 1)
 
 got error (1)
 
 sudo apt-get install linux-image-2.6.31-2-multimedia-amd64
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 The following extra packages will be installed:
   debootstrap firmware-linux-free rtirq-init util-vserver
 Suggested packages:
   linux-doc-2.6.31 grub lilo vlan yum
 Recommended packages:
   libc6-i686
 The following NEW packages will be installed:
   debootstrap firmware-linux-free linux-image-2.6.31-2-multimedia-amd64
   rtirq-init util-vserver
 0 upgraded, 5 newly installed, 0 to remove and 7 not upgraded.
 Need to get 25.8MB of archives.
 After this operation, 93.8MB of additional disk space will be used.
 Do you want to continue [Y/n]? y
 Get:1 http://us.archive.ubuntu.com karmic/universe rtirq-init
 20090810-0ubuntu1 [5,620B]
 Get:2 http://apt.64studio.com jaunty-backports/main
 linux-image-2.6.31-2-multimedia-amd64 2.6.31-2 [24.0MB]
 Get:3 http://us.archive.ubuntu.com karmic/universe util-vserver
 0.30.216~r2842-2ubuntu2 [538kB]
 Get:4 http://us.archive.ubuntu.com karmic/main debootstrap 1.0.19 [53.9kB]
 Get:5 http://apt.64studio.com jaunty-backports/main
 firmware-linux-free 2.6.31-1 [1,133kB]
 Fetched 25.8MB in 2min 54s (148kB/s)
 Preconfiguring packages ...
 Selecting previously deselected package linux-image-2.6.31-2-multimedia-amd64.
 (Reading database ... 123318 files and directories currently installed.)
 Unpacking linux-image-2.6.31-2-multimedia-amd64 (from
 .../linux-image-2.6.31-2-multimedia-amd64_2.6.31-2_amd64.deb) ...
 Selecting previously deselected package firmware-linux-free.
 Unpacking firmware-linux-free (from
 .../firmware-linux-free_2.6.31-1_all.deb) ...
 Selecting previously deselected package rtirq-init.
 Unpacking rtirq-init (from .../rtirq-init_20090810-0ubuntu1_all.deb) ...
 Selecting previously deselected package util-vserver.
 Unpacking util-vserver (from
 .../util-vserver_0.30.216~r2842-2ubuntu2_amd64.deb) ...
 Selecting previously deselected package debootstrap.
 Unpacking debootstrap (from .../debootstrap_1.0.19_all.deb) ...
 Processing triggers for sreadahead ...
 sreadahead will be reprofiled on next reboot
 Processing triggers for man-db ...
 Setting up linux-image-2.6.31-2-multimedia-amd64 (2.6.31-2) ...
 Running depmod.
 Running update-initramfs.
 update-initramfs: Generating /boot/initrd.img-2.6.31-2-multimedia-amd64
 Running update-grub.
 Generating grub.cfg ...
 Found linux image: /boot/vmlinuz-2.6.31-10-generic
 Found initrd image: /boot/initrd.img-2.6.31-10-generic
 Found linux image: /boot/vmlinuz-2.6.31-2-multimedia-amd64
 Found initrd image: /boot/initrd.img-2.6.31-2-multimedia-amd64
 Found memtest86+ image: /boot/memtest86+.bin
 Found Microsoft Windows XP Home Edition on /dev/sda1
 done
 Examining /etc/kernel/postinst.d.
 run-parts: executing /etc/kernel/postinst.d/dkms
 run-parts: executing /etc/kernel/postinst.d/nvidia-common
 run-parts: /etc/kernel/postinst.d/nvidia-common exited with return code 20

Looks like this is a problem with the nvidia driver you have installed,
not with this kernel in particular.

There are known problems with the nvidia-binary driver and
linux-2.6.31-rt: http://www.spinics.net/lists/linux-rt-users/msg04869.html

Please run `dpkg -S /etc/kernel/postinst.d/nvidia-common` to find the
package which causes the problem.

You `lspci` output below says you're using an ATI graphics board, so
there's no need to have the nvidia driver installed anyway, is there?

 Failed to process /etc/kernel/postinst.d at
 /var/lib/dpkg/info/linux-image-2.6.31-2-multimedia-amd64.postinst line
 949.

FWIW, line 949 invokes scripts it /etc/kernel/postinst.d/

 dpkg: error processing linux-image-2.6.31-2-multimedia-amd64 (--configure):
  subprocess installed post-installation script returned error exit status 9
 Setting up firmware-linux-free (2.6.31-1) ...
 Setting up rtirq-init (20090810-0ubuntu1) ...
 update-rc.d: warning: rtirq start runlevel arguments (2 3 4 5) do not
 match LSB Default-Start values (3 5)
 update-rc.d: warning: rtirq stop runlevel arguments (0 1 6) do not
 match LSB Default-Stop values (0 1 2 6)
 
 Setting up util-vserver (0.30.216~r2842-2ubuntu2) ...
 Linux-VServer capability not detected in kernel.
 
 Setting up debootstrap (1.0.19) ...
 Processing triggers for libc-bin ...
 ldconfig deferred processing now taking place
 Errors were encountered while processing:
  linux-image-2.6.31-2-multimedia-amd64
 E: Sub-process /usr/bin/dpkg returned an error code (1)
 
 outup of lspci
 
 00:00.0 Host bridge: ATI Technologies Inc RS480 Host Bridge (rev 10)
 00:01.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
 00:05.0 PCI bridge: ATI Technologies Inc RS480 PCI Bridge
 00:06.0 PCI bridge: ATI 

Re: [64studio-devel] [64studio-users] linux-image-2.6.31-1-multimedia-amd64

2009-10-01 Thread Gustin Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael Jarosch wrote:
 Am Donnerstag, den 01.10.2009, 19:49 +0200 schrieb Michael Jarosch:
 Am Donnerstag, den 01.10.2009, 17:39 +0200 schrieb Robin Gareus:

 Thanks for reporting. OOPS; it's my bad again. I forgot to remove the
 -rt11 on the AMD64 build-host..

 linux-image-2.6.31-2-multimedia-amd64 is up. please try again. I'll keep
 my fingers crossed.
 I don't know, if it has something to do about the kernel...
 I tried to install the linux-firmware-free package, but it finally
 collides with alsa-firmware. dpkg or apt don't know nothing about it,
 aptitude just stops installing, because otherwise it would override a
 soundblaster firmware offered in alsa-firmware.
 
 Forgot to mention: I'm on a 64bit Ubuntu jaunty machine with
 64studio-backports.
 
There are fun times to be had when mixing different apt sources.  You
may wish to google for apt pinning.  64Studio 3 is based on hardy, which
is a couple of releases away

You have a couple of choices

Also, this really belongs in a new thread.  Thread jacking increases the
chances that someone will miss your question as it will be buried in an
existing discussion.

To answer your question, I do not have the package linux-firmware-free
listed on my 64 bit Jaunty install, my 8.04 Ubuntu install, nor my
64Studio 3 beta install (these are three physically different machines
btw, so no multi-boot confusion or partition sharing).  Where exactly is
this package coming from?

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkrFU7wACgkQwRXgH3rKGfOtgQCfY3YB6Utc6rBl3R9fFiA+o7A0
GaMAn0FXinkAi+OnGKENKWzl78Y1HhdQ
=QJb/
-END PGP SIGNATURE-
___
64studio-devel mailing list
64studio-devel@lists.64studio.com
http://lists.64studio.com/mailman/listinfo/64studio-devel