[Bug 190615] Re: Sticking Keys

2008-03-16 Thread Ubitux
I have the same issue but I don't use compiz. I'm under fluxbox... I can
reproduce the bug very easy with wine but also with other OpenGL
applications, for example sauerbraten (it takes something like 5 min to
appears), and then, as it says, need a restart of X to solve the
problem.

-- 
Sticking Keys
https://bugs.launchpad.net/bugs/190615
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 69587] Re: Wireless Network Access Points NOT Listed

2006-11-12 Thread Ubitux
I confirm too... there is no list of access points. It is confirmed on
lot of others machines.

Connected or not, it's the same.

Maybe launching the app in root change something, but I don't know what
is its name.

-- 
Wireless Network Access Points NOT Listed
https://launchpad.net/bugs/69587

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


[Bug 68556] Re: [dapper edgy] Sound - Chipset ADI1981B

2006-11-02 Thread Ubitux
Yes but it run on dapper... (concerning the changement of the volume)
And it works changing the alsa-base, so I suppose it's not a bios problem...

A friend confirm these bugs with another chipset (his problem is not
solve by using my alsa-base)

Like me, he has :

$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 02)

-- 
[dapper  edgy] Sound - Chipset ADI1981B
https://launchpad.net/bugs/68556

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


[Bug 68556] [dapper edgy] Sound - Chipset ADI1981B

2006-10-27 Thread Ubitux
Public bug reported:

Hi

I had a lot of problems with this chipset. (ADI1981B)

On both (dapper+edgy) I have a strange problem : when the system is
installed, all seems to go ok ; even if I _reboot_ the computer, sound
goes ok. But if I _shutdown_ and then _restart_ my laptop the sound
looks very ugly : I have only a infernal whistle.

It's very strange that shutdown completely the system does it...

So I fix the problem adding : options snd-hda-intel index=0
single_cmd=1 model=laptop-eapd at the end of the file /etc/modprobe.d
/alsa-base

It works on dapper and edgy.

But when I installed Edgy, I had another problem : when I change the
volume with anything (keyboard shortcuts, software, ...) the sound is
cut ! I can't take it back even if I put the volume on his init value.

To fix this problem I use my old alsa-base (taken on dapper) and it
works well.

So, this was my old alsa-base (dapper) I actually use (You can see the
first fix at the end of the file) :

---
# autoloader aliases
install sound-slot-0 modprobe snd-card-0
install sound-slot-1 modprobe snd-card-1
install sound-slot-2 modprobe snd-card-2
install sound-slot-3 modprobe snd-card-3
install sound-slot-4 modprobe snd-card-4
install sound-slot-5 modprobe snd-card-5
install sound-slot-6 modprobe snd-card-6
install sound-slot-7 modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd modprobe --ignore-install snd $CMDLINE_OPTS  { modprobe -Qb 
snd-ioctl32 ; : ; }
install snd-pcm modprobe --ignore-install snd-pcm $CMDLINE_OPTS  { modprobe 
-Qb snd-pcm-oss ; : ; }
install snd-mixer modprobe --ignore-install snd-mixer $CMDLINE_OPTS  { 
modprobe -Qb snd-mixer-oss ; : ; }
install snd-seq modprobe --ignore-install snd-seq $CMDLINE_OPTS  { modprobe 
-Qba snd-seq-midi snd-seq-oss ; : ; }

# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS  { 
modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx modprobe --ignore-install snd-via82xx $CMDLINE_OPTS  { 
modprobe -Qb snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 modprobe --ignore-install saa7134 $CMDLINE_OPTS  { modprobe 
-Qb saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
#options snd-hda-intel position_fix=1 model=3stack
options snd-hda-intel index=0 single_cmd=1 model=laptop-eapd
---

And this was on Edgy (without patch) :
---
# autoloader aliases
install sound-slot-0 /sbin/modprobe snd-card-0
install sound-slot-1 /sbin/modprobe snd-card-1
install sound-slot-2 /sbin/modprobe snd-card-2
install sound-slot-3 /sbin/modprobe snd-card-3
install sound-slot-4 /sbin/modprobe snd-card-4
install sound-slot-5 /sbin/modprobe snd-card-5
install sound-slot-6 /sbin/modprobe snd-card-6
install sound-slot-7 /sbin/modprobe snd-card-7

# Cause optional modules to be loaded above generic modules
install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS  { 
/sbin/modprobe -Qb snd-ioctl32 ; : ; }
install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS  { 
/sbin/modprobe -Qb snd-pcm-oss ; : ; }
install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS  { 
/sbin/modprobe --Qb snd-mixer-oss ; : ; }
install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS  { 
/sbin/modprobe -Qb snd-seq-midi ; /sbin/modprobe --quiet snd-seq-oss ; : ; }

# Cause optional modules to be loaded above sound card driver modules
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS 
 { /sbin/modprobe -Qb snd-emu10k1-synth ; }
install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS 
 { /sbin/modprobe -Qb snd-seq ; }

# Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS  { 
/sbin/modprobe -Qb saa7134-alsa ; : ; }
# Prevent abnormal drivers from grabbing index 0
options snd-bt87x index=-2
options snd-atiixp-modem index=-2
options snd-intel8x0m index=-2
options snd-via82xx-modem index=-2
options snd-usb-audio index=-2
options snd-usb-usx2y index=-2
---

So finally it works with the patched alsa-base of dapper. But I really
don't understand why a simple reboot doesn't do anything and a
shutdown+restart kill the driver :s

It's one of the most incomprehensible bug I ever seen... have you got an
explication ?

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
[dapper  edgy] Sound - Chipset ADI1981B
https://launchpad.net/bugs/68556

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


[Bug 64993] Re: No /dev/video

2006-10-13 Thread Ubitux
Maybe this can helps you...


product: UHCI Host Controller
vendor: Linux 2.6.17-10-generic uhci_hcd
physical id: 1
bus info: [EMAIL PROTECTED]
logical name: usb1
version: 2.06
capabilities: usb-1.10
configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s
  *-usb UNCLAIMED
   description: Generic USB device
   product: USB Dual-mode Camera
   vendor: STMicroelectronics
   physical id: 2
   bus info: [EMAIL PROTECTED]:2
   version: 0.00
   capabilities: usb-1.10
   configuration: maxpower=70mA speed=12.0MB/s

-- 
No /dev/video
https://launchpad.net/bugs/64993

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


[Bug 64993] Re: No /dev/video

2006-10-10 Thread Ubitux
There is nothing related to it with dmesg.
If I try to open the device with VLC, I have this message : 
[0288] v4l demuxer error: cannot open device

 - it works on dapper, so It 's not a problem with the webcam -

Indeed, I haven't any /dev/video...

USB port works ; I try to use the webcam with another computer on edgy
eft (knot3) and it's the same.

-- 
No /dev/video
https://launchpad.net/bugs/64993

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


[Bug 64992] Tabs

2006-10-09 Thread Ubitux
Public bug reported:

Binary package hint: scite

There is a problem with tabs : I can't switch them ; the content doesn't
change...

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

-- 
Tabs
https://launchpad.net/bugs/64992

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


[Bug 64993] No /dev/video

2006-10-09 Thread Ubitux
Public bug reported:

I have a little webcam but it doesn't works :
There is no /dev/video as dapper ; I tried to create it with mknod without 
success.
I have an old aiptek pencam but it works automatically on dapper...

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
No /dev/video
https://launchpad.net/bugs/64993

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