Public bug reported:
Binary package hint: totem
When playing MP3 file, moving the seek slider "back" (rewind) causes
program to stall - no further playing of MP3 is possible, application
must be restarted.
ProblemType: Bug
Architecture: amd64
Date: Tue Nov 4 08:23:29 2008
DistroRelease: Ubuntu
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/19342648/Dependencies.txt
** Attachment added: "ProcMaps.txt"
http://launchpadlibrarian.net/19342649/ProcMaps.txt
** Attachment added: "ProcStatus.txt"
http://launchpadlibrarian.net/19342650/ProcStatus.txt
--
Totem
Here is my situation:
Ubuntu Feisty -amd64, fresh install with Nvidia -100 drivers, Amd 4600
X2 CPU, NVidia 7100 card. System is 100% working stable with Compiz
Fusion/Emerald, although these are turned OFF while troubleshooting.
Then installed Firefox 2, nspluginwrapper -5, Flash 9.
Make sure
This just happened 5 minutes ago on a Feisty -amd64 install, NVidia
7100, Firefox 2, manual install of nspluginwrapper -5 and Flash 9,
little else installed. System was working 100% fine all last week.
Just checked update manager, all packages updated. System had to have
nspluginwrapper -5 rein
Public bug reported:
Hardy Alpha 6
On HP Pavilion dv2470se laptop, 630M/7150M gpu chipset, kernel
2.6.24-12-generic: Broadcom bcm4312 wireless adapter is never detected
at all with b43 or b43legacy drivers. fwcutter used to create firmware
as described at linuxwireless.org, placed in lib/firmwa
Public bug reported:
Binary package hint: linux-backports-modules-hardy-386
On HP Pavilion dv2470se laptop, 630M/7150M gpu chipset, kernel
2.6.24-12-generic: Can't get nVidia 7150M GPU to be detected by any
version of nVidia restricted driver. X server never reports any useable
screens found.
What's interesting is the chip on the laptop is bcm4312 (looking at it)
but lspic reports finding Broadcom 4310 rev 1. It could be that
"unknown pci bridge" is really the problem, that lspci also reports,
perhaps.
--
Broadcom bcm4312 wireless not detected at all
https://bugs.launchpad.net/bugs/2
Public bug reported:
Feisty AMD64 running on a Gigabyte M61PM-S2 Mobo AMD 4200 X2 Cpu. 1 Gig
ram, nVidia 7100 dsiplay card.
Installed Feisty Beta AMD64. All fine
Installed nVidia 9755 drivers. All fine.
Installed Beryl Composite, Beryl-Manager, Emerald-Themes via Synaptic. Restart
X. All fine
This isn't a bug. Ubuntu has setup GCC with "pie" flag enabled for some
unknown reason, and this causes executable output to be tagged as shared
library.
Use "-no-pie" with GCC when compiling.
If using Qt Creator / QMake add this to your project file
unix:QMAKE_LFLAGS += -no-pie
All will work