[Bug 456373] Re: Can't build examples: Missing Makefile

2010-02-08 Thread Nils S.
For all those, who want to get it fixed fast so they can start
programming:

//Move the examples to your home or /usr/share/doc/qtcreator/ as Riviera Kid 
mentioned.
mv /usr/lib/qt4/examples $destination
//Adjust the permissions.
chmod -R 777 $destination/examples
//And set a Softlink
ln -s /usr/share/doc/qtcreator/examples $destination/examples

-- 
Can't build examples: Missing Makefile
https://bugs.launchpad.net/bugs/456373
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 436244] Re: package python-newt 0.52.2-11.3ubuntu3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 139

2009-10-03 Thread Nils S.
I solved my problem by manuel  symlinking to python:
sudo rm /usr/bin/python
sudo ln -s /usr/bin/python2.6 /usr/bin/python

a sudo apt-get -f install worked fine after that

-- 
package python-newt 0.52.2-11.3ubuntu3 failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 139
https://bugs.launchpad.net/bugs/436244
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 436244] Re: package python-newt 0.52.2-11.3ubuntu3 failed to install/upgrade: subprocess new pre-removal script returned error exit status 139

2009-09-29 Thread Nils S.
Same issue here. 
Did an upgrade and got some errors. (Xubuntu 9.04) 
I tried a uninstall of python-newt and some other things i can't remember to 
fix it. 
Now i get the following:

apt-get upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut   
Lese Status-Informationen ein... Fertig
Probieren Sie »apt-get -f install«, um dies zu korrigieren.
Die folgenden Pakete haben nicht erfüllte Abhängigkeiten:
  python-newt: Hängt ab: libnewt0.52 (= 0.52.2-11.3ubuntu3) aber 
0.52.2-11.3ubuntu3.1 ist installiert
E: Nicht erfüllte Abhängigkeiten. Versuchen Sie, -f zu benutzen.

With a -f it's even worth (see attachment).

If I got it right, i have the wrong python version but:

:~# update-alternatives --display python 
python - Status ist manual.
 Link verweist zur Zeit auf /usr/bin/python2.6 ((Link points to...))
/usr/bin/python2.4 - Priorität 10
/usr/bin/python2.6 - Priorität 1
Gegenwärtig »beste« Version ist /usr/bin/python2.4. ((currently best Version 
is...))

I checked it:
:~# ls -l /usr/bin/python
lrwxrwxrwx 1 root root 24 2009-08-13 22:27 /usr/bin/python - 
/etc/alternatives/python

:~# ls -l /etc/alternatives/python 
lrwxrwxrwx 1 root root 18 2009-09-29 23:53 /etc/alternatives/python - 
/usr/bin/python2.6


I tried to remove the package python-newt but apt says its inconsistent, i 
should install it first.



** Attachment added: apt-get -f upgrade
   http://launchpadlibrarian.net/32728293/apt-get%20-f%20upgrade.txt

-- 
package python-newt 0.52.2-11.3ubuntu3 failed to install/upgrade: subprocess 
new pre-removal script returned error exit status 139
https://bugs.launchpad.net/bugs/436244
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 144745] Re: Z-Star Microelectronics Corp. ZC0301 WebCam detected (0ac8:301b), but not working - Bad module

2009-03-12 Thread Nils S.
@berduchwal
You have a 0ac8:303b i think your Bug is may this one:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/292086

Try the 2.6.27-13 kernel out of the Proposed rep.
(https://wiki.ubuntu.com/Testing/EnableProposed)

-- 
Z-Star Microelectronics Corp. ZC0301 WebCam detected (0ac8:301b), but not 
working - Bad module
https://bugs.launchpad.net/bugs/144745
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 144745] Re: Z-Star Microelectronics Corp. ZC0301 WebCam detected (0ac8:301b), but not working - Bad module

2009-03-11 Thread Nils S.
Hello,
Alessandros way worked for me:

1. Download and unpack http://people.atrpms.net/~hdegoede/libv4l-0.5.0.tar.gz
2. See README, and install: sudo make install
3. Open terminal window
4. $ export LD_PRELOAD=/usr/local/lib/libv4l/v4l1compat.so
5. $ camstream
(see http://play.datalude.com/blog/?p=117)

yes it is a different problem from that one here, just want to tell
other people coming from google.

I have a /dev/video0 but my cam was not working with a bunch of
programms until I installed v4l from the link above.

uname -a: Linux laptop 2.6.27.2 #1 SMP Thu Nov 27 22:11:44 CET 2008 i686
GNU/Linux

lsusb | grep Cam: Bus 002 Device 004: ID 0ac8:301b Z-Star
Microelectronics Corp. ZC0301 WebCam

dmesg: 
[ 1398.676084] usb 2-1: new full speed USB device using uhci_hcd and address 5
[ 1398.912793] usb 2-1: configuration #1 chosen from 1 choice
[ 1398.915645] gspca: probing 0ac8:301b
[ 1399.223543] zc3xx: probe sensor - 0a
[ 1399.223558] zc3xx: Find Sensor PB0330. Chip revision 0
[ 1399.240929] gspca: probe ok

-- 
Z-Star Microelectronics Corp. ZC0301 WebCam detected (0ac8:301b), but not 
working - Bad module
https://bugs.launchpad.net/bugs/144745
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 144745] Re: Z-Star Microelectronics Corp. ZC0301 WebCam detected (0ac8:301b), but not working - Bad module

2009-03-11 Thread Nils S.
Hello,
Alessandros way worked for me:

1. Download and unpack http://people.atrpms.net/~hdegoede/libv4l-0.5.0.tar.gz
2. See README, and install: sudo make install
3. Open terminal window
4. $ export LD_PRELOAD=/usr/local/lib/libv4l/v4l1compat.so
5. $ camstream
(see http://play.datalude.com/blog/?p=117)

yes it is a different problem from that one here, just want to tell
other people coming from google.

I have a /dev/video0 but my cam was not working with a bunch of
programms until I installed v4l from the link above.

uname -a: Linux laptop 2.6.27.2 #1 SMP Thu Nov 27 22:11:44 CET 2008 i686
GNU/Linux

lsusb | grep Cam: Bus 002 Device 004: ID 0ac8:301b Z-Star
Microelectronics Corp. ZC0301 WebCam

dmesg: 
[ 1398.676084] usb 2-1: new full speed USB device using uhci_hcd and address 5
[ 1398.912793] usb 2-1: configuration #1 chosen from 1 choice
[ 1398.915645] gspca: probing 0ac8:301b
[ 1399.223543] zc3xx: probe sensor - 0a
[ 1399.223558] zc3xx: Find Sensor PB0330. Chip revision 0
[ 1399.240929] gspca: probe ok

-- 
Z-Star Microelectronics Corp. ZC0301 WebCam detected (0ac8:301b), but not 
working - Bad module
https://bugs.launchpad.net/bugs/144745
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 247819] Re: SDHC Card reader I/O errors on Hardy

2008-11-28 Thread Nils S.
I have a Samsung x20 notebook with lspci | grep Ricoh:

03:09.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b3)
03:09.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 08)
03:09.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host 
Adapter (rev 17)
03:09.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host Adapter 
(rev 08)

I got a lot of I/O -110 errors with Hardy and after an update with
Intrepid. It was impossible to access my 512MB SD Card.

But Richard Hulls way worked for me. 
I have build a 2.6.27.2 with limit_us = 50; 

No errors left. Thank you ...

-- 
SDHC Card reader I/O errors on Hardy
https://bugs.launchpad.net/bugs/247819
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