[Bug 690370] Re: Strange out of memory on pandaboard

2011-03-22 Thread Laurent GUERBY
@Nicolas I'm downloading 20110321 omap4 images from
http://cdimage.ubuntu.com/ubuntu-netbook/daily-preinstalled/current/

54040512b1835e83d0096779d6c70c01 *natty-preinstalled-netbook-
armel+omap4.img.gz

I'll be testing that within a week. Let me know if another image would
be better. Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 690370] Re: Strange out of memory on pandaboard

2011-03-22 Thread Laurent GUERBY
Hi, just pinging :). Should I try a more recent system image?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 690370] Re: Strange out of memory on pandaboard

2011-01-22 Thread Laurent GUERBY
Robert for reference with the new kernel I get a board freeze in less
than an hour.

I don't understand why when I boot with no option I get only 490M.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 690370] Re: Strange out of memory on pandaboard

2011-01-21 Thread Laurent GUERBY
I first did a simple test: leave the pandaboard idle, after 5 days no
crash.

Robert, I followed your instructions but after reboot I have only the
serial console and no network. It seems because my boot.script has
smsc95xx.macaddr=32:57:F8:93:E1:CD and it looks like it blocks loading
of the module with the newer kernel:

[  474.915527] smsc95xx: Unknown parameter `macaddr'

I've found no way to tell modprobe to not pass macaddr.

After I edit /boot/boot.script to remove this option when I run flash-kernel I 
get "Unsupported platform."
So I looked at flash-kernel code and ran manually the line to update boot.scr 
and managed to reboot with network this time (but another MAC address ...)

Then it looks like I lost some memory (I removed the line mem= and

Mem:489252k total,88104k used,   401148k free, 5700k buffers

Here is my /proc/cmdline:

# cat /proc/cmdline 
text ro root=UUID=b5d2dfb1-270c-4966-abe6-dfe7a2a17efd console=ttyO2,115200n8

I removed "elevator=noop vram=32M mem=768M" since you made no mention of
those.

What is your /proc/cmdline?

Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 690370] Re: Strange out of memory on pandaboard

2011-01-15 Thread Laurent GUERBY
Without NFS, using /home on a 16GB USB key, I got a freeze again after a
bit less than 3 days of svn update/-j 3 bootstrap/check c,ada in loop.

Robert, if you have kernel binary + instructions on how to install (on
top of my current ubuntu) I'd gladly test the newer kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 690370] Re: Strange out of memory on pandaboard

2011-01-11 Thread Laurent GUERBY
Hi Robert,

Interesting. From the logs it looks like you're not using "-j 2", am I
right? I managed to get the freeze without -j and C only bootstrap but
it took a few iterations. Also are you using NFS for the build?

I've relaunched a build without NFS.

Ricardo, any news on this?

Sincerely,

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs



[Bug 690370] Re: Strange out of memory on pandaboard

2010-12-26 Thread Laurent GUERBY
My board froze multiple times during testing of GCC bootstrap

It's ubuntu 10.10 with natty kernel now (the issue were present with
10.10 kernel too)

r...@gcc44:~# cat /boot/boot.script
fatload mmc 0:1 0x8000 uImage
fatload mmc 0:1 0x8160 uInitrd
setenv bootargs text ro elevator=noop vram=32M mem=768M 
root=UUID=b5d2dfb1-270c-4966-abe6-dfe7a2a17efd fixrtc 
smsc95xx.macaddr=32:57:F8:93:E1:CD 
bootm 0x8000 0x8160
r...@gcc44:~# uname -a
Linux gcc44 2.6.35-1101-omap4 #3-Ubuntu SMP PREEMPT Tue Dec 14 16:05:04 UTC 
2010 armv7l GNU/Linux
r...@gcc44:~# md5sum /usr/lib/x-loader/omap4430panda/MLO
ddb53314e61be6bcd1cfbe043f584f0e  /usr/lib/x-loader/omap4430panda/MLO
r...@gcc44:~# cat /proc/cmdline 
text ro elevator=noop vram=32M mem=768M 
root=UUID=b5d2dfb1-270c-4966-abe6-dfe7a2a17efd fixrtc 
smsc95xx.macaddr=32:57:F8:93:E1:CD
r...@gcc44:~# cat /proc/version
Linux version 2.6.35-1101-omap4 (bui...@crabapple) (gcc version 4.5.2 
(Ubuntu/Linaro 4.5.1-12ubuntu1) ) #3-Ubuntu SMP PREEMPT Tue Dec 14 16:05:04 UTC 
2010
r...@gcc44:~# cat /proc/version
versionversion_signature  
r...@gcc44:~# cat /proc/version_signature 
Ubuntu 2.6.35-1101.3-omap4 2.6.35.3

As root:

echo 0 > /proc/sys/kernel/randomize_va_space
mount -t nfs pc2:/mnt/s2000c/nfs/44/home /home

Install GCC and GCC build depencies.

As user, copy the attached b44.sh to /home/user then

cd /home/user
svn co svn://gcc.gnu.org/svn/gcc/trunk
nohup ./b44.sh >& b44.log < /dev/null &

The board should freeze after a while.

** Attachment added: "b44.sh"
   
https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/690370/+attachment/1776581/+files/b44.sh

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 690370] Re: Strange out of memory on pandaboard

2010-12-20 Thread Laurent GUERBY
second freeze this night. no blinking LED, nothing on the serial
console, last top image and tail -f /var/log/messages attached.

** Attachment added: "freeze.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/690370/+attachment/1771254/+files/freeze.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 690370] Re: Strange out of memory on pandaboard

2010-12-14 Thread Laurent GUERBY
I installed on a 4 GB SD card following instructions here:

http://pandaboard.org/content/resources/getting-started
http://omappedia.org/wiki/Ubuntu_Pre-built_Binaries_Guide
http://cdimage.ubuntu.com/ubuntu-netbook/ports/releases/10.10/release/ubuntu-netbook-10.10-preinstalled-netbook-armel+omap4.img.gz

Then I did apt-get update / apt-get upgrade, reboot, then I edited
/boot/boot.script to remove GUI and add memory:

# cat /proc/version_signature 
Ubuntu 2.6.35-903.19-omap4 2.6.35.3
# cat /boot/boot.script
fatload mmc 0:1 0x8000 uImage
fatload mmc 0:1 0x8160 uInitrd
setenv bootargs quiet text ro elevator=noop vram=32M mem=768M 
root=UUID=b5d2dfb1-270c-4966-abe6-dfe7a2a17efd fixrtc 
smsc95xx.macaddr=32:57:F8:93:E1:CD 
bootm 0x8000 0x8160
# cat /etc/rc.local

sysctl -w vm.overcommit_memory=2
echo 0 > /proc/sys/kernel/randomize_va_space
mount -t nfs pc2:/mnt/s2000c/nfs/44/home /home
exit 0

Two openvpn running, /home/ over NFS as above I installed nfs-kernel-
server.

With the original mem= mem= setting with swap activated I got backtraces
by just doing:

cd /home/user
svn co svn://gcc.gnu.org/svn/gcc/trunk

(this will use 1.3 Gbyte of space)

With no swap I don't get any backtraces but user space command start
getting NULL out of malloc.

If it's easier for you just send me your ssh public key I will install
it on my pandaboard on root.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 690370] Re: Strange out of memory on pandaboard

2010-12-14 Thread Laurent GUERBY
With swap reactivated GCC bootstrap succeeded but I got regular
backtraces "swapper: page allocation failure. order:3, mode:0x4020", see
attached /var/log/messages.

** Attachment added: "panda-messages-2.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux-ti-omap4/+bug/690370/+attachment/1766581/+files/panda-messages-2.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 690370] Re: Strange out of memory on pandaboard

2010-12-14 Thread Laurent GUERBY
Even if swap is totally unused it got past the previous failure point:

Swap:   524284k total,0k used,   524284k free,   265836k cached

More tomorrow...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 690370] Re: Strange out of memory on pandaboard

2010-12-14 Thread Laurent GUERBY
 with mem=768M and no swap  make bootstrap failed a bit later on
"virtual memory exhausted: Cannot allocate memory", nothing in
/var/log/messages

Trying with mem=768M and swap activated.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 690370] Re: Strange out of memory on pandaboard

2010-12-14 Thread Laurent GUERBY
Interestingly without swap but with mem=768M I got past the failure
point.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 690370] [NEW] Strange out of memory on pandaboard

2010-12-14 Thread Laurent GUERBY
Public bug reported:

A GCC trunk bootstrap fails with:

gcc   -g -fkeep-inline-functions -DIN_GCC   -W -Wall -Wwrite-strings 
-Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wmissing-format-attribute 
-pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings 
-Wold-style-definition -Wc++-compat -fno-common  -DHAVE_CONFIG_H 
-DGENERATOR_FILE  -o build/gengtype \
build/gengtype.o build/errors.o build/gengtype-lex.o 
build/gengtype-parse.o build/gengtype-state.o build/version.o 
../build-armv7l-unknown-linux-gnueabi/libiberty/libiberty.a
/bin/bash ../../trunk/gcc/../move-if-change tmp-gi.list gtyp-input.list
echo timestamp > s-gtyp-input
build/gengtype  \
-S ../../trunk/gcc -I gtyp-input.list -w gtype.state
build/gengtype  \
-r gtype.state

out of memory allocating 4072 bytes after a total of 199240912 bytes
make[3]: *** [s-gtype] Error 1
make[3]: Leaving directory `/home/guerby/build/gcc'
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory `/home/guerby/build'
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory `/home/guerby/build'
make: *** [bootstrap] Error 2

real8m9.482s
user4m0.680s
sys 1m37.547s

Looking at top at the time of failure:

Mem:681844k total,   368152k used,   313692k free, 6076k buffers
Swap:0k total,0k used,0k free,   240456k cached

/home is mounted over NFS, swap is commented out, make bootstrap after a
clean boot, /etc/rc.local has:

sysctl -w vm.overcommit_memory=2
echo 0 > /proc/sys/kernel/randomize_va_space

In a different situation, with mem=768M in a previous test I got various issues 
reported in /var/log/messages
copy here: wget http://guerby.org/ftp/messages-pandaboard

rsalveti asked me to open a report.

** Affects: linux-ti-omap4 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: armel

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/690370

Title:
  Strange out of memory on pandaboard

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 496093] Re: [lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured wireless networks

2010-04-09 Thread Laurent GUERBY
On my Akoya Medion E1210 netbook which reports RaLink RT2860 and lsmod
rt2860sta wifi is not working at all on Lucid (no connection and iwlist
wlan0 scanning reports "No scan result"), even with Ricardo kernel.

-- 
[lucid] rt2860 frequently fails to connect to mixed mode WPA/WPA2 secured 
wireless networks
https://bugs.launchpad.net/bugs/496093
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 319825] Re: acer_wmi in Jaunty on Aspire One exposes non-functional (always disabled) rfkill device

2009-04-13 Thread Laurent GUERBY
Kenneth, thanks for the advice, a cold boot did restore wifi on my
aspire one.

Now the bug is still around :)

-- 
acer_wmi in Jaunty on Aspire One exposes non-functional (always disabled) 
rfkill device
https://bugs.launchpad.net/bugs/319825
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 319825] Re: acer_wmi in Jaunty on Aspire One exposes non-functional (always disabled) rfkill device

2009-04-13 Thread Laurent GUERBY
I updated today to 2.6.28-11.41-generic and my aspire one wifi no longer
work at all:

ath5k phy0: gain calibration timeout
ath5k phy0: can't reset hardware (-11)

I removed acer_wmi.ko and same result.

-- 
acer_wmi in Jaunty on Aspire One exposes non-functional (always disabled) 
rfkill device
https://bugs.launchpad.net/bugs/319825
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 344022] Re: RaLink RT2860 won't connect to 802.11n WPA2 networks

2009-04-10 Thread Laurent GUERBY
Something I noticed: when I first try to connect to my WPA network I
enter the secret key, then it fails as described here and show again the
popup to enter the ascii secret key but the secret key I entered is not
the one in the dialog, instead I have a long string of hexa digits.

-- 
RaLink RT2860 won't connect to 802.11n WPA2 networks
https://bugs.launchpad.net/bugs/344022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 344022] Re: RaLink RT2860 won't connect to 802.11n WPA2 networks

2009-04-08 Thread Laurent GUERBY
My router ("neufbox" in France) is set to "WPA-PSK" and I have no WPA2
option, I have the exact same srcversion as you and I still cannot
connect to it with this machine (with other machines it works).

-- 
RaLink RT2860 won't connect to 802.11n WPA2 networks
https://bugs.launchpad.net/bugs/344022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 344022] Re: RaLink RT2860 won't connect to 802.11n WPA2 networks

2009-04-08 Thread Laurent GUERBY
aviv, could you post the output of modinfo rt2860sta? After updating
still no luck for me in connecting to my wpa2 router (wep still works).

-- 
RaLink RT2860 won't connect to 802.11n WPA2 networks
https://bugs.launchpad.net/bugs/344022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 297598] Re: ZTE MF626 USB modem not recognized by network-manager 0.7

2009-04-01 Thread Laurent GUERBY
My USB stick comes from french provider Bouygues Telecom and is also
labeled MF626 but has a different USB id:

Bus 001 Device 010: ID 19d2:2000  
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize064
  idVendor   0x19d2 
  idProduct  0x2000 
  bcdDevice0.00
  iManufacturer   2 ZTE, Incorporated
  iProduct1 ZTE CDMA Technologies MSM
  iSerial 0 
  bNumConfigurations  1
  Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength   32
bNumInterfaces  1
bConfigurationValue 1
iConfiguration  0 
bmAttributes 0xe0
  Self Powered
  Remote Wakeup
MaxPower  500mA
Interface Descriptor:
  bLength 9
  bDescriptorType 4
  bInterfaceNumber0
  bAlternateSetting   0
  bNumEndpoints   2
  bInterfaceClass 8 Mass Storage
  bInterfaceSubClass  5 SFF-8070i
  bInterfaceProtocol 80 
  iInterface  0 
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x01  EP 1 OUT
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
  Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81  EP 1 IN
bmAttributes2
  Transfer TypeBulk
  Synch Type   None
  Usage Type   Data
wMaxPacketSize 0x0200  1x 512 bytes
bInterval   0
Device Qualifier (for other device speed):
  bLength10
  bDescriptorType 6
  bcdUSB   2.00
  bDeviceClass0 (Defined at Interface level)
  bDeviceSubClass 0 
  bDeviceProtocol 0 
  bMaxPacketSize064
  bNumConfigurations  1
Device Status: 0x0001
  Self Powered

When I plug the key in ubuntu juanty latest beta I get:

Apr  1 13:36:44 m kernel: [ 9429.564296] usb 1-1: USB disconnect, address 9
Apr  1 13:36:52 m kernel: [ 9437.756068] usb 1-1: new high speed USB device 
using ehci_hcd and address 10
Apr  1 13:36:52 m kernel: [ 9437.899674] usb 1-1: configuration #1 chosen from 
1 choice
Apr  1 13:36:53 m kernel: [ 9437.976237] usb-storage: device ignored

And of course nothing works.

-- 
ZTE MF626 USB modem not recognized by network-manager 0.7
https://bugs.launchpad.net/bugs/297598
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 276495] Re: Hotkey fn + f6 not detected on an MSI Wind

2009-03-29 Thread Laurent GUERBY
With latest 9.04 beta UNR 20090328 I'm unable to make the webcam work on
my MSI Wind netbook, it doesn't show up at all in lsusb and cheese
doesn't detect it either. Fn+F6 does nothing.

This is a jaunty regression because under intrepid on the same netbook
it works, Fn+F6 make the webcam appear and disappear and it is picked up
by Ekiga when activated. lsusb with webcam on:

r...@wind-laptop:~# lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 5986:0141 Acer, Inc 
Bus 001 Device 002: ID 0bda:0158 Realtek Semiconductor Corp. Mass Stroage Device
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Webcam is "5986:0141 Acer, Inc". Intreprid kernel:

r...@wind-laptop:~# cat /proc/version
Linux version 2.6.27-7-generic (bui...@palmer) (gcc version 4.3.2 (Ubuntu 
4.3.2-1ubuntu11) ) #1 SMP Tue Nov 4 19:33:20 UTC 2008

dmesg when pressing Fn+F6 to activate under intrepid:

[  563.416840] atkbd.c: Unknown key pressed (translated set 2, code 0xee on 
isa0060/serio0).
[  563.416861] atkbd.c: Use 'setkeycodes e06e ' to make it known.
[  563.420650] atkbd.c: Unknown key released (translated set 2, code 0xee on 
isa0060/serio0).
[  563.420668] atkbd.c: Use 'setkeycodes e06e ' to make it known.
[  564.260155] usb 1-5: new high speed USB device using ehci_hcd and address 4
[  564.589770] usb 1-5: configuration #1 chosen from 1 choice
[  564.590695] uvcvideo: Found UVC 1.00 device BisonCam, NB Pro (5986:0141)
[  564.603777] input: BisonCam, NB Pro as 
/devices/pci:00/:00:1d.7/usb1/1-5/1-5:1.0/input/input10

Would be nice to fix it in jaunty so it does not regress :).

-- 
Hotkey fn + f6 not detected on an MSI Wind
https://bugs.launchpad.net/bugs/276495
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 344022] Re: RaLink RT2860 won't connect to 802.11n WPA2 networks

2009-03-29 Thread Laurent GUERBY
I can confirm on 9.04 beta UNR 20090328 on the popular Hercules ecafe
EC-900/H60G-IA notebook that wifi WPA2 connection does not work. Non WPA
wifi works though (and the wired connection works too). I tested WPA2
from another machine with the same ubuntu and it worked.

Hardware has:

02:00.0 Network controller [0280]: RaLink RT2860 [1814:0781]

When trying to connect dmesg says:

[  686.730040] ===>rt_ioctl_giwscan. 5(5) BSS returned, data->length = 515
[  686.730711] ==>rt_ioctl_siwfreq::SIOCSIWFREQ[cmd=0x8b04] (Channel=1)
[  701.751142] ===>rt_ioctl_giwscan. 4(4) BSS returned, data->length = 427
[  701.752005] ==>rt_ioctl_siwfreq::SIOCSIWFREQ[cmd=0x8b04] (Channel=1)
[  716.772383] ===>rt_ioctl_giwscan. 4(4) BSS returned, data->length = 427
[  716.773166] ==>rt_ioctl_siwfreq::SIOCSIWFREQ[cmd=0x8b04] (Channel=1)

Would be nice to fix, the native distribution shipped with this ecafe
notebook has no problem connecting to WPA2 networks so there must be a
correct driver somewhere.

-- 
RaLink RT2860 won't connect to 802.11n WPA2 networks
https://bugs.launchpad.net/bugs/344022
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 256296] Re: USB id 0af0:6911 should use hso and not 'option' driver

2009-03-27 Thread Laurent GUERBY
jaunty beta does not fix the issue.

When the key is plugged in it is recognized as usb-storage.

I installed rezero from

http://ppa.launchpad.net/martijn/ppa/ubuntu/pool/main/r/rezero/rezero_0.1-3_i386.deb

And after that install the key is recognized as modem and I get to setup
the connection in network manager.

Why isn't rezero installed on jaunty?

-- 
USB id 0af0:6911 should use hso and not 'option' driver
https://bugs.launchpad.net/bugs/256296
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 274995] Re: MASTER storing ALSA mixer element values during shutdown hangs nondeterministically due to internal alsa-plugins pulse check

2008-11-30 Thread Laurent GUERBY
Yes I do have the export:

# grep PULSE_I /etc/init.d/alsa-utils
export PULSE_INTERNAL=0

Even with /etc/hosts line shutdown still hangs on a text screen with a
blinking cursor at the top left.

I looked at the logs and it looks like during boot there are some issues
with the kernel I didn't see with 8.04.

Nov 30 11:12:47 pc kernel: [   36.653066] Pid: 4750, comm: hald-probe-seri Not 
tainted 2.6.27-9-generic #1
Nov 30 11:12:47 pc kernel: [   36.653074]  [] ? printk+0x1d/0x1f
Nov 30 11:12:47 pc kernel: [   36.653097]  [] 
__report_bad_irq+0x2c/0xa0
Nov 30 11:12:47 pc kernel: [   36.653113]  [] 
note_interrupt+0x114/0x140
Nov 30 11:12:47 pc kernel: [   36.653122]  [] ? 
handle_IRQ_event+0x41/0x80
Nov 30 11:12:47 pc kernel: [   36.653131]  [] 
handle_level_irq+0xd3/0x100
Nov 30 11:12:47 pc kernel: [   36.653139]  [] ? 
tick_periodic+0x34/0x80
Nov 30 11:12:47 pc kernel: [   36.653148]  [] ? 
tick_handle_periodic+0x1e/0x80
Nov 30 11:12:47 pc kernel: [   36.653155]  [] do_IRQ+0x45/0x80
Nov 30 11:12:47 pc kernel: [   36.653166]  [] ? irq_exit+0x8/0x90
Nov 30 11:12:47 pc kernel: [   36.653176]  [] ? 
smp_apic_timer_interrupt+0x5d/0x90
Nov 30 11:12:47 pc kernel: [   36.653191]  [] 
common_interrupt+0x23/0x30
Nov 30 11:12:47 pc kernel: [   36.653199]  [] ? 
__do_softirq+0x6a/0x120
Nov 30 11:12:47 pc kernel: [   36.653207]  [] do_softirq+0x5d/0x60
Nov 30 11:12:47 pc kernel: [   36.653213]  [] irq_exit+0x55/0x90
Nov 30 11:12:47 pc kernel: [   36.653219]  [] do_IRQ+0x4a/0x80
Nov 30 11:12:47 pc kernel: [   36.653226]  [] 
common_interrupt+0x23/0x30
Nov 30 11:12:47 pc kernel: [   36.653233]  [] ? 
_spin_unlock_irqrestore+0x22/0x40
Nov 30 11:12:47 pc kernel: [   36.653243]  [] 
serial8250_startup+0x200/0x700
Nov 30 11:12:47 pc kernel: [   36.653257]  [] uart_startup+0x4a/0x140
Nov 30 11:12:47 pc kernel: [   36.653265]  [] uart_open+0xb3/0x1c0
Nov 30 11:12:47 pc kernel: [   36.653272]  [] ? uart_open+0x0/0x1c0
Nov 30 11:12:47 pc kernel: [   36.653279]  [] __tty_open+0x15c/0x340
Nov 30 11:12:47 pc kernel: [   36.653292]  [] tty_open+0x24/0x40
Nov 30 11:12:47 pc kernel: [   36.653299]  [] chrdev_open+0xd5/0x1b0
Nov 30 11:12:47 pc kernel: [   36.653311]  [] __dentry_open+0xbc/0x260
Nov 30 11:12:47 pc kernel: [   36.653318]  [] 
nameidata_to_filp+0x47/0x60
Nov 30 11:12:47 pc kernel: [   36.653325]  [] ? chrdev_open+0x0/0x1b0
Nov 30 11:12:47 pc kernel: [   36.65]  [] do_filp_open+0x1bd/0x790
Nov 30 11:12:47 pc kernel: [   36.653342]  [] ? 
vma_prio_tree_remove+0x7a/0xf0
Nov 30 11:12:47 pc kernel: [   36.653356]  [] ? 
inotify_inode_queue_event+0xe/0xe0
Nov 30 11:12:47 pc kernel: [   36.653367]  [] ? _spin_lock+0xd/0x10
Nov 30 11:12:47 pc kernel: [   36.653374]  [] ? expand_files+0x9/0x60
Nov 30 11:12:47 pc kernel: [   36.653383]  [] ? alloc_fd+0xe0/0x100
Nov 30 11:12:47 pc kernel: [   36.653391]  [] do_sys_open+0x65/0x100
Nov 30 11:12:47 pc kernel: [   36.653397]  [] sys_open+0x2e/0x40
Nov 30 11:12:47 pc kernel: [   36.653403]  [] 
sysenter_do_call+0x12/0x2f
Nov 30 11:12:47 pc kernel: [   36.653411]  ===
Nov 30 11:12:47 pc kernel: [   36.890407] Bluetooth: Core ver 2.13


Nov 30 11:14:36 pc kernel: [  146.098923] Pid: 7418, comm: serial Not tainted 
2.6.27-9-generic #1
Nov 30 11:14:36 pc kernel: [  146.098930]  [] ? printk+0x1d/0x1f
Nov 30 11:14:36 pc kernel: [  146.098954]  [] 
__report_bad_irq+0x2c/0xa0
Nov 30 11:14:36 pc kernel: [  146.098970]  [] 
note_interrupt+0x114/0x140
Nov 30 11:14:36 pc kernel: [  146.098979]  [] ? 
handle_IRQ_event+0x41/0x80
Nov 30 11:14:36 pc kernel: [  146.098988]  [] 
handle_level_irq+0xd3/0x100
Nov 30 11:14:36 pc kernel: [  146.098997]  [] ? 
tick_periodic+0x34/0x80
Nov 30 11:14:36 pc kernel: [  146.099005]  [] ? 
tick_handle_periodic+0x1e/0x80
Nov 30 11:14:36 pc kernel: [  146.099013]  [] do_IRQ+0x45/0x80
Nov 30 11:14:36 pc kernel: [  146.099025]  [] ? irq_exit+0x8/0x90
Nov 30 11:14:36 pc kernel: [  146.099035]  [] ? 
smp_apic_timer_interrupt+0x5d/0x90
Nov 30 11:14:36 pc kernel: [  146.099050]  [] 
common_interrupt+0x23/0x30
Nov 30 11:14:36 pc kernel: [  146.099058]  [] ? 
__do_softirq+0x6a/0x120
Nov 30 11:14:36 pc kernel: [  146.099065]  [] do_softirq+0x5d/0x60
Nov 30 11:14:36 pc kernel: [  146.099072]  [] irq_exit+0x55/0x90
Nov 30 11:14:36 pc kernel: [  146.099078]  [] do_IRQ+0x4a/0x80
Nov 30 11:14:36 pc kernel: [  146.099085]  [] 
common_interrupt+0x23/0x30
Nov 30 11:14:36 pc kernel: [  146.099092]  [] ? 
_spin_unlock_irqrestore+0x22/0x40
Nov 30 11:14:36 pc kernel: [  146.099102]  [] 
serial8250_startup+0x200/0x700
Nov 30 11:14:36 pc kernel: [  146.099117]  [] uart_startup+0x4a/0x140
Nov 30 11:14:36 pc kernel: [  146.099125]  [] uart_open+0xb3/0x1c0
Nov 30 11:14:36 pc kernel: [  146.099132]  [] ? uart_open+0x0/0x1c0
Nov 30 11:14:36 pc kernel: [  146.099139]  [] __tty_open+0x15c/0x340
Nov 30 11:14:36 pc kernel: [  146.099153]  [] tty_open+0x24/0x40
Nov 30 11:14:36 pc kernel: [  146.099160]  [] chrdev_open+0xd5/0x1b0
Nov 30 11:14:36 pc kernel: [  146.099172]  [] __dent

[Bug 301430] Re: ipv6 /etc/hosts missing localhost hostname

2008-11-29 Thread Laurent GUERBY
I confirm after an upgrade I didn't have localhost on the ::1 line and
after 274995 fix I still have shutdown delay. Will try your change
tomorrow.

Out of curiosity, after a fresh install what is the expected /etc/hosts
IPv4 section?

-- 
ipv6 /etc/hosts missing localhost hostname
https://bugs.launchpad.net/bugs/301430
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 274995] Re: MASTER storing ALSA mixer element values during shutdown hangs nondeterministically due to internal alsa-plugins pulse check

2008-11-29 Thread Laurent GUERBY
Robb, thanks for the hint. The 274995 proposed fix did not cure the
issue for two of my machines, I will try 301430 suggestion tomorrow.

-- 
MASTER storing ALSA mixer element values during shutdown hangs 
nondeterministically due to internal alsa-plugins pulse check
https://bugs.launchpad.net/bugs/274995
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 132627] Re: GSynaptics couldn't initialize.

2008-11-20 Thread Laurent GUERBY
Same issue for me when I upgraded my netbook to intrepid but following
the instructions in the link by Endolith did not work for me.

-- 
GSynaptics couldn't initialize.
https://bugs.launchpad.net/bugs/132627
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 274468] Re: Have firefox ask user to exit firefox *BEFORE* updating.

2008-11-18 Thread Laurent GUERBY
Those two bug report are likely linked to this update/localstore.rdf
issue:

https://bugs.launchpad.net/ubuntu/+source/ubufox/+bug/270303
https://bugs.launchpad.net/ubuntu/+source/ubufox/+bug/289365

-- 
Have firefox ask user to exit firefox *BEFORE* updating.
https://bugs.launchpad.net/bugs/274468
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 270303] Re: firefox (intrepid): "your browser has been updated and needs to be restarted"

2008-11-18 Thread Laurent GUERBY
Removing the following file cured the issue for me:

$HOME/.mozilla/firefox/default.XXX/localstore.rdf

Thanks to #firefox people.

-- 
firefox (intrepid): "your browser has been updated and needs to be restarted"
https://bugs.launchpad.net/bugs/270303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 289365] Re: ∞Your browser has been up dated and needs to be restarted.

2008-11-18 Thread Laurent GUERBY
Removing the following file cured the issue for me:

$HOME/.mozilla/firefox/default.XXX/localstore.rdf

Thanks to #firefox people.

-- 
∞Your browser has been updated and needs to be restarted.
https://bugs.launchpad.net/bugs/289365
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 270303] Re: firefox (intrepid): "your browser has been updated and needs to be restarted"

2008-11-18 Thread Laurent GUERBY
Same for me with 3.0.4 update. This is annoying since all my pages are
moving up and down randomly because of the insertion at the top of the
page.

-- 
firefox (intrepid): "your browser has been updated and needs to be restarted"
https://bugs.launchpad.net/bugs/270303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 289365] Re: ∞Your browser has been up dated and needs to be restarted.

2008-11-18 Thread Laurent GUERBY
Happens to me too and it's annoying

Looks similar to:

https://bugs.launchpad.net/ubuntu/+source/ubufox/+bug/270303

-- 
∞Your browser has been updated and needs to be restarted.
https://bugs.launchpad.net/bugs/289365
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 295145] [NEW] K50alsa-utils takes a few minutes slowing down shutdown on intrepid

2008-11-07 Thread Laurent GUERBY
Public bug reported:

When I shutdown my computer running up to date intrepid it takes several
minutes. After looking around I found out the following K50alsa-utils
script is the one slowing down the shutdown:

root  5465  0.0  0.0   1844   584 ?Ss   14:11   0:00 /bin/sh 
/etc/init.d/rc 0
root  5617  0.0  0.0   1844   576 ?S14:11   0:00  \_ /bin/sh 
/etc/rc0.d/K50alsa-utils stop
root  5644  0.0  0.1   6796  1740 ?S14:11   0:00  \_ amixer 
-c 0 -q set Line 0% mute
root  5645  0.0  0.0   1844   252 ?S14:11   0:00  \_ 
/bin/sh /etc/rc0.d/K50alsa-utils stop
root  5646  0.0  0.0   1816   532 ?S14:11   0:00  \_ 
sed -e /Unable to find simple control/d -e /Unknown playback setup/d -e /^$/d

After a long while it finishes and the machine is properly shutdown.

** Affects: alsa-utils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
K50alsa-utils takes a few minutes slowing down shutdown on intrepid
https://bugs.launchpad.net/bugs/295145
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197252] Re: Phenom kernel 2.6.24-8-server BUG: soft lockup - CPU#3 stuck for 11s! [events/3:18]

2008-11-06 Thread Laurent GUERBY
ASUS problem with phenom

** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

-- 
Phenom kernel 2.6.24-8-server BUG: soft lockup  - CPU#3 stuck for 11s! 
[events/3:18]
https://bugs.launchpad.net/bugs/197252
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197252] Re: Phenom kernel 2.6.24-8-server BUG: soft lockup - CPU#3 stuck for 11s! [events/3:18]

2008-11-06 Thread Laurent GUERBY
2.6.27 and pci=nomsi did not help stability.

For the record, after I changed the motherboard to a MSI K9A2GM-FIH (but
kept same RAM/cpu/disk/power supply/case) I successfully stress tested
the machine for 10 days without any issue on 2.6.27 intrepid kernel
(without specific boot option).

Conclusion: both ASUS M3A32 MVP Deluxe wifi and  ASUS M2A-VM likely
doesn't support properly some phenom processors even with latest BIOS
(the same boards are stable with Athlon X2).

-- 
Phenom kernel 2.6.24-8-server BUG: soft lockup  - CPU#3 stuck for 11s! 
[events/3:18]
https://bugs.launchpad.net/bugs/197252
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291630] Re: No sound after update to intrepid on SiS AC97

2008-11-01 Thread Laurent GUERBY
The problem was linux-image not installed during update, fix easy enough

** Changed in: linux (Ubuntu)
   Status: Incomplete => Invalid

-- 
No sound after update to intrepid on SiS AC97
https://bugs.launchpad.net/bugs/291630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291630] Re: No sound after update to intrepid on SiS AC97

2008-11-01 Thread Laurent GUERBY
Ok after reboot I have the right uname :

# uname -a
Linux corbiere 2.6.27-7-generic #1 SMP Thu Oct 30 04:18:38 UTC 2008 i686 
GNU/Linux

And playing sound is working.

Now I've no idea why the linux-image package was not upgraded, up to
date showed in update-manager and I had to apt-get install linux-image.
On another machine I did not have this issue.

-- 
No sound after update to intrepid on SiS AC97
https://bugs.launchpad.net/bugs/291630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291630] Re: No sound after update to intrepid on SiS AC97

2008-11-01 Thread Laurent GUERBY
Now that I check the kernel version is wrong. apt-get update/dist-
upgrade did nothing, no update in update-manager.

# apt-cache policy linux-image
linux-image:
  Installé : (aucun)
  Candidat : 2.6.27.7.11
 Table de version :
 2.6.27.7.11 0
500 http://ftp.u-picardie.fr intrepid/main Packages

So I did

# apt-get install linux-image
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus 
nécessaires :
  language-support-writing-en language-support-writing-fr 
language-support-translations-en openoffice.org-hyphenation-en-us 
thunderbird-locale-en-gb language-support-en language-support-fr
  linux-image-2.6.20-16-386 openoffice.org-thesaurus-en-au 
openoffice.org-hyphenation openoffice.org-thesaurus-en-us 
linux-restricted-modules-2.6.20-16-386 openoffice.org-l10n-en-gb
  openoffice.org-l10n-en-za openoffice.org-help-en-gb openoffice.org-help-en-us
Veuillez utiliser « apt-get autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés : 
  linux-firmware linux-image-2.6.27-7-generic linux-image-generic
Paquets suggérés :
  linux-doc-2.6.27 linux-source-2.6.27
Les NOUVEAUX paquets suivants seront installés :
  linux-firmware linux-image linux-image-2.6.27-7-generic linux-image-generic
0 mis à jour, 4 nouvellement installés, 0 à enlever et 0 non mis à jour.
Il est nécessaire de prendre 26,8Mo dans les archives.
Après cette opération, 102Mo d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer [O/n] ? 
Réception de : 1 http://security.ubuntu.com intrepid-security/main 
linux-image-2.6.27-7-generic 2.6.27-7.15 [23,4MB]
Réception de : 2 http://ftp.u-picardie.fr intrepid/main linux-firmware 1.2 
[3365kB] 
Réception de : 3 http://ftp.u-picardie.fr intrepid/main linux-image-generic 
2.6.27.7.11 [2802B] 
  
Réception de : 4 http://ftp.u-picardie.fr intrepid/main linux-image 2.6.27.7.11 
[2792B] 
  
26,8Mo réceptionnés en 38s (688ko/s)

  
Sélection du paquet linux-image-2.6.27-7-generic précédemment désélectionné.
(Lecture de la base de données... 188796 fichiers et répertoires déjà 
installés.)
Dépaquetage de linux-image-2.6.27-7-generic (à partir de 
.../linux-image-2.6.27-7-generic_2.6.27-7.15_i386.deb) ...
Done.
Sélection du paquet linux-firmware précédemment désélectionné.
Dépaquetage de linux-firmware (à partir de .../linux-firmware_1.2_all.deb) ...
Sélection du paquet linux-image-generic précédemment désélectionné.
Dépaquetage de linux-image-generic (à partir de 
.../linux-image-generic_2.6.27.7.11_i386.deb) ...
Sélection du paquet linux-image précédemment désélectionné.
Dépaquetage de linux-image (à partir de .../linux-image_2.6.27.7.11_i386.deb) 
...
Paramétrage de linux-image-2.6.27-7-generic (2.6.27-7.15) ...
Running depmod.
update-initramfs: Generating /boot/initrd.img-2.6.27-7-generic
Running postinst hook script /sbin/update-grub.
Your /etc/kernel-img.conf needs to be updated. Read grub's NEWS.Debian[1]
file and follow its instructions.

 1. /usr/share/doc/grub/NEWS.Debian.gz


Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.27-7-generic
Found kernel: /boot/vmlinuz-2.6.25-2-386
Found kernel: /boot/vmlinuz-2.6.24-21-386
Found kernel: /boot/vmlinuz-2.6.22-15-386
Found kernel: /boot/vmlinuz-2.6.20-16-386
Found kernel: /boot/vmlinuz-2.6.17-11-386
Found kernel: /boot/vmlinuz-2.6.17-10-386
Found kernel: /boot/vmlinuz-2.6.15-27-386
Found kernel: /boot/vmlinuz-2.6.15-23-386
Found kernel: /boot/memtest86+.bin
Replacing config file /var/run/grub/menu.lst with new version
Updating /boot/grub/menu.lst ... done

Examining /etc/kernel/postinst.d.
run-parts: executing /etc/kernel/postinst.d/nvidia-common

Paramétrage de linux-firmware (1.2) ...
Paramétrage de linux-image-generic (2.6.27.7.11) ...
Paramétrage de linux-image (2.6.27.7.11) ...

I'm now rebooting

-- 
No sound after update to intrepid on SiS AC97
https://bugs.launchpad.net/bugs/291630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 291630] Re: No sound after update to intrepid on SiS AC97

2008-11-01 Thread Laurent GUERBY

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/19170122/lspci-vvnn.log

-- 
No sound after update to intrepid on SiS AC97
https://bugs.launchpad.net/bugs/291630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291630] Re: No sound after update to intrepid on SiS AC97

2008-11-01 Thread Laurent GUERBY
1.

$ uname -a
Linux corbiere 2.6.25-2-386 #1 Tue Sep 30 14:47:35 UTC 2008 i686 GNU/Linux

2. dmesg.log attached

3. lspci-vvnn.log attached

Additionaly: as I said in my first message /proc/asound doesn't exist on
my machine and no sound related kernel module seem to be loaded, just
like if my motherboard (ASROCK K7S41GX, a bit old not that uncommon)
integrated soundcard became unknown as a sound card to intreprid.

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/19169843/dmesg.log

-- 
No sound after update to intrepid on SiS AC97
https://bugs.launchpad.net/bugs/291630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291630] [NEW] No sound after update to intrepid on SiS AC97

2008-10-31 Thread Laurent GUERBY
Public bug reported:

It looks like after an update to intrepid I lost completely sound on my
machine (only beep works). Poking around it seems no kernel sound module
is loaded at all, and /proc/asound doesn't even exist, no trace of
audio/sound/snd in various system logs.

$ gnome-sound-properties 
(gnome-sound-properties:5334): sound-properties-DEBUG: setting theme ubuntu
sound-properties-Message: Error running pipeline 'audiotestsrc wave=sine 
freq=512 ! audioconvert ! audioresample ! gconfaudiosink': Failed to connect 
stream: Invalid argument [pulsesink.c(634): gst_pulsesink_prepare (): 
/GstPipeline:pipeline0/GstGConfAudioSink:gconfaudiosink0/GstBin:bin0/GstAutoAudioSink:autoaudiosink0/GstPulseSink:autoaudiosink0-actual-sink-pulse]
^C
$ ls -l /proc/as*
ls: ne peut accéder /proc/as*: Aucun fichier ou dossier de ce type
$ dmesg|grep -i sound
$ dmesg|grep -i audio
$ dmesg|grep -i snd
$ lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 741/741GX/M741 Host (rev 
03)
00:01.0 PCI bridge: Silicon Integrated Systems [SiS] SiS AGP Port (virtual 
PCI-to-PCI bridge)
00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] 
(rev 25)
00:02.1 SMBus: Silicon Integrated Systems [SiS] SiS961/2 SMBus Controller
00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE]
00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] AC'97 
Sound Controller (rev a0)
00:03.0 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller 
(rev 0f)
00:03.1 USB Controller: Silicon Integrated Systems [SiS] USB 1.1 Controller 
(rev 0f)
00:03.2 USB Controller: Silicon Integrated Systems [SiS] USB 2.0 Controller
00:04.0 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast 
Ethernet (rev 90)
00:09.0 USB Controller: NEC Corporation USB (rev 43)
00:09.1 USB Controller: NEC Corporation USB (rev 43)
00:09.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 661/741/760 
PCI/AGP or 662/761Gx PCIE VGA Display Adapter
$ lspci -n
00:00.0 0600: 1039:0741 (rev 03)
00:01.0 0604: 1039:0003
00:02.0 0601: 1039:0963 (rev 25)
00:02.1 0c05: 1039:0016
00:02.5 0101: 1039:5513
00:02.7 0401: 1039:7012 (rev a0)
00:03.0 0c03: 1039:7001 (rev 0f)
00:03.1 0c03: 1039:7001 (rev 0f)
00:03.2 0c03: 1039:7002
00:04.0 0200: 1039:0900 (rev 90)
00:09.0 0c03: 1033:0035 (rev 43)
00:09.1 0c03: 1033:0035 (rev 43)
00:09.2 0c03: 1033:00e0 (rev 04)
01:00.0 0300: 1039:6330
$ lsmod|grep snd
$ lsmod|grep sound
$

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
No sound after update to intrepid on SiS AC97
https://bugs.launchpad.net/bugs/291630
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 284961] Re: Option 3G USB Modem (Gio225) not recognized, solution included

2008-10-23 Thread Laurent GUERBY
Done, new bug report:

https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/288208

-- 
Option 3G USB Modem (Gio225) not recognized, solution included
https://bugs.launchpad.net/bugs/284961
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 288208] Re: 0.7, 3G network Orange Icon 225 USB key not handled by network manager

2008-10-23 Thread Laurent GUERBY

** Attachment added: "bug-icon-225.tgz"
   http://launchpadlibrarian.net/18820699/bug-icon-225.tgz

-- 
0.7, 3G network Orange Icon 225 USB key not handled by network manager
https://bugs.launchpad.net/bugs/288208
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 288208] [NEW] 0.7, 3G network Orange Icon 225 USB key not handled by network manager

2008-10-23 Thread Laurent GUERBY
Public bug reported:

Binary package hint: network-manager

As described in the comments of:

https://bugs.launchpad.net/ubuntu/+source/hal-info/+bug/284961

When I plug

"Bus 002 Device 004: ID 0af0:6971 Option"

Even after installing manually rezero and hal-info patch, network
manager does not work:

After a reboot, here what I get when I plug the key

Oct 20 18:20:47 pc NetworkManager:  ttyHS0: driver is 'hso'.
Oct 20 18:20:47 pc NetworkManager:  [1224519647.496808] 
setup_monitor_device(): No monitoring udi provided
Oct 20 18:20:47 pc NetworkManager:  Found new Modem device 'ttyHS0'.
Oct 20 18:20:47 pc NetworkManager:  (ttyHS0): exported as 
/org/freedesktop/Hal/devices/usb_device_af0_6971_Serial_Number_if0_serial_unknown_0
Oct 20 18:20:51 pc NetworkManager:  (ttyHS0): device state change: 1 -> 2
Oct 20 18:20:51 pc NetworkManager:  (ttyHS0): deactivating device 
(reason: 2).
Oct 20 18:20:51 pc NetworkManager: 
nm_system_device_flush_ip4_routes_with_iface: assertion `iface_idx >= 0' failed
Oct 20 18:20:51 pc NetworkManager: 
nm_system_device_flush_ip4_addresses_with_iface: assertion `iface_idx >= 0' 
failed
Oct 20 18:20:51 pc NetworkManager:  (ttyHS0): device state change: 2 -> 3
Oct 20 18:21:20 pc NetworkManager:  Activation (ttyHS0) starting 
connection 'Orange 3Gb'
Oct 20 18:21:20 pc NetworkManager:  (ttyHS0): device state change: 3 -> 4
Oct 20 18:21:20 pc NetworkManager:  Activation (ttyHS0) Stage 1 of 5 
(Device Prepare) scheduled...
Oct 20 18:21:20 pc NetworkManager:  Activation (ttyHS0) Stage 1 of 5 
(Device Prepare) started...
Oct 20 18:21:20 pc NetworkManager:  [1224519680.142206] 
nm_serial_device_open(): (ttyHS0) opening device...
Oct 20 18:21:20 pc NetworkManager:  Activation (ttyHS0) Stage 1 of 5 
(Device Prepare) complete.
Oct 20 18:21:20 pc NetworkManager:  check_pin_done(): PIN checking failed
Oct 20 18:21:20 pc NetworkManager:  (ttyHS0): device state change: 4 -> 9
Oct 20 18:21:20 pc NetworkManager:  [1224519680.326062] 
nm_serial_device_close(): Closing device 'ttyHS0'
Oct 20 18:21:20 pc NetworkManager:  Marking connection 'Orange 3Gb' 
invalid.
Oct 20 18:21:20 pc NetworkManager:  Activation (ttyHS0) failed.
Oct 20 18:21:20 pc NetworkManager:  (ttyHS0): device state change: 9 -> 3
Oct 20 18:21:20 pc NetworkManager:  (ttyHS0): deactivating device 
(reason: 0).
Oct 20 18:21:20 pc NetworkManager: 
nm_system_device_flush_ip4_routes_with_iface: assertion `iface_idx >= 0' failed
Oct 20 18:21:20 pc NetworkManager: 
nm_system_device_flush_ip4_addresses_with_iface: assertion `iface_idx >= 0' 
failed

When I manually follow the instructions from :

http://www.equinoxefr.org/post/2008/04/21/la-clef-orange-icon-225-sur-
ubuntu-804

Both the connect.sh script and the python app do work and manage to
setup the 3G network access.

So this is a network manager problem. As for parameters, in France APN
is "orange.ie", USER and PASS should be empty (no use) and PIN is
"".

Please find attached bug-icon-225.tgz which has various info on my
system.

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
0.7, 3G network Orange Icon 225 USB key not handled by network manager
https://bugs.launchpad.net/bugs/288208
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284961] Re: Option 3G USB Modem (Gio225) not recognized, solution included

2008-10-20 Thread Laurent GUERBY
The PIN is quite simple (). I entered it in the connection
properties (named "Orange 3Gb"). I had no popup asking for a PIN.

After a reboot, here what I get when I plug the key

Oct 20 18:20:47 pc NetworkManager:   ttyHS0: driver is 'hso'. 
Oct 20 18:20:47 pc NetworkManager:  [1224519647.496808] 
setup_monitor_device(): No monitoring udi provided 
Oct 20 18:20:47 pc NetworkManager:   Found new Modem device 'ttyHS0'. 
Oct 20 18:20:47 pc NetworkManager:   (ttyHS0): exported as 
/org/freedesktop/Hal/devices/usb_device_af0_6971_Serial_Number_if0_serial_unknown_0
 
Oct 20 18:20:51 pc NetworkManager:   (ttyHS0): device state change: 1 -> 
2 
Oct 20 18:20:51 pc NetworkManager:   (ttyHS0): deactivating device 
(reason: 2). 
Oct 20 18:20:51 pc NetworkManager: 
nm_system_device_flush_ip4_routes_with_iface: assertion `iface_idx >= 0' failed
Oct 20 18:20:51 pc NetworkManager: 
nm_system_device_flush_ip4_addresses_with_iface: assertion `iface_idx >= 0' 
failed
Oct 20 18:20:51 pc NetworkManager:   (ttyHS0): device state change: 2 -> 
3 
Oct 20 18:21:20 pc NetworkManager:   Activation (ttyHS0) starting 
connection 'Orange 3Gb' 
Oct 20 18:21:20 pc NetworkManager:   (ttyHS0): device state change: 3 -> 
4 
Oct 20 18:21:20 pc NetworkManager:   Activation (ttyHS0) Stage 1 of 5 
(Device Prepare) scheduled... 
Oct 20 18:21:20 pc NetworkManager:   Activation (ttyHS0) Stage 1 of 5 
(Device Prepare) started... 
Oct 20 18:21:20 pc NetworkManager:  [1224519680.142206] 
nm_serial_device_open(): (ttyHS0) opening device... 
Oct 20 18:21:20 pc NetworkManager:   Activation (ttyHS0) Stage 1 of 5 
(Device Prepare) complete. 
Oct 20 18:21:20 pc NetworkManager:   check_pin_done(): PIN checking 
failed 
Oct 20 18:21:20 pc NetworkManager:   (ttyHS0): device state change: 4 -> 
9 
Oct 20 18:21:20 pc NetworkManager:  [1224519680.326062] 
nm_serial_device_close(): Closing device 'ttyHS0' 
Oct 20 18:21:20 pc NetworkManager:   Marking connection 'Orange 3Gb' 
invalid. 
Oct 20 18:21:20 pc NetworkManager:   Activation (ttyHS0) failed. 
Oct 20 18:21:20 pc NetworkManager:   (ttyHS0): device state change: 9 -> 
3 
Oct 20 18:21:20 pc NetworkManager:   (ttyHS0): deactivating device 
(reason: 0). 
Oct 20 18:21:20 pc NetworkManager: 
nm_system_device_flush_ip4_routes_with_iface: assertion `iface_idx >= 0' failed
Oct 20 18:21:20 pc NetworkManager: 
nm_system_device_flush_ip4_addresses_with_iface: assertion `iface_idx >= 0' 
failed

I couldn't find where the PIN is stored, I wonder why the very same PIN
fails with NM and works with the alternate scripts and tools. I'll see
what I can report.

-- 
Option 3G USB Modem (Gio225) not recognized, solution included
https://bugs.launchpad.net/bugs/284961
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284961] Re: Option 3G USB Modem (Gio225) not recognized, solution included

2008-10-20 Thread Laurent GUERBY
Note: with /etc/init.d/NetworkManager stop and following the
instructions here:

http://www.equinoxefr.org/post/2008/04/21/la-clef-orange-icon-225-sur-
ubuntu-804

(installing hso v1.6 kernel module and two utilites) the 3G connection
works on my intrepid computer so there's no reason why NetworkManager
can't do it :)

-- 
Option 3G USB Modem (Gio225) not recognized, solution included
https://bugs.launchpad.net/bugs/284961
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284961] Re: Option 3G USB Modem (Gio225) not recognized, solution included

2008-10-20 Thread Laurent GUERBY
Here it is (reboot, graphical login then plug USB key).

Note I'm sure the USB and PIN () work since one another Linux
computer (ACER Aspire One with Linpus) I can connect with network
manager.

Thanks for your kind help.

** Attachment added: "Various files when pluggin USB 3G key"
   http://launchpadlibrarian.net/18728696/bug284961.tgz

-- 
Option 3G USB Modem (Gio225) not recognized, solution included
https://bugs.launchpad.net/bugs/284961
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 284961] Re: Option 3G USB Modem (Gio225) not recognized, solution included

2008-10-19 Thread Laurent GUERBY
Since I have USB modem "Bus 002 Device 004: ID 0af0:6971 Option " same
as yours, I added your entry, installed rezero but I can't get
networkmanager (on intrepid) to connect through the key. Do you know
where should I look? Thanks!

-- 
Option 3G USB Modem (Gio225) not recognized, solution included
https://bugs.launchpad.net/bugs/284961
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 259028] Re: 0.7, 3G USB devices detected by usb-storage maybe need modeswitch

2008-10-19 Thread Laurent GUERBY
I have a Orange USB Icon225 3G key, it has the same id has Runar above
("0af0:6971 Option"), so it's widespread in Europe.

It would be nice to have this working out of the box for intrepid.

I installed rezero from "PPA for Martijn van de Streek" it switched the
mode from storage to modem, but no luck to have it working in network
manager 0.7 yet.

https://edge.launchpad.net/~martijn/+archive


** Attachment added: "lshal on my PC"
   http://launchpadlibrarian.net/18703945/lshal.txt

-- 
0.7, 3G USB devices detected by usb-storage maybe need modeswitch
https://bugs.launchpad.net/bugs/259028
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 239514] Re: firefox about: picture has wrong version number (1.9)

2008-06-12 Thread Laurent GUERBY
Info provided

** Changed in: firefox (Ubuntu)
   Status: Incomplete => New

-- 
firefox about: picture has wrong version number (1.9)
https://bugs.launchpad.net/bugs/239514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 239514] Re: firefox about: picture has wrong version number (1.9)

2008-06-12 Thread Laurent GUERBY
Here is the text part:

<<
# Copyright © 1998-2008 by contributors to the Mozilla Project.

# Read the licensing information for this product.


# See the build configuration used for this version.

# Build identifier: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9) 
Gecko/2008061017 Firefox/3.0
>>

The dpkg part:

$ dpkg -l|grep firefox
ii  firefox3.0+nobinonly-0ubuntu0.8.04.1
  meta package for the popular mozilla web browser
ii  firefox-3.03.0+nobinonly-0ubuntu0.8.04.1
  safe and easy web browser from Mozilla
ii  firefox-3.0-gnome-support  3.0+nobinonly-0ubuntu0.8.04.1
  Support for Gnome in Mozilla Firefox
ii  firefox-gnome-support  3.0+nobinonly-0ubuntu0.8.04.1
  meta package pointing to the latest gnome-support pack

And the screenshot attached

** Attachment added: "Screenshot-About.png"
   http://launchpadlibrarian.net/15245510/Screenshot-About.png

-- 
firefox about: picture has wrong version number (1.9)
https://bugs.launchpad.net/bugs/239514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 239514] [NEW] firefox about: picture has wrong version number (1.9)

2008-06-12 Thread Laurent GUERBY
Public bug reported:

Binary package hint: firefox

Summary has it all, the text in the about: page is correct about the
version, but the picture has version 1.9 :)

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

-- 
firefox about: picture has wrong version number (1.9)
https://bugs.launchpad.net/bugs/239514
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197252] Re: Phenom kernel 2.6.24-8-server BUG: soft lockup - CPU#3 stuck for 11s! [events/3:18]

2008-04-27 Thread Laurent GUERBY
No X on the machine.

With a newer BIOS I was able to get a stable system with debian +
upgraded kernel:

http://lkml.org/lkml/2008/4/12/27

But on the same machine I installed ubuntu 8.04 LTS last friday and the
machine is not stable, I get lockups within one hour of stress testing.

I just reported it to canonical using my support contract.

-- 
Phenom kernel 2.6.24-8-server BUG: soft lockup  - CPU#3 stuck for 11s! 
[events/3:18]
https://bugs.launchpad.net/bugs/197252
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220888] Re: Evolution generates 129 bytes long header line

2008-04-23 Thread Laurent GUERBY
I've informed that the 128 byte limit is not in the RFC but was linked
to a particular user filter.

So this is not a bug in evolution, could you close this bug?

Sorry for the noise,

Laurent

-- 
Evolution generates 129 bytes long header line
https://bugs.launchpad.net/bugs/220888
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220888] Re: Evolution generates 129 bytes long header line

2008-04-22 Thread Laurent GUERBY

** Attachment added: "Save as of my message"
   http://launchpadlibrarian.net/13833634/m1

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/13833635/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/13833636/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/13833637/ProcStatus.txt

-- 
Evolution generates 129 bytes long header line
https://bugs.launchpad.net/bugs/220888
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 220888] [NEW] Evolution generates 129 bytes long header line

2008-04-22 Thread Laurent GUERBY
Public bug reported:

Binary package hint: evolution

My message bounced because evolution generates 129 bytes long header
line: see the Cc one in the file attached.

I'm not sure where is this limitation in the RFC

ProblemType: Bug
Architecture: amd64
Date: Wed Apr 23 07:50:51 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evolution
Package: evolution 2.22.1-0ubuntu2
PackageArchitecture: amd64
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.24-16-generic x86_64

** Affects: evolution (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
Evolution generates 129 bytes long header line
https://bugs.launchpad.net/bugs/220888
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 219404] Re: update-manager removed with todays upgrades [19/4/2008]

2008-04-18 Thread Laurent GUERBY
Same thing for me, I was using update-manager -d but it disappeared at
the end, I ran apt-get update/dist-upgrade but then no more update-
manager and same message as above when I try to install it.

-- 
update-manager removed with todays upgrades [19/4/2008]
https://bugs.launchpad.net/bugs/219404
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 197252] [NEW] Phenom kernel 2.6.24-8-server BUG: soft lockup - CPU#3 stuck for 11s! [events/3:18]

2008-03-01 Thread Laurent GUERBY
Public bug reported:

Binary package hint: linux-image-server

Hi, I just built a Phenom 9500 quad 4GB RAM system based on ASUS  M3A32
MVP Deluxe wifi motherboard (latest BIOS version flashed 0801),
installed hardy and when I try to do something some processes get stuck
and cannot be killed, after checking in /var/log/kern.log I see lots of:


Mar  1 12:51:22 gcc04 kernel: [ 3085.025358] BUG: soft lockup - CPU#3 stuck for 
11s! [events/3:18]
Mar  1 12:51:22 gcc04 kernel: [ 3085.025402] CPU 3:
Mar  1 12:51:22 gcc04 kernel: [ 3085.025403] Modules linked in: it87 hwmon_vid 
i2c_dev tun iptable_filter ip_tables x_tables sbp2 parport_pc lp parport loop 
ipv6 lmpcm_usb pata_atiixp snd_hda_intel snd_pcm snd_timer snd_page_alloc sky2 
snd_hwdep snd serio_raw button soundcore psmouse atiixp pcspkr i2c_piix4 
i2c_core ide_core shpchp pci_hotplug evdev ext3 jbd mbcache sg sd_mod usbhid 
hid pata_marvell pata_acpi floppy ata_generic ahci libata ohci1394 ieee1394 
ehci_hcd scsi_mod ohci_hcd usbcore ssb thermal processor fan fuse
Mar  1 12:51:22 gcc04 kernel: [ 3085.025440] Pid: 18, comm: events/3 Not 
tainted 2.6.24-8-server #1
Mar  1 12:51:22 gcc04 kernel: [ 3085.025442] RIP: 
0010:[__smp_call_function_mask+0xa2/0xf0]  [__smp_call_function_mask+0xa2/0xf0] 
__smp_call_function_mask+0xa2/0xf0
Mar  1 12:51:22 gcc04 kernel: [ 3085.025446] RSP: :810129123de0  
EFLAGS: 0202
Mar  1 12:51:22 gcc04 kernel: [ 3085.025448] RAX: 08fc RBX: 
0007 RCX: 0001
Mar  1 12:51:22 gcc04 kernel: [ 3085.025450] RDX: 00fc RSI: 
00fc RDI: 0007
Mar  1 12:51:22 gcc04 kernel: [ 3085.025452] RBP: 810001048c00 R08: 
810129122000 R09: 810001042810
Mar  1 12:51:22 gcc04 kernel: [ 3085.025454] R10: 810001048c60 R11: 
 R12: 810129063108
Mar  1 12:51:22 gcc04 kernel: [ 3085.025456] R13: 810001042800 R14: 
810001048c60 R15: 80231ff5
Mar  1 12:51:22 gcc04 kernel: [ 3085.025458] FS:  2b394d5d46e0() 
GS:81012b801f00() knlGS:
Mar  1 12:51:22 gcc04 kernel: [ 3085.025460] CS:  0010 DS: 0018 ES: 0018 CR0: 
8005003b
Mar  1 12:51:22 gcc04 kernel: [ 3085.025462] CR2: 016b7a48 CR3: 
00201000 CR4: 06e0
Mar  1 12:51:22 gcc04 kernel: [ 3085.025464] DR0:  DR1: 
 DR2: 
Mar  1 12:51:22 gcc04 kernel: [ 3085.025466] DR3:  DR6: 
0ff0 DR7: 0400
Mar  1 12:51:22 gcc04 kernel: [ 3085.025467] 
Mar  1 12:51:22 gcc04 kernel: [ 3085.025467] Call Trace:
Mar  1 12:51:22 gcc04 kernel: [ 3085.025470]  [mcheck_check_cpu+0x0/0x40] 
mcheck_check_cpu+0x0/0x40
Mar  1 12:51:22 gcc04 kernel: [ 3085.025474]  [mcheck_check_cpu+0x0/0x40] 
mcheck_check_cpu+0x0/0x40
Mar  1 12:51:22 gcc04 kernel: [ 3085.025478]  
[smp_call_function_mask+0x46/0xa0] smp_call_function_mask+0x46/0xa0
Mar  1 12:51:22 gcc04 kernel: [ 3085.025481]  [mcheck_timer+0x0/0x90] 
mcheck_timer+0x0/0x90
Mar  1 12:51:22 gcc04 kernel: [ 3085.025484]  [mcheck_check_cpu+0x0/0x40] 
mcheck_check_cpu+0x0/0x40
Mar  1 12:51:22 gcc04 kernel: [ 3085.025486]  [on_each_cpu+0x1d/0x40] 
on_each_cpu+0x1d/0x40
Mar  1 12:51:22 gcc04 kernel: [ 3085.025490]  [mcheck_timer+0x19/0x90] 
mcheck_timer+0x19/0x90
Mar  1 12:51:22 gcc04 kernel: [ 3085.025492]  [run_workqueue+0xcc/0x170] 
run_workqueue+0xcc/0x170
Mar  1 12:51:22 gcc04 kernel: [ 3085.025495]  [worker_thread+0x0/0x110] 
worker_thread+0x0/0x110
Mar  1 12:51:22 gcc04 kernel: [ 3085.025498]  [worker_thread+0x0/0x110] 
worker_thread+0x0/0x110
Mar  1 12:51:22 gcc04 kernel: [ 3085.025501]  [worker_thread+0xa3/0x110] 
worker_thread+0xa3/0x110
Mar  1 12:51:22 gcc04 kernel: [ 3085.025504]  [] 
autoremove_wake_function+0x0/0x30
Mar  1 12:51:22 gcc04 kernel: [ 3085.025508]  [worker_thread+0x0/0x110] 
worker_thread+0x0/0x110
Mar  1 12:51:22 gcc04 kernel: [ 3085.025511]  [worker_thread+0x0/0x110] 
worker_thread+0x0/0x110
Mar  1 12:51:22 gcc04 kernel: [ 3085.025513]  [kthread+0x4b/0x80] 
kthread+0x4b/0x80
Mar  1 12:51:22 gcc04 kernel: [ 3085.025516]  [child_rip+0xa/0x12] 
child_rip+0xa/0x12
Mar  1 12:51:22 gcc04 kernel: [ 3085.025522]  [kthread+0x0/0x80] 
kthread+0x0/0x80
Mar  1 12:51:22 gcc04 kernel: [ 3085.025525]  [child_rip+0x0/0x12] 
child_rip+0x0/0x12
Mar  1 12:51:22 gcc04 kernel: [ 3085.025528] 


System information:

ii  linux-image-2.6.24-8-server  2.6.24-8.14
Linux kernel image for version 2.6.24 on x86

[EMAIL PROTECTED]:~# cat /proc/cpuinfo 
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 16
model   : 2
model name  : AMD Phenom(tm) 9500 Quad-Core Processor
stepping: 2
cpu MHz : 2206.716
cache size  : 512 KB
physical id : 0
siblings: 4
core id : 0
cpu cores   : 4
fpu : yes
fpu_exception   : yes
cpuid level : 5
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pa

[Bug 131530] Re: 'Browse device...' in the bluetooth applet is useless without gnome-vfs-obexftp

2007-12-08 Thread Laurent GUERBY
For some reason I also had to :

sudo apt-get install obextool

to be able to get things working

-- 
'Browse device...' in the bluetooth applet is useless without gnome-vfs-obexftp
https://bugs.launchpad.net/bugs/131530
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 115616] Re: Device-mapper errors: dm-linear, lookup failed

2007-10-11 Thread Laurent GUERBY
Matthew East , may be the common point for people having the problem is
that their system has dist-upgraded multiple times to follow ubuntu
version since dapper as opposed to a fresh edgy system going to gutsy.
This is my case here since I've been dist-upgrading a few versions on
this machine.

I did use "update -d" and I have never used or requested the install of
evms (first evms related command on the system was the apt-get remove).

-- 
Device-mapper errors: dm-linear, lookup failed
https://bugs.launchpad.net/bugs/115616
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150666] Re: package update-notifier 0.60 failed to install/upgrade: underprocess post-installation script failed with error code 1

2007-10-08 Thread Laurent GUERBY
*** This bug is a duplicate of bug 150680 ***
https://bugs.launchpad.net/bugs/150680

Here is the fixed version:


  

  /schemas/apps/update-notifier/show_apport_crashes
  /apps/update-notifier/show_apport_crashes
  bool
  false
  
Display apport crash reports automatically
If this is disabled, the user will not be notified about pending 
apport crash reports.
  


  


-- 
package update-notifier 0.60 failed to install/upgrade: underprocess 
post-installation script failed with error code 1
https://bugs.launchpad.net/bugs/150666
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 150680] Re: cannot install new version of update-notifier: gconf schema problem

2007-10-08 Thread Laurent GUERBY
Same initial problem for me, LGB fix did work.

-- 
cannot install new version of update-notifier: gconf schema problem
https://bugs.launchpad.net/bugs/150680
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 115616] Re: Device-mapper errors: dm-linear, lookup failed

2007-10-08 Thread Laurent GUERBY
Scoot I did "update -d" from a fully up to date 7.04 system and agreed
to all deletions, but evms was still there.

-- 
Device-mapper errors: dm-linear, lookup failed
https://bugs.launchpad.net/bugs/115616
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 115616] Re: Device-mapper errors: dm-linear, lookup failed

2007-10-07 Thread Laurent GUERBY
This does not seem to be fixed, on gutsy beta I have the latest evms:

ii  evms   2.5.5-26ubuntu1  
   Enterprise Volume Management System (core)
ii  evms-ncurses   2.5.5-26ubuntu1  
   Enterprise Volume Management System (ncurses
ii  libevms-2.52.5.5-26ubuntu1  
   Enterprise Volume Management System (library

And I get millions of messages in the logs, disk is spinning
continuously and the laptop just feels very slow.

I added the exclude * line but still got some messages:

Oct  7 10:45:34 m kernel: [ 1366.108000] device-mapper: ioctl: error adding 
target to table
Oct  7 10:45:34 m last message repeated 9 times
Oct  7 10:45:34 m kernel: [ 1366.112000] device-mapper: ioctl: error adding 
target to table

I killed udev because it was still taking 100% cpu. Then

apt-get remove evms

Then reboot and all was fine.

-- 
Device-mapper errors: dm-linear, lookup failed
https://bugs.launchpad.net/bugs/115616
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 134149] Re: ipw2200 fails to load in 2.6.22-10-386

2007-10-07 Thread Laurent GUERBY
Exact same problem on my laptop with 2.6.22-13-386 from gutsy beta :

Oct  7 10:06:13 m kernel: [49330.68] ipw2200: Detected Intel PRO/Wireless 
2200BG Network Connection
Oct  7 10:07:16 m kernel: [49393.796000] agpgart: Found an AGP 2.0 compliant 
device at :00:00.0.
Oct  7 10:07:16 m kernel: [49393.796000] agpgart: Putting AGP V2 device at 
:00:00.0 into 4x mode
Oct  7 10:07:16 m kernel: [49393.796000] agpgart: Putting AGP V2 device at 
:01:00.0 into 4x mode
Oct  7 10:07:16 m kernel: [49393.796000] [drm] Loading R300 Microcode
Oct  7 10:07:53 m kernel: [49430.68] ipw2200: ipw2200-bss.fw 
request_firmware failed: Reason -2
Oct  7 10:07:53 m kernel: [49430.68] ipw2200: Unable to load firmware: -2
Oct  7 10:07:53 m kernel: [49430.692000] ipw2200: failed to register network 
device
Oct  7 10:07:53 m kernel: [49430.692000] ACPI: PCI interrupt for device 
:02:03.0 disabled

Linux version 2.6.22-13-386 ([EMAIL PROTECTED]) (gcc version 4.1.3 20070929
(prerelease) (Ubuntu 4.1.2-16ubuntu2)) #1 Thu Oct 4 16:50:05 GMT 2007

-- 
ipw2200 fails to load in 2.6.22-10-386
https://bugs.launchpad.net/bugs/134149
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89653] Re: Horizontal scrolling not working for Logitech LX5 mouse

2007-08-05 Thread Laurent GUERBY
Side scrolling moves cursor left or right in gedit (one character at a
time) on feisty (also tested xpdf and firefox).

-- 
Horizontal scrolling not working for Logitech LX5 mouse
https://bugs.launchpad.net/bugs/89653
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 114415] Re: kernel oops, probably due to radeon Accel

2007-05-13 Thread Laurent GUERBY
Note: same machine had problem with older kernel versions, see oops
here:

https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.17/+bug/77350

One more information, on boot I added the "irqpoll" option:
# cat /proc/cmdline 
root=UUID=5750d70c-20ce-411a-a3dc-a3803710f96b ro quiet splash irqpoll

Without irqpoll got in dmesg the following:

[   48.216519] irq 4: nobody cared (try booting with the "irqpoll" option)
[   48.216563]  [] __report_bad_irq+0x24/0x80
[   48.216585]  [] note_interrupt+0x208/0x240
[   48.216597]  [] handle_IRQ_event+0x30/0x60
[   48.216607]  [] handle_level_irq+0x90/0xc0
[   48.216615]  [] do_IRQ+0x40/0x80
[   48.216624]  [] profile_tick+0x3e/0x80
[   48.216640]  [] common_interrupt+0x23/0x30
[   48.216655]  [] __do_softirq+0x32/0xa0
[   48.216667]  [] do_softirq+0x45/0x50
[   48.216673]  [] do_IRQ+0x45/0x80
[   48.216683]  [] common_interrupt+0x23/0x30
[   48.216698]  [] serial_out+0x32/0xd0
[   48.216713]  [] serial8250_startup+0x18a/0x4b0
[   48.216726]  [] uart_startup+0x48/0x160
[   48.216737]  [] uart_open+0xbf/0x460
[   48.216749]  [] cdev_get+0x23/0x40
[   48.216760]  [] tty_open+0x147/0x2d0
[   48.216775]  [] chrdev_open+0x6c/0x120
[   48.216784]  [] chrdev_open+0x0/0x120
[   48.216790]  [] __dentry_open+0xb0/0x1c0
[   48.216806]  [] nameidata_to_filp+0x35/0x40
[   48.216815]  [] do_filp_open+0x50/0x60
[   48.216843]  [] do_sys_open+0x4e/0xf0
[   48.216855]  [] sys_open+0x1c/0x20
[   48.216862]  [] sysenter_past_esp+0x69/0xa9
[   48.216882]  ===
[   48.216885] handlers:
[   48.216888] [] (serial8250_interrupt+0x0/0xf0)
[   48.216896] Disabling IRQ #4

-- 
kernel oops, probably due to radeon Accel
https://bugs.launchpad.net/bugs/114415
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 114415] kernel oops, probably due to radeon Accel

2007-05-13 Thread Laurent GUERBY
Public bug reported:

Binary package hint: linux-source-2.6.20

This is on up to date (as of 20070513) feisty system, x86.

When I comment the NoAccel "true" line in /etc/X11/xorg.conf, the
computer freezes (no ping, no keyboard/mouse reaction, need to reboot)
after a few seconds to a few minute of use.

When the NoAccel "true" is present, the computer is completely stable
(no freeze/crash) but of course scrolling and moving windows around is
quite slow.

>From a remote ssh on console I was lucky to get oops message the last
time I tried to enable Accel, see below for details.

Let me know if there are things I could try.

Laurent

1/ cat /proc/version
Linux version 2.6.20-15-386 ([EMAIL PROTECTED]) (gcc version 4.1.2 (Ubuntu 
4.1.2-0ubuntu4)) #2 Sun Apr 15 07:34:00 UTC 2007

2/ lscpi
00:00.0 Host bridge: VIA Technologies, Inc. VT8377 [KT400/KT600 AGP] Host 
Bridge (rev 80)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 
AC97 Audio Controller (rev 50)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200 SE] 
(rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200 SE] 
(Secondary) (rev 01)

3/ xorg.conf for stable computer, just commenting the NoAccel true line
make it unstable:

Section "Device"
Identifier  "aticonfig-Device[0]"
#   Driver  "fglrx"
Driver  "radeon"
Option  "VideoOverlay" "off"
Option  "OpenGLOverlay" "off"
Option "AGPFastWrite" "false"
#BusID   "PCI:1:0:0"
#Option "AGPMode" "1"
   Option "NoAccel" "true"
EndSection

4/ kernel oops message on console

gargas kernel: [ 5088.641485] Oops:  [#1]
gargas kernel: [ 5088.641598] CPU:0
gargas kernel: [ 5088.641600] EIP:0060:[unix_poll+9/160]Not tainted VLI
gargas kernel: [ 5088.641603] EFLAGS: 00210246   (2.6.20-15-386 #2)
gargas kernel: [ 5088.641619] EIP is at unix_poll+0x9/0xa0
gargas kernel: [ 5088.641624] eax: f4aa22a0   ebx: 00ad4520   ecx:    
edx: f4fa0b60
gargas kernel: [ 5088.641630] esi:    edi: f4aa22a0   ebp:    
esp: ee037c18
gargas kernel: [ 5088.641634] ds: 007b   es: 007b   ss: 0068
gargas kernel: [ 5088.641639] Process gnome-panel (pid: 10464, ti=ee036000 
task=edade590 task.ti=ee036000)
gargas kernel: [ 5088.641643] Stack: c02f1200 ee037ebc c0269d3c  
c016ede2 ee037c54 ee037fac 083a03c0 
gargas kernel: [ 5088.641654]083a0448  ee037e94 ee037e94 
0011 ee037f24 ee037e94 c016fad0 
gargas kernel: [ 5088.641664]   f68be7a0 
 edade590 c01186a0 00100100 
gargas kernel: [ 5088.641673] Call Trace:
gargas kernel: [ 5088.641681]  [sock_poll+12/16] sock_poll+0xc/0x10
gargas kernel: [ 5088.641692]  [do_sys_poll+418/976] do_sys_poll+0x1a2/0x3d0
gargas kernel: [ 5088.641716]  [__pollwait+0/240] __pollwait+0x0/0xf0
gargas kernel: [ 5088.641731]  [default_wake_function+0/16] 
default_wake_function+0x0/0x10
gargas kernel: [ 5088.641752]  [default_wake_function+0/16] 
default_wake_function+0x0/0x10
gargas kernel: [ 5088.641768]  [default_wake_function+0/16] 
default_wake_function+0x0/0x10
gargas kernel: [ 5088.641784]  [default_wake_function+0/16] 
default_wake_function+0x0/0x10
gargas kernel: [ 5088.641800]  [default_wake_function+0/16] 
default_wake_function+0x0/0x10
gargas kernel: [ 5088.641816]  [default_wake_function+0/16] 
default_wake_function+0x0/0x10
gargas kernel: [ 5088.641832]  [default_wake_function+0/16] 
default_wake_function+0x0/0x10
gargas kernel: [ 5088.641853]  [__activate_task+33/64] __activate_task+0x21/0x40
gargas kernel: [ 5088.641881]  [__wake_up_common+57/96] 
__wake_up_common+0x39/0x60
gargas kernel: [ 5088.641897]  [__activate_task+33/64] __activate_task+0x21/0x40
gargas kernel: [ 5088.641915]  [unix_write_space+94/96] 
unix_write_space+0x5e/0x60
gargas kernel: [ 5088.641931]  [__wake_up_common+57/96] 
__wake_up_common+0x39/0x60
gargas kernel: [ 5088.641960]  [sock_def_readable+86/96] 
sock_def_readable+0x56/0x60
gargas kernel: [ 5088.641972]  [unix_stream_sendmsg+406/816] 
unix_stream_sendmsg+0x196/0x330
gargas kernel: [ 5088.641998]  [mntput_no_expire+27/128] 
mntput_no_expire+0x1b/0x80
gargas kernel: [ 5088.642019]  [sock_aio_write+285/304] 
sock_aio_write+0x11d/0x130
gargas kernel: [ 5088.642032]  [get_page_from

[Bug 109365] Re: soundconverter replaces spaces with %20's when set to output to the same location as input file

2007-05-09 Thread Laurent GUERBY
Is there a way to get the fixed version installed in feisty?

-- 
soundconverter replaces spaces with %20's when set to output to the same 
location as input file
https://bugs.launchpad.net/bugs/109365
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 95277] Also for Leadtek Winfast DTV Dongle (STK7700P based)

2007-05-05 Thread Laurent GUERBY
This firmware file is also needed for the following USB dongle
(purchased in Paris - FRANCE today for 39.50 EUR TTC):

[  353.743457] dvb-usb: found a 'Leadtek Winfast DTV Dongle (STK7700P based)' 
in cold state, will try to load a firmware
[  353.783236] dvb-usb: downloading firmware from file 'dvb-usb-dib0700-01.fw'

Everything works once dvb-usb-dib0700-01.fw from http://www.omskakas.se
/wp-content/uploads/2007/01/linuxtv-firmwaretar.bz2 is put there:

/lib/firmware/2.6.20-15-generic/dvb-usb-dib0700-01.fw

Without it, it doesn''t work (no line "downloading firmware and /dev/dvb
not created).

Please consider adding this firmware file.

-- 
load dvb-usb-dib0700 driver for asus my cinema U3000 mini
https://bugs.launchpad.net/bugs/95277
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106063] Re: MASTER: Computer will not boot after 2.6.20-14.23 kernel upgrade

2007-04-13 Thread Laurent GUERBY
Ubuntu 2.6.20-15.25-generic works for me now, thanks!

-- 
MASTER: Computer will not boot after 2.6.20-14.23 kernel upgrade
https://bugs.launchpad.net/bugs/106063
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106104] Re: boot freezes with kernel 2.6.20-14-generic

2007-04-12 Thread Laurent GUERBY
I also saw before the freeze:
ata6.00: error -19 (or something like that)

-- 
boot freezes with kernel 2.6.20-14-generic
https://bugs.launchpad.net/bugs/106104
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 106104] Re: boot freezes with kernel 2.6.20-14-generic

2007-04-12 Thread Laurent GUERBY
Same result for me.

My system files are here (lspci etc):

https://bugs.launchpad.net/ubuntu/+source/linux-
source-2.6.20/+bug/84964/comments/10

When I look at console last message before freeze on 2.6.20-14 is:

scsi7: pata_jmicron
ATA: abnormal status 0x7F on port 0x00017807

2.6.20-13 boots fine, here is 2.6.20-13 dmesg.

** Attachment added: "2.6.20-13 dmesg"
   http://librarian.launchpad.net/7316830/dmesg-20070413T0820.txt

-- 
boot freezes with kernel 2.6.20-14-generic
https://bugs.launchpad.net/bugs/106104
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84964] Re: Crash from ide_pci from generic.ko for jmicron controllers

2007-04-05 Thread Laurent GUERBY
I confirm 2.6.20-13 now boot on my machine!

Kudos to Ben Collins .

-- 
Crash from ide_pci from generic.ko for jmicron controllers
https://launchpad.net/bugs/84964

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76768] Re: Labtec Webcam Pro not recognized in Feisty Herd1

2007-03-25 Thread Laurent GUERBY
Now that 2.6.20-13 boots, I also confirm my webcam works, thanks!

-- 
Labtec Webcam Pro not recognized in Feisty Herd1
https://launchpad.net/bugs/76768

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84964] Re: modprobe abnormal exit - Kernel 2.6.20-8/9/10/11/12 does not boot

2007-03-21 Thread Laurent GUERBY
I also need a precise URL of stuff to download and commands to type to
install to be able to test something (I'm willing to ...).

-- 
modprobe abnormal exit - Kernel 2.6.20-8/9/10/11/12 does not boot
https://launchpad.net/bugs/84964

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84964] Re: modprobe abnormal exit - Kernel 2.6.20-8/9/10/11/12 does not boot

2007-03-18 Thread Laurent GUERBY
Out of curiosity, is the problem reproduced within the ubuntu kernel
team? Is there anything that would help from us testers?

Thanks in advance,

Laurent

-- 
modprobe abnormal exit - Kernel 2.6.20-8/9/10/11/12 does not boot
https://launchpad.net/bugs/84964

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84964] Re: modprobe abnormal exit - Kernel 2.6.20-8/9/10/11/12 does not boot

2007-03-18 Thread Laurent GUERBY
2.6.20-12.19 still doesn't boot for me. Here is an extract of what I got
on console:

Unable to handle kernel paging request at 2365197b RIP 8023d945 
strnlen+0x5/0x30
PGD 0
Ooops:  [1] SMP

There's "do_ide_setup_pci_device" in the backtrace. After a while I get
a busybox shell but I don't know what to do so I rebooted to 2.6.20-6.

-- 
modprobe abnormal exit - Kernel 2.6.20-8/9/10/11/12 does not boot
https://launchpad.net/bugs/84964

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84799] Re: e-sata hotplug management on feisty

2007-03-18 Thread Laurent GUERBY
It's likely all userspace and interface, there is no kernel or low level
bug here.

userspace already knows it's removable since it proposes "unmount" and
shows an icon. It's just that unlike USB you need root priviledge for
the unmount.

-- 
e-sata hotplug management on feisty
https://launchpad.net/bugs/84799

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84964] Re: modprobe abnormal exit - Kernel 2.6.20-8/9/10/11 does not boot

2007-03-15 Thread Laurent GUERBY
Here is what I tried and did not work:

dpkg -L =>

ii  linux-image-2.6.20-11-generic  2.6.20-11.18 
  Linux kernel image for version 2.6.20 on x86/x86_64
ii  linux-image-generic2.6.20.11.7  
  Generic Linux kernel image

/boot/grub/menu.lst =>

title   Ubuntu, kernel 2.6.20-11-generic
root(hd0,0)
kernel  /boot/vmlinuz-2.6.20-11-generic 
root=UUID=df55a117-a41e-49e8-b6ec-657f064f0c12 ro quiet splash
initrd  /boot/initrd.img-2.6.20-11-generic
quiet
savedefault

-- 
modprobe abnormal exit - Kernel 2.6.20-8/9/10/11 does not boot
https://launchpad.net/bugs/84964

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84964] Re: modprobe abnormal exit - Kernel 2.6.20-8/9/10 does not boot

2007-03-15 Thread Laurent GUERBY
2.6.20.11.7 does not boot for me, so I assume unfixed...

** Summary changed:

- modprobe abnormal exit - Kernel 2.6.20-8/9/10 does not boot
+ modprobe abnormal exit - Kernel 2.6.20-8/9/10/11 does not boot

-- 
modprobe abnormal exit - Kernel 2.6.20-8/9/10/11 does not boot
https://launchpad.net/bugs/84964

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84964] Re: modprobe abnormal exit - Kernel 2.6.20-8/9/10 does not boot

2007-03-13 Thread Laurent GUERBY
Gigabyte GA-965GM-S2 not fixed by 2.6.20-10.7, still stuck at
2.6.20-6.11 to boot.

-- 
modprobe abnormal exit - Kernel 2.6.20-8/9/10 does not boot
https://launchpad.net/bugs/84964

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 83313] Re: [Feisty] Serial Ata drive not recognize in 2.6.20

2007-03-13 Thread Laurent GUERBY
Matteo F.B., the problem is still there with 2.6.20-10.17

-- 
[Feisty] Serial Ata drive not recognize in 2.6.20 
https://launchpad.net/bugs/83313

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 76768] Re: Labtec Webcam Pro not recognized in Feisty Herd1

2007-03-08 Thread Laurent GUERBY
I see gspcav1 in the new kernel files (so likely fixed) but I can't test
yet because of recent 2.6.20 not booting:

https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/84964

-- 
Labtec Webcam Pro not recognized in Feisty Herd1
https://launchpad.net/bugs/76768

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84799] Re: e-sata hotplug management on feisty

2007-03-08 Thread Laurent GUERBY
Yes, as indicated it's about making esata disks as easy as usb disks for
mounting and unmounting, ie not requiring edit of config files and root
access on ubuntu, so it's a wishlist not a bug.

For hotunplugging, I did unmount manually (see the command), because
when right clicking on the desktop disk icon  choosing "unmount volume"
(as recommanded for USB disks) showed up a popup saying I needed root
access.

-- 
e-sata hotplug management on feisty
https://launchpad.net/bugs/84799

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34805] Re: ALT GR key don't work.

2007-03-04 Thread Laurent GUERBY
Emmanuel, one vnc client developper confirmed me the problem was with
vino (and note that it works when vnc4 is used as server instead of
vino).

-- 
ALT GR key don't work.
https://launchpad.net/bugs/34805

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89653] Horizontal scrolling not working for Logitech LX5 mouse

2007-03-04 Thread Laurent GUERBY
Public bug reported:

Binary package hint: xserver-xorg-input-mouse

For example open gedit, type a line long enough (without spaces) and use
the side scrolling of the LX5 mouse (came with Logitech S510 cordless
desktop) and nothing happens.

In my xorg.conf :

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ExplorerPS/2"
Option  "ZAxisMapping"  "4 5"
Option  "Emulate3Buttons"   "true"
EndSection

Is there a way to get mouse horizontal scrolling to work (edgy)?

Version: 1:1.2.1-0ubuntu1

** Affects: xserver-xorg-input-mouse (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Horizontal scrolling not working for Logitech LX5 mouse
https://launchpad.net/bugs/89653

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 3644] Re: Cannot scroll horizontally using the mouse wheel

2007-03-04 Thread Laurent GUERBY
Looks like the thread died with any conclusion. I tried control or shift
scroll in gedit on feisty but nothing happened. It would be great to
standardize and implement.

-- 
Cannot scroll horizontally using the mouse wheel
https://launchpad.net/bugs/3644

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34805] Re: ALT GR key don't work.

2007-03-04 Thread Laurent GUERBY
I believe I have the latest version:

Version: 2.17.92-0ubuntu1

And unfortunately this does not fix the problem, @ and | are not working
(produce nothing) when using vncviewer to control my feisty desktop.

Note that those keys do work when I control a vnc4server on the same
feisty box, unfortunately it's currently not possible to launch a gnome
desktop under vnc4server in feisty, see:

https://launchpad.net/ubuntu/feisty/+source/vnc4/+bug/78282/

-- 
ALT GR key don't work.
https://launchpad.net/bugs/34805

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 34805] Re: ALT GR key don't work.

2007-03-02 Thread Laurent GUERBY
Looks like the upstream gnome bugzilla has patches, any chance they'll
be applied in ubuntu?

PS: I checked vnc4server does not have the problem, all keys are
transmitted perfectly.

-- 
ALT GR key don't work.
https://launchpad.net/bugs/34805

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 83313] Re: [Feisty] Serial Ata drive not recognize in 2.6.20

2007-02-27 Thread Laurent GUERBY
The new 2.6.20-9 does not boot on my machine.

Still using 2.6.20-6

-- 
[Feisty] Serial Ata drive not recognize in 2.6.20 
https://launchpad.net/bugs/83313

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 85199] Re: regression: webcam not working (spca5xx not included anymore)

2007-02-22 Thread Laurent GUERBY
No problem with me :).

-- 
regression: webcam not working (spca5xx not included anymore)
https://launchpad.net/bugs/85199

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86893] hplip miss pyqt

2007-02-21 Thread Laurent GUERBY
Public bug reported:

Binary package hint: hplip

On feisty with all updates to date, in the control center clicking on
"HPLIP Toolbox" does nothing.

Using command line I got:

$ hp-toolbox 
error: PyQt not installed. GUI not available. Exiting.
error: PyQt/Qt initialization error. Please check install of PyQt/Qt and try 
again.

So I did:

$ sudo apt-get install python-qt3

And then it worked (a bit ugly but ...).

I suggest adding dependencies so that HPLIP works out of the box.

Sincerely,

Laurent

** Affects: hplip (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
hplip miss pyqt
https://launchpad.net/bugs/86893

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 78282] Re: vnc4server does not start Desktop environment after security update

2007-02-21 Thread Laurent GUERBY
In addition to having refresh problems with ATI driver as mentionned in
LP 57156 vino provides only a way to control an existing session and not
to create a new one remotely.

Here is on current feisty a step by step reproducer:

1) update to latest version of vnc4server
$ sudo apt-get install vnc4server
2) create a password:
$ vncpasswd
(enter any password twice)
3) modify the ~/.vnc/xstartup file so vnc starts in full desktop mode 
(uncomment the first two lines)
#unset SESSION_MANAGER
#exec /etc/X11/xinit/xinitrc
4) run 
$ vncserver
(wait a few seconds, you can tail -f the mentionned log file)
4) with the terminal server client open a VNC connection to localhost:1
(or localhost:X as mentionned in vncserver output)
enter the password provided in 2)
5) you don't have a gnome session but just an xterm (and twm if you apt-get 
install twm)
we'd like to be able to launch a gnome-session

Note that any other vnc server besides vnc4server would be ok for me if
you recommand one.

-- 
vnc4server does not start Desktop environment after security update
https://launchpad.net/bugs/78282

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 78282] Re: vnc4server does not start Desktop environment after security update

2007-02-20 Thread Laurent GUERBY
I've done (after uncommenting the first two lines of .vnc/xstartup)

$ sudo chmod 755 /etc/X11/xinit/xinitrc

but still grey screen

I restored xterm, then tried:

$ gnome-session
The program 'gnome-session' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
  (Details: serial 75 error_code 1 request_code 146 minor_code 2)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)
$

Still no way to get a desktop with any vnc server in feisty?

-- 
vnc4server does not start Desktop environment after security update
https://launchpad.net/bugs/78282

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 83643] Re: [apport] gnome-app-install crashed with ImportError in ()

2007-02-20 Thread Laurent GUERBY
Hi Michael, update-manager works perfectly for me.

I don't remember seeing the crash during my last reboot though.

During my last update a python app crashed but I dismissed the crash
report (there were many python updates), any idea if I can recover it?

-- 
[apport] gnome-app-install crashed with ImportError in ()
https://launchpad.net/bugs/83643

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84964] Re: Kernel 2.6.20-8 does not boot

2007-02-20 Thread Laurent GUERBY
Ben, dmesg lspci etc are in my attachment above "2007-02-18 16:28:59
UTC"

-- 
Kernel 2.6.20-8 does not boot
https://launchpad.net/bugs/84964

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 57156] Re: Screen refresh problem.

2007-02-19 Thread Laurent GUERBY
Same problem, but the free drivers don't work on the machine I'm trying
to control ...

-- 
Screen refresh problem.
https://launchpad.net/bugs/57156

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84964] Re: Kernel 2.6.20-8 does not boot

2007-02-18 Thread Laurent GUERBY
Info on my system.

** Attachment added: "version-lspci-lspci-dmesg.txt"
   http://librarian.launchpad.net/6465694/misc-2.6.20-6.txt

-- 
Kernel 2.6.20-8 does not boot
https://launchpad.net/bugs/84964

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >