[Bug 375429] Re: gnome-settings-daemon crashed with SIGSEGV in memset()

2009-05-12 Thread Edgar Cherkasov

** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/26635524/CoreDump.gz

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/26635525/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/26635526/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/26635527/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/26635528/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/26635529/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/26635530/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/26635531/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
gnome-settings-daemon crashed with SIGSEGV in memset()
https://bugs.launchpad.net/bugs/375429
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 375432] Re: nvidia-settings crashed with SIGSEGV in memset()

2009-05-12 Thread Edgar Cherkasov
** Visibility changed to: Public

-- 
nvidia-settings crashed with SIGSEGV in memset()
https://bugs.launchpad.net/bugs/375432
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 354522] Re: espeak sound doesn't play correctly

2009-05-11 Thread edgar-rft
Alexey: The portaudio bug exists, you found just a workaround...

Thanks to Alexey for this clarifivation. :-)

I'm somehow involved in the Audacity project (if you type edgar-rft into
Google you'll get several pages of my stupid talking) and also work with
lots of other (port-) audio software.

I'm mainly workíng with Common Lisp and I'm a rather bad C/C++ programmer
but if anybody can give me a list of software with similar portaudio
problems I would be willing to do further investigations.

- edgar

-- 
espeak sound doesn't play correctly
https://bugs.launchpad.net/bugs/354522
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 354522] Re: espeak sound doesn't play correctly

2009-05-10 Thread edgar-rft
Hi all,

Preface: I hope this is the last and final mega-post on this page.

Note to the developers: this bug has NOTHING to do with portaudio
and there is NO NEED to change the Ubuntu audio setup.

It was the wrong information in the espeak ReadMe file which made
me assume that this could have something to do with portaudio.

Everything looks as if the Ubuntu espeak packages have just been
copied from Debian without checking for pulseaudio compatibility.

Here is how I fixed espeak on Ubuntu-9.04-i386 with Gnome.

--- How to compile espeak with PulseAudio support on Ubuntu-9.04 ---

Using an Ubuntu-9.04-i386 DVD I did a Ubuntu Desktop installation
including a subsequent package update (May 11th 2009).

For a test I started orca by typing orca into the Gnome terminal
but instead of speech I got only weird noises.

I copied the ORIGINAL espeak source code from
http://espeak.sourceforge.net/download.html
into a sub-folder of my home directory:

bash ~/$ mkdir -p downloads/espeak
bash ~/$ cp espeak-1.40.02-source.zip ~/downloads/espeak

I unzipped the espeak source package and changed the working directory
to .../espeak-1.40.02/src:

bash ~/$ cd downloads/espeak
bash ~/downloads/espeak$ unzip espeak-1.40.02-source.zip
bash ~/downloads/espeak$ cd espeak-1.40.02-source/src/
bash ~/downloads/espeak/espeak-1.40.02-source/src$

I modified the Makefile in the espeak src directory by typing:

bash ~/downloads/espeak/espeak-1.40.02-source/src$ gedit Makefile

With gedit I changed the AUDIO settings in the Makefile as shown below
and saved the modified Makefile back to disk.

--- espeak-1.40.02-source/src/Makefile line 27-29 ---
#AUDIO = portaudio
AUDIO = pulseaudio
#AUDIO = sada
--- end of espeak-1.40.02-source/src/Makefile ---

To be able to compile espeak with pulseaudio support I needed
the following Ubuntu packages to be installed:

build-essential
libpulse-dev (including all dependencies)

Then I typed make, sudo make install and sudo ldconfig:

bash ~/downloads/espeak/espeak-1.40.02-source/src$ make
bash ~/downloads/espeak/espeak-1.40.02-source/src$ sudo make install
bash ~/downloads/espeak/espeak-1.40.02-source/src$ sudo ldconfig

Now, if I type orca, I get speech instead of weird noises.

There is NO NEED to change anything in the Ubuntu-9.04 audio setup.

- Emergency Rescue 

Because there is no uninstall target defined in the espeak Makefile,
here is how to remove a self-compiled espeak from a Ubuntu system:

sudo rm -f /usr/bin/espeak
sudo rm -f /usr/lib/libespeak.a
sudo rm -f /usr/lib/libespeak.so
sudo rm -f /usr/lib/libespeak.so.1
sudo rm -f /usr/lib/libespeak.so.1.1.40
sudo rm -f /usr/include/espeak_lib.h
sudo rm -rf /usr/share/espeak-data

Then re-install the following Ubuntu packages:

espeak
espeak-data
libespeak1

If I now type orca I get exactly the same weird noises as before. :-)

- edgar

-- 
espeak sound doesn't play correctly
https://bugs.launchpad.net/bugs/354522
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 354522] Re: espeak sound doesn't play correctly

2009-05-09 Thread edgar-rft
Hi all,

I only wanted to tell that after several days of reading all
the pulseaudio/portaudio/alsa specs over and over again I got
orca and espeak working on Ubuntu-9.04-i386 with Gnome.

The problem is that I have fiddled so much in the Ubuntu audio
configuration that at the moment I still have no EXACT idea what
the real problem was. But everything looks as if it has something
to do with the Ubuntu pulseaudio setup and NOT with portaudio.

I still will have to test the whole stuff again with a plain
Ubuntu installation, but this still will last some more days.

However, you will need to re-compile espeak yourself to make
it work. Here are the most important steps I did:

Download the ORIGINAL espeak source code from:

http://espeak.sourceforge.net/download.html

and unpack it into a sub-folder of your home directory.

Ignore the espeak ReadMe file because the instructions there
are rather useless and misleading for Ubuntu and pulseaudio.

In particular, you DO NOT NEED to adapt the portaudio.h files
in the espeak/src directory to compile espeak with pulseaudio.

I can compile espeak on Ubuntu with all portaudio[xx].h files
in the espeak/src directory deleted what makes me assume that
the Ubuntu problems have nothing to do with portaudio at all.

Now go into the espeak/src directory and modify the Makefile:

bash$ cd /.../espeak-1.40.02-source/src
bash$ gedit Makefile

Change the AUDIO setting in the Makefile from portaudio to
pulseaudio as shown below and save the modified Makefile
back to disk:

--- /espeak-1.40.02-source/src/Makefile ---
#AUDIO = portaudio
AUDIO = pulseaudio
#AUDIO = sada
--- end of /espeak-1.40.02-source/src/Makefile ---

Espeak will use the Ubuntu /usr/include/pulse/pulseaudio.h
file by default, you do not need to change anything else but
the Makefile (and maybe the Ubuntu pulseaudio setup, what
still needs to be verified by testing on a plain Ubuntu
install during the next days).

Now, in the espeak/src directory, type make:

bash$ make

1. NOTE: espeak will NOT work correctly if started after make
from the /espeak/src directory, because it still loads the
non-working Ubuntu /usr/lib/libespeak.so.1.1.40 library.

2. NOTE: First I had espeak installed in /usr/local/bin by
modifying the PREFIX setting in the Makefile but it didn't
work neither. The only way to make it work correctly seems
to install espeak in /usr/bin (where it finally worked).

3. BEWARE: make install will OVERWRITE the Ubuntu files
and there is no uninstall target defined in the Makefile!

The affected Ubuntu files are:

/usr/bin/espeak
/usr/lib/libespeak.so.1 # link to libespeak.so.1.1.40
/usr/lib/libespeak.so.1.1.40
/usr/share/espeak-data # the entire directory

Either copy the files to a safe backup-location before you type
make install or in case something goes wrong, you can restore
the original Ubuntu files by re-installing the packages:

espeak
espeak-data
libespeak1

The self-compiled espeak will also install the files:

/usr/lib/libespeak.a
/usr/lib/libespeak.so # also a link to libespeak.so.1.1.40

In case of an un-installation you may have to delete these files
yourself manually on the bash command line.

Now, after reading about all these quirks and warnings, if you're
still happy and in adventurous mood, type:

bash$ sudo make install

and try out wether espeak works now on your system. :-)

I will test the whole stuff again during the next few days.
 
- edgar

-- 
espeak sound doesn't play correctly
https://bugs.launchpad.net/bugs/354522
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 370907] Re: rhythmbox crashed with SIGSEGV

2009-05-07 Thread Edgar Cherkasov
ed...@edgar-desktop:/var/log$ cat messages.0 | grep gstreamer
May  6 22:07:05 edgar-desktop kernel: [83846.323992] rhythmbox[3533]: segfault 
at fcac9841 ip b71992d0 sp b44d100c error 6 in 
libgstreamer-0.10.so.0.19.0[b7166000+b]

ed...@edgar-desktop:/var/log$ zcat messages.1.gz | grep gstreamer
May  2 14:02:36 edgar-desktop kernel: [46638.792422] rhythmbox[22746]: segfault 
at d29 ip b70de0e1 sp adf90f9c error 4 in 
libgstreamer-0.10.so.0.19.0[b70ac000+b]
May  2 19:26:11 edgar-desktop kernel: [ 4908.975648] rhythmbox[6232]: segfault 
at 89ac9445 ip b71f8ad0 sp ae89800c error 4 in 
libgstreamer-0.10.so.0.19.0[b71c5000+b]
May  3 19:58:44 edgar-desktop kernel: [ 6161.622147] totem[6681] general 
protection ip:b7e54ffa sp:b244cd6c error:0 in 
libgstreamer-0.10.so.0.19.0[b7e52000+3000]
May  4 17:21:14 edgar-desktop kernel: [ 9071.857208] rhythmbox[8306]: segfault 
at d29 ip b712e0e1 sp ad7e8f9c error 4 in 
libgstreamer-0.10.so.0.19.0[b70fc000+b]

-- 
rhythmbox crashed with SIGSEGV
https://bugs.launchpad.net/bugs/370907
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 370907] Re: rhythmbox crashed with SIGSEGV

2009-05-07 Thread Edgar Cherkasov
This is what you need ?

-- 
rhythmbox crashed with SIGSEGV
https://bugs.launchpad.net/bugs/370907
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 370907] Re: rhythmbox crashed with SIGSEGV

2009-05-06 Thread Edgar Cherkasov
Thanks for instructions, but I can't find rhythmbox-dbgsym package in
this repositories and I install rhythmbox-dbg package from main
repository. How can I help you ?

P.S.
found in /var/log/messages
May  6 21:24:40 edgar-desktop kernel: [81301.504459] rhythmbox[1706]: segfault 
at e76cfbd0 ip e76cfbd0 sp ae94900c error 5
May  6 21:41:38 edgar-desktop kernel: [82319.378174] rhythmbox[2393]: segfault 
at f70daad0 ip f70daad0 sp ae79100c error 5

-- 
rhythmbox crashed with SIGSEGV
https://bugs.launchpad.net/bugs/370907
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 370907] Re: rhythmbox crashed with SIGSEGV

2009-05-06 Thread Edgar Cherkasov

** Attachment added: gdb-rhythmbox.txt
   http://launchpadlibrarian.net/26402921/gdb-rhythmbox.txt

-- 
rhythmbox crashed with SIGSEGV
https://bugs.launchpad.net/bugs/370907
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 354522] Re: espeak sound doesn't play correctly

2009-05-06 Thread edgar-rft
Hello all,

I think I have the same problem with espeak on Ubuntu Jaunty i386
with Gnome.

With orca or espeak on the command line I only get farting noises
out of my speakers (sorry, but this exactly is what it sounds like).

I already did what is written in Part A of:
Ubuntu HOWTO - PulseAudio Fixes  System-Wide Equalizer Support
(http://ubuntuforums.org/showthread.php?t=789578)

I also compiled several versions of espeak-1.40.02 myself
by changing the Makefile to one of these:

AUDIO = portaudio
AUDIO = pulseaudio

with portaudio18 and portaudio19 (Ubuntu versions), together with
exchanging the portaudio.h in espeak-1.40.02/src to the
appropriate versions.

All-in-all I compiled four different versions, but no success,
neither with pulseaudio, portaudio18 nor portaudio19.

I tried to compile espeak-1.40.02 with a portaudio19 SVN snapshot
(May 5th 2009) but instantly got overloaded with ALSA errors so I
decided to dump it.

I would be willing to do further investigations but need some
hints where to search next.

Here's what I get with espeak-1.40.02 on the command line:

--- xterm output ---
bash$ LIBASOUND_DEBUG=1 espeak This is a test.
ALSA ERROR hw_params: set (FORMAT)
   value = S32_LE : Invalid argument
ACCESS:  MMAP_INTERLEAVED
FORMAT:  S16_LE
SUBFORMAT:  STD
SAMPLE_BITS: 16
FRAME_BITS: [32 96]
CHANNELS: [2 6]
RATE: [48000 96000]
PERIOD_TIME: (31 341334)
PERIOD_SIZE: [3 16384]
PERIOD_BYTES: [32 65536]
PERIODS: [1 1024]
BUFFER_TIME: (31 341334)
BUFFER_SIZE: [3 16384]
BUFFER_BYTES: [32 65536]
TICK_TIME: ALL
ALSA ERROR hw_params: set (FORMAT)
   value = S32_BE : Invalid argument
ACCESS:  MMAP_INTERLEAVED
FORMAT:  S16_LE
SUBFORMAT:  STD
SAMPLE_BITS: 16
FRAME_BITS: [32 96]
CHANNELS: [2 6]
RATE: [48000 96000]
PERIOD_TIME: (31 341334)
PERIOD_SIZE: [3 16384]
PERIOD_BYTES: [32 65536]
PERIODS: [1 1024]
BUFFER_TIME: (31 341334)
BUFFER_SIZE: [3 16384]
BUFFER_BYTES: [32 65536]
TICK_TIME: ALL
ALSA ERROR hw_params: set (ACCESS)
   value = MMAP_INTERLEAVED : Invalid argument
ACCESS:  RW_INTERLEAVED
FORMAT:  U8 S16_LE S16_BE S32_LE S32_BE FLOAT_LE FLOAT_BE MU_LAW A_LAW
SUBFORMAT:  STD
SAMPLE_BITS: [8 32]
FRAME_BITS: [8 1024]
CHANNELS: [1 32]
RATE: [1 192000]
PERIOD_TIME: (5 4294967295)
PERIOD_SIZE: [1 1398102)
PERIOD_BYTES: [128 1398102)
PERIODS: [3 1024]
BUFFER_TIME: (15 4294967295]
BUFFER_SIZE: [3 4194304]
BUFFER_BYTES: [384 4194304]
TICK_TIME: ALL
--- end of xterm output ---

More information on request, this is already long enough. :-)

Thanks,

- edgar

-- 
espeak sound doesn't play correctly
https://bugs.launchpad.net/bugs/354522
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 347758] Re: Maximized windows spans to both monitors

2009-05-05 Thread Edgar Holleis
Following Allcolor-g's instructions not only worked, but made another
problem go away:

- As long as xrandr12 was enabled, whenever I launched a wine of 
cxoffice-application, the xserver-process would eat 100% cpu. Switching to the 
console and back made the xserver behave again. 
- It was only after I noticed that gnome-display-properties induced the same 
behaviour that I started researching xrandr problems.

Curious.

Jaunty
xorg-driver-fglrx 2:8.600-0ubuntu2
xserver-xorg: 1:7.4~5ubuntu18
lspci -nns 01:00.0
- 01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV610 [Radeon 
HD 2400 XT] [1002:94c1]

-- 
Maximized windows spans to both monitors
https://bugs.launchpad.net/bugs/347758
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 364105] Re: Regression in Winbind: Cannot map SID-UID when using read-only idmap-backend ad, rfc2307 uids

2009-05-04 Thread Edgar Holleis
I tried to reproduce the issue, and now GID-conversion curiously fails
as well.

Anyway, created the upstream bug:
https://bugzilla.samba.org/show_bug.cgi?id=6322

** Bug watch added: Samba Bugzilla #6322
   https://bugzilla.samba.org/show_bug.cgi?id=6322

-- 
Regression in Winbind: Cannot map SID-UID when using read-only idmap-backend 
ad, rfc2307 uids
https://bugs.launchpad.net/bugs/364105
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 364105] Re: Regression in Winbind: Cannot map SID-UID when using read-only idmap-backend ad, rfc2307 uids

2009-05-04 Thread Edgar Holleis
I tried to reproduce the issue, and now GID-conversion curiously fails
as well.

Anyway, created the upstream bug:
https://bugzilla.samba.org/show_bug.cgi?id=6322

** Bug watch added: Samba Bugzilla #6322
   https://bugzilla.samba.org/show_bug.cgi?id=6322

-- 
Regression in Winbind: Cannot map SID-UID when using read-only idmap-backend 
ad, rfc2307 uids
https://bugs.launchpad.net/bugs/364105
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 370907] Re: rhythmbox crashed with SIGSEGV

2009-05-02 Thread Edgar Cherkasov
** Visibility changed to: Public

-- 
rhythmbox crashed with SIGSEGV
https://bugs.launchpad.net/bugs/370907
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 364105] Re: Regression in Winbind: Cannot map SID-UID when using read-only idmap-backend ad, rfc2307 uids

2009-04-30 Thread Edgar Holleis
s/map/resolve/

winbind 2:3.3.2-1ubuntu3 cannot resolve SID-UID. The mapping is there
in the AD, automatically created by the user-add script. However, the
new new version does not return UIDs any more. GIDs continue to work.

AD is and was alway readonly. To my knowledge Samba has only recently
gained the feature of stacking idmapings, where you layer a writable
idmap over the readonly AD-map to handle the case where Samba wants to
create a new mapping. When Samba 3.3.2 failed to work as before, I
consulted the documentation and found the suggestion that I should layer
a writable idmap over the AD-map. I tried to do that, but without
success. Samba still fails to resovle UIDs from AD, but instead of
complaining it silently allocates a new (and wrong) mapping in the
writable backend.

As far as I can remember (its been a couple of week since I found the issue), 
what works is:
name - SID (wbinfo -n)
SID - name (wbinfo -s)
SID - GID  (wbinfo -Y)
GID - SID  (wbinfo -G)

What does not work:
SID - UID  (wbinfo -S)
UID - SID  (wbinfo -U)
And yes, I used SIDs that do represent User-Objects and that have a 
UID-Attribute in AD.

-- 
Regression in Winbind: Cannot map SID-UID when using read-only idmap-backend 
ad, rfc2307 uids
https://bugs.launchpad.net/bugs/364105
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 364105] Re: Regression in Winbind: Cannot map SID-UID when using read-only idmap-backend ad, rfc2307 uids

2009-04-30 Thread Edgar Holleis
s/map/resolve/

winbind 2:3.3.2-1ubuntu3 cannot resolve SID-UID. The mapping is there
in the AD, automatically created by the user-add script. However, the
new new version does not return UIDs any more. GIDs continue to work.

AD is and was alway readonly. To my knowledge Samba has only recently
gained the feature of stacking idmapings, where you layer a writable
idmap over the readonly AD-map to handle the case where Samba wants to
create a new mapping. When Samba 3.3.2 failed to work as before, I
consulted the documentation and found the suggestion that I should layer
a writable idmap over the AD-map. I tried to do that, but without
success. Samba still fails to resovle UIDs from AD, but instead of
complaining it silently allocates a new (and wrong) mapping in the
writable backend.

As far as I can remember (its been a couple of week since I found the issue), 
what works is:
name - SID (wbinfo -n)
SID - name (wbinfo -s)
SID - GID  (wbinfo -Y)
GID - SID  (wbinfo -G)

What does not work:
SID - UID  (wbinfo -S)
UID - SID  (wbinfo -U)
And yes, I used SIDs that do represent User-Objects and that have a 
UID-Attribute in AD.

-- 
Regression in Winbind: Cannot map SID-UID when using read-only idmap-backend 
ad, rfc2307 uids
https://bugs.launchpad.net/bugs/364105
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 326167] Re: empty trash

2009-04-29 Thread Edgar Cherkasov
similarly. I can not delete files from the trash disappears from time to time, 
or trash-applet shows an empty trash, but the files are in the trash
I'm using Ubuntu 9.04 and this bug was in 8.10
Sorry for my bad english

-- 
empty trash
https://bugs.launchpad.net/bugs/326167
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 364105] [NEW] Regression in Winbind: Cannot map SID-UID when using read-only idmap-backend ad, rfc2307 uids

2009-04-20 Thread Edgar Holleis
Public bug reported:

Binary package hint: winbind

works: 2:3.2.3-1ubuntu3.4
broken: 2:3.3.2-1ubuntu3

Probably upstream issue.

Winbind specific parts of smb.conf:
 workgroup = DOMAIN
 security = ADS
 realm = DOMAIN.FQDN
 password server = *
 winbind separator = \\
 winbind enum users = yes
 winbind enum groups = yes
 idmap backend = ad
 idmap config DOMAIN : schema_mode = rfc2307
 winbind nss info = template
 winbind use default domain = yes
 winbind offline logon = yes
 idmap uid = 1100-4
 idmap gid = 1100-4
 template shell = /bin/bash
 template homedir = /home/%u

Details:

The following mappings work:
  User-Name-SID, Group-Name-SID, SID-GID
What doesn't work:
  SID-UID

The Samba-Docs suggest adding a writable idmap-backend. That doesn't
help, since Samba ends up allocating mappings for all UIDs in the
writable backend instead of using the ones in AD.

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

-- 
Regression in Winbind: Cannot map SID-UID when using read-only idmap-backend 
ad, rfc2307 uids
https://bugs.launchpad.net/bugs/364105
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 364105] [NEW] Regression in Winbind: Cannot map SID-UID when using read-only idmap-backend ad, rfc2307 uids

2009-04-20 Thread Edgar Holleis
Public bug reported:

Binary package hint: winbind

works: 2:3.2.3-1ubuntu3.4
broken: 2:3.3.2-1ubuntu3

Probably upstream issue.

Winbind specific parts of smb.conf:
 workgroup = DOMAIN
 security = ADS
 realm = DOMAIN.FQDN
 password server = *
 winbind separator = \\
 winbind enum users = yes
 winbind enum groups = yes
 idmap backend = ad
 idmap config DOMAIN : schema_mode = rfc2307
 winbind nss info = template
 winbind use default domain = yes
 winbind offline logon = yes
 idmap uid = 1100-4
 idmap gid = 1100-4
 template shell = /bin/bash
 template homedir = /home/%u

Details:

The following mappings work:
  User-Name-SID, Group-Name-SID, SID-GID
What doesn't work:
  SID-UID

The Samba-Docs suggest adding a writable idmap-backend. That doesn't
help, since Samba ends up allocating mappings for all UIDs in the
writable backend instead of using the ones in AD.

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

-- 
Regression in Winbind: Cannot map SID-UID when using read-only idmap-backend 
ad, rfc2307 uids
https://bugs.launchpad.net/bugs/364105
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 361252] [NEW] [Acer Aspire 7520] suspend/resume failure [non-free: nvidia]

2009-04-14 Thread Edgar Alejandro Jarquin Flores
Public bug reported:

suspend/resume failure [non-free: nvidia]

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InterpreterPath: /usr/bin/python2.6
MachineType: Acer Aspire 7520
NonfreeKernelModules: nvidia
Package: linux-image-2.6.28-11-generic 2.6.28-11.40
ProcAttrCurrent: unconfined
ProcCmdLine: root=UUID=fae43f82-7abe-4b2c-a4dd-b8e638980d43 ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.28-11.40-generic
SourcePackage: linux
Tags: resume suspend
Title: [Acer Aspire 7520] suspend/resume failure [non-free: nvidia]
UserGroups: cdrom

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


** Tags: amd64 apport-kerneloops resume suspend

-- 
[Acer Aspire 7520] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/361252
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 361252] Re: [Acer Aspire 7520] suspend/resume failure [non-free: nvidia]

2009-04-14 Thread Edgar Alejandro Jarquin Flores

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/25463519/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/25463520/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/25463521/Dependencies.txt

** Attachment added: HalComputerInfo.txt
   http://launchpadlibrarian.net/25463523/HalComputerInfo.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/25463524/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/25463525/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/25463526/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/25463527/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/25463529/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/25463530/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/25463531/ProcStatus.txt

** Attachment added: SleepLog.txt
   http://launchpadlibrarian.net/25463532/SleepLog.txt

-- 
[Acer Aspire 7520] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/361252
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 282751] Re: Winbind package does not provide PAM configuration

2009-04-07 Thread Edgar Holleis
Adapted from krb5

** Attachment added: winbind
   http://launchpadlibrarian.net/24965981/winbind

-- 
Winbind package does not provide PAM configuration
https://bugs.launchpad.net/bugs/282751
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 282751] Re: Winbind package does not provide PAM configuration

2009-04-07 Thread Edgar Holleis
Adapted from krb5

** Attachment added: winbind
   http://launchpadlibrarian.net/24965981/winbind

-- 
Winbind package does not provide PAM configuration
https://bugs.launchpad.net/bugs/282751
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 300566] Re: Need to setup apache2 configuration after installing bugzilla3

2008-12-03 Thread Edgar Hilton
Ditto.  I separately did the exact same things as described here. With
the exact same results.

However, I need to add that in addition to the HOME link, the
documentation link does not work either (I installed bugzilla3-docs and
copied them to the docs directory within the cgi-bin/bugzilla3
directory).

I'm able to get both of these links to work if I change the Alias from:

Alias /bugzilla3/ /usr/share/bugzilla3/web/

to

Alias /bugzilla3/ /usr/lib/cgi-bin/bugzilla3/

However, this breaks the skins.

-- 
Need to setup apache2 configuration after installing bugzilla3
https://bugs.launchpad.net/bugs/300566
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


Re: [Bug 227739] Re: config failed - crashed entire hardy install

2008-08-04 Thread B. Edgar
Sorry, but I replaced this Hardy upgrade from Gutsy with a Hardy install via 
Wubi.  I no longer have the file.  Having installed for the first time via 
Wubi, I've never had an Ubuntu install go so smoothly!  You folks should 
really promote Wubi more (in my opinion) - it really changed my outlook 
toward Ubuntu.  Thanks though, for your interest in my problem.
Regards,
   Bruce
- Original Message - 
From: Pascal De Vuyst [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, August 04, 2008 2:52 AM
Subject: [Bug 227739] Re: config failed - crashed entire hardy install


Thanks for taking the time to report this bug and helping to make Ubuntu
better. Could you please add the log files from '/var/log/dist-upgrade/'
to this bug report as seperate attachments? Thanks in advance.

** Changed in: exim4 (Ubuntu)
 Assignee: (unassigned) = Pascal De Vuyst (pascal-devuyst)
   Status: New = Incomplete

-- 
config failed - crashed entire hardy install
https://bugs.launchpad.net/bugs/227739
You received this bug notification because you are a direct subscriber
of the bug.

Status in “exim4” source package in Ubuntu: Incomplete

Bug description:
Binary package hint: exim4

Config failed; crashed entire Hardy upgrade from Gutsy.

ProblemType: Package
Architecture: amd64
Date: Tue May  6 18:31:57 2008
DistroRelease: Ubuntu 8.04
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit 
status 20
NonfreeKernelModules: nvidia
Package: exim4-config 4.69-2
PackageArchitecture: all
SourcePackage: exim4
Title: package exim4-config 4.69-2 failed to install/upgrade:
Uname: Linux 2.6.22-14-generic x86_64

-- 
config failed - crashed entire hardy install
https://bugs.launchpad.net/bugs/227739
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 246460] [NEW] THE 5.1 SOUND DOESN'T WORK :(

2008-07-07 Thread edgar g
Public bug reported:

Binary package hint: rhythmbox

THE 5.1 SOUND DOESN'T WORK :(

ProblemType: Bug
Architecture: amd64
Date: Mon Jul  7 21:23:00 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/totem-gstreamer
NonfreeKernelModules: nvidia
Package: totem-gstreamer 2.22.1-0ubuntu2
PackageArchitecture: amd64
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_MX.UTF-8
 SHELL=/bin/bash
SourcePackage: totem
Uname: Linux 2.6.24-18-generic x86_64

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


** Tags: apport-bug

-- 
THE 5.1 SOUND DOESN'T WORK :(
https://bugs.launchpad.net/bugs/246460
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 246460] Re: THE 5.1 SOUND DOESN'T WORK :(

2008-07-07 Thread edgar g

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/15882064/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/15882065/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/15882066/ProcStatus.txt

-- 
THE 5.1 SOUND DOESN'T WORK :(
https://bugs.launchpad.net/bugs/246460
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 227739] [NEW] config failed - crashed entire hardy install

2008-05-07 Thread B. Edgar
Public bug reported:

Binary package hint: exim4

Config failed; crashed entire Hardy upgrade from Gutsy.

ProblemType: Package
Architecture: amd64
Date: Tue May  6 18:31:57 2008
DistroRelease: Ubuntu 8.04
ErrorMessage:
 ErrorMessage: subprocess post-installation script returned error exit status 20
NonfreeKernelModules: nvidia
Package: exim4-config 4.69-2
PackageArchitecture: all
SourcePackage: exim4
Title: package exim4-config 4.69-2 failed to install/upgrade: 
Uname: Linux 2.6.22-14-generic x86_64

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


** Tags: apport-package

-- 
config failed - crashed entire hardy install
https://bugs.launchpad.net/bugs/227739
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 227739] Re: config failed - crashed entire hardy install

2008-05-07 Thread B. Edgar

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/14338186/Dependencies.txt

-- 
config failed - crashed entire hardy install
https://bugs.launchpad.net/bugs/227739
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 213443] Re: Sound not working any longer on Ubuntu 8.04 beta

2008-04-08 Thread edgar
Actually this was a mistake made by me. I was running an older kernel.

When the menu.lst file was modified with the new kernel everything
worked fine.

** Changed in: ubuntu
 Assignee: (unassigned) = edgar (e-rene)
   Status: New = Fix Committed

-- 
Sound not working any longer on Ubuntu 8.04 beta
https://bugs.launchpad.net/bugs/213443
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 213443] [NEW] Sound not working any longer on Ubuntu 8.04 beta

2008-04-07 Thread edgar
Public bug reported:

Not sure if this is the right place for this.

I am not sure if this happened after an update or because I removed some
non needed packages in order to clean up my system.

But after I rebooted my system this Saturday, there is no sound in my
ubuntu distro.

I have followed several directions found in the internet in order to
setup my sound again but no luck so far.


I have installed many linux-ubuntu.386 packages but the sound device 
/dev/snd still does not work. Even folder /dev/snd does not exist.

When ubuntu starts the sound is set as mute. when I try to launch the
volume control manager from the panel it shows an error.

It says: No volume control GStreamer plugins and / or devices found.

Please advice.

Thanks.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Sound not working any longer on Ubuntu 8.04 beta
https://bugs.launchpad.net/bugs/213443
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 208049] Re: Broadcom B43 Wireless Driver will not enable

2008-03-30 Thread edgar
I did not work for me :(

This is what I did:

I did not removed the Network-manager y just disabled it from the
startup.

I rebooted the computer so, when it started up again, the network-
manager was not there.

I rerun the following commands again:

rmmod b43
rmmod ssb
modprobe b43


and then I tried to set the wireless driver as enabled again.

I was asked to reboot the system once again.

When I went back I did not work. Still no wireless.


This is my output:

[EMAIL PROTECTED]:/home/edgar# ifconfig
eth1  Link encap:Ethernet  HWaddr 00:1b:24:4c:be:27  
  inet addr:192.168.1.64  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::21b:24ff:fe4c:be27/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:9618 errors:0 dropped:0 overruns:0 frame:0
  TX packets:5639 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:13260233 (12.6 MB)  TX bytes:469135 (458.1 KB)
  Interrupt:16 

loLink encap:Local Loopback  
  inet addr:127.0.0.1  Mask:255.0.0.0
  inet6 addr: ::1/128 Scope:Host
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:1628 errors:0 dropped:0 overruns:0 frame:0
  TX packets:1628 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0 
  RX bytes:81400 (79.4 KB)  TX bytes:81400 (79.4 KB)

[EMAIL PROTECTED]:/home/edgar# iwconfig
lono wireless extensions.

eth1  no wireless extensions.

eth0  no wireless extensions.

wlan0_rename  IEEE 802.11g  ESSID:  
  Mode:Managed  Channel:0  Access Point: Not-Associated   
  Tx-Power=0 dBm   
  Retry min limit:7   RTS thr:off   Fragment thr=2346 B   
  Encryption key:off
  Link Quality:0  Signal level:0  Noise level:0
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0



[EMAIL PROTECTED]:/home/edgar# dmesg | grep b43
[   42.840179] b43-phy0: Broadcom 4311 WLAN found
[   88.623634] input: b43-phy0 as /devices/virtual/input/input9
[   88.755101] b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load 
failed.
[   88.755250] b43-phy0 ERROR: You must go to 
http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the 
correct firmware (version 4).
[   91.502954] input: b43-phy0 as /devices/virtual/input/input10
[   91.560418] b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load 
failed.
[   91.560425] b43-phy0 ERROR: You must go to 
http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the 
correct firmware (version 4).
[  108.659037] input: b43-phy0 as /devices/virtual/input/input11
[  108.723001] b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load 
failed.
[  108.723008] b43-phy0 ERROR: You must go to 
http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the 
correct firmware (version 4).
[  125.792995] input: b43-phy0 as /devices/virtual/input/input12
[  125.866656] b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load 
failed.
[  125.84] b43-phy0 ERROR: You must go to 
http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the 
correct firmware (version 4).
[  135.245259] input: b43-phy0 as /devices/virtual/input/input13
[  135.308065] b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load 
failed.
[  135.308073] b43-phy0 ERROR: You must go to 
http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the 
correct firmware (version 4).
[  142.892711] input: b43-phy0 as /devices/virtual/input/input14
[  142.955003] b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load 
failed.
[  142.955010] b43-phy0 ERROR: You must go to 
http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the 
correct firmware (version 4).
[  157.333974] input: b43-phy0 as /devices/virtual/input/input15
[  157.398319] b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load 
failed.
[  157.398354] b43-phy0 ERROR: You must go to 
http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the 
correct firmware (version 4).
[  164.973568] input: b43-phy0 as /devices/virtual/input/input16
[  165.038667] b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load 
failed.
[  165.038675] b43-phy0 ERROR: You must go to 
http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the 
correct firmware (version 4).
[  179.418752] input: b43-phy0 as /devices/virtual/input/input17
[  179.481280] b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load 
failed.
[  179.481287] b43-phy0 ERROR: You must go to 
http://linuxwireless.org/en/users/Drivers/b43#devicefirmware and download the 
correct firmware (version 4).
[  187.058590] input: b43-phy0 as /devices/virtual/input/input18
[  187.121114] b43-phy0 ERROR: Firmware file b43/ucode5.fw not found or load

[Bug 208049] Re: Broadcom B43 Wireless Driver will not enable

2008-03-30 Thread edgar
This worked for me:

sudo apt-get remove b43-fwcutter
sudo apt-get install b43-fwcutter

Now wireless is up and running.
Thanks.

-- 
Broadcom B43 Wireless Driver will not enable
https://bugs.launchpad.net/bugs/208049
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 208049] Re: Broadcom B43 Wireless Driver will not enable

2008-03-29 Thread edgar
Capabilities: [58] Debug port

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2) (prog-if 
01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=0a, subordinate=0e, sec-latency=56
Memory behind bridge: d020-d02f
Capabilities: [50] Subsystem: Acer Incorporated [ALI] Unknown device 
0110

00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 02)
Subsystem: Acer Incorporated [ALI] Unknown device 0110
Flags: bus master, medium devsel, latency 0
Capabilities: [e0] Vendor Specific Information

00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 02) (prog-if 80 [Master])
Subsystem: Acer Incorporated [ALI] Unknown device 0110
Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 21
I/O ports at 01f0 [size=8]
I/O ports at 03f4 [size=1]
I/O ports at 0170 [size=8]
I/O ports at 0374 [size=1]
I/O ports at 18b0 [size=16]
Capabilities: [70] Power Management version 2

00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
Subsystem: Acer Incorporated [ALI] Unknown device 0110
Flags: medium devsel, IRQ 10
I/O ports at 18c0 [size=32]

02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8038 PCI-E Fast 
Ethernet Controller (rev 14)
Subsystem: Acer Incorporated [ALI] Unknown device 0110
Flags: bus master, fast devsel, latency 0, IRQ 220
Memory at 8800 (64-bit, non-prefetchable) [size=16K]
I/O ports at 2000 [size=256]
Capabilities: [48] Power Management version 2
Capabilities: [50] Vital Product Data
Capabilities: [5c] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 
Enable+
Capabilities: [e0] Express Legacy Endpoint IRQ 0

03:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 
01)
Subsystem: AMBIT Microsystem Corp. Unknown device 0422
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at 8810 (32-bit, non-prefetchable) [size=16K]
Capabilities: [40] Power Management version 2
Capabilities: [58] Message Signalled Interrupts: Mask- 64bit- Queue=0/0 
Enable-
Capabilities: [d0] Express Legacy Endpoint IRQ 0

0a:09.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
Subsystem: Acer Incorporated [ALI] Unknown device 0110
Flags: bus master, medium devsel, latency 168, IRQ 19
Memory at d0204000 (32-bit, non-prefetchable) [size=4K]
Bus: primary=0a, secondary=0b, subordinate=0e, sec-latency=176
Memory window 0: 8c00-8000 (prefetchable)
Memory window 1: 9000-93fff000
I/O window 0: 1400-14ff
I/O window 1: 1c00-1cff
16-bit legacy interface ports at 0001

0a:09.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card 
Reader (SD/MMC/MS/MS PRO/xD)
Subsystem: Acer Incorporated [ALI] Unknown device 0110
Flags: bus master, medium devsel, latency 57, IRQ 19
Memory at d0205000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2



[EMAIL PROTECTED]:/home/edgar# rmmod b43
[EMAIL PROTECTED]:/home/edgar# rmmod ssb
[EMAIL PROTECTED]:/home/edgar# modprobe b43




dmesg | tail(I know it's a pipe :) )
[ 1442.193588] EIP: [f8ca0890] 0xf8ca0890 SS:ESP 0068:dfbc3f78
[ 1442.193594] ---[ end trace 730343632919ba9e ]---
[ 1453.520882] ACPI: PCI interrupt for device :03:00.0 disabled
[ 1462.660204] ACPI: PCI Interrupt :03:00.0[A] - GSI 17 (level, low) - 
IRQ 17
[ 1462.660221] PCI: Setting latency timer of device :03:00.0 to 64
[ 1462.698682] ssb: SPROM revision 2 detected.
[ 1462.716876] ssb: Sonics Silicon Backplane found on PCI device :03:00.0
[ 1462.724847] b43-phy1: Broadcom 4311 WLAN found
[ 1462.805416] phy1: Selected rate control algorithm 'simple'
[ 1462.875038] udev: renamed network interface wmaster0 to eth0



Regards.

-- 
Broadcom B43 Wireless Driver will not enable
https://bugs.launchpad.net/bugs/208049
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 208049] Re: Broadcom B43 Wireless Driver will not enable

2008-03-28 Thread edgar
I am having exactly the same issue.

My Broadcom Wireless Driver used to work fine on 7.10 but it does not
work for 8.04 beta any longer.


I also have two other issues but I am not sure if they can be posted here as 
well (Jockey Ubuntu):

1.  Since I updated from Ubuntu 7.10 to Ubuntu 8.04 Beta, When Ubuntu boots and 
loads it takes a long time.
2. Every time I stay away from my laptop (1 minute aprox ) my screen brightness 
configuration gets reset and everything goes dark.


Please advice.

-- 
Broadcom B43 Wireless Driver will not enable
https://bugs.launchpad.net/bugs/208049
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 208049] Re: Broadcom B43 Wireless Driver will not enable

2008-03-28 Thread edgar
Sure, I can send that information when I arrive home.

Just let me know how to get the output of lspci please.

Thank you!

-- 
Broadcom B43 Wireless Driver will not enable
https://bugs.launchpad.net/bugs/208049
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 208049] Re: Broadcom B43 Wireless Driver will not enable

2008-03-28 Thread edgar
There are my results:


00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 
945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition 
Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 
(rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 
(rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 
(rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI 
Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI 
Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE 
Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8038 PCI-E Fast 
Ethernet Controller (rev 14)
03:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 
01)
0a:09.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
0a:09.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card 
Reader (SD/MMC/MS/MS PRO/xD)



Regards.

-- 
Broadcom B43 Wireless Driver will not enable
https://bugs.launchpad.net/bugs/208049
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 138726] Re: gnome-appearance-properties tabs don't work/display

2008-01-15 Thread Edgar Almonte
i dont have gtk-qt-engine and any kde app only gtk app/gnome i can´t
change the background using gnome-appearance-properties or even from a
image viewer app , when i run gnome-appearance-properties from a
terminal i get this :

(gnome-appearance-properties:7936): Gtk-CRITICAL **: gtk_widget_map:
assertion `GTK_WIDGET_VISIBLE (widget)' failed

(gnome-appearance-properties:7936): Gtk-CRITICAL **: gtk_widget_map:
assertion `GTK_WIDGET_VISIBLE (widget)' failed

(gnome-appearance-properties:7936): Gtk-CRITICAL **: gtk_widget_map:
assertion `GTK_WIDGET_VISIBLE (widget)' failed


i try :  gnome-appearance-properties --show-page=background

but i get :
(gnome-appearance-properties:7938): Gtk-CRITICAL **: gtk_widget_map: assertion 
`GTK_WIDGET_VISIBLE (widget)' failed

(gnome-appearance-properties:7938): Gtk-CRITICAL **: gtk_widget_map:
assertion `GTK_WIDGET_VISIBLE (widget)' failed

(gnome-appearance-properties:7938): Gtk-CRITICAL **: gtk_widget_map:
assertion `GTK_WIDGET_VISIBLE (widget)' failed

and still can´t change the background

-- 
gnome-appearance-properties tabs don't work/display
https://bugs.launchpad.net/bugs/138726
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 134885] error de hal

2007-08-26 Thread edgar
Public bug reported:

Binary package hint: gnome-panel

failed to initialize hal

ProblemType: Bug
Architecture: i386
Date: Sun Aug 26 09:31:27 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-panel
Package: gnome-panel 1:2.18.1-0ubuntu3.1
PackageArchitecture: i386
ProcCmdline: gnome-panel --sm-client-id default1
ProcCwd: /home/edgarn
ProcEnviron:
 LANGUAGE=es_AR:es
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=es_AR.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-panel
Uname: Linux dC9D0017D 2.6.20-16-generic #2 SMP Thu Jun 7 20:19:32 UTC 2007 
i686 GNU/Linux

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
error de hal
https://bugs.launchpad.net/bugs/134885
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 134885] Re: error de hal

2007-08-26 Thread edgar

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/9000195/Dependencies.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/9000196/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/9000197/ProcStatus.txt

-- 
error de hal
https://bugs.launchpad.net/bugs/134885
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 90803] Re: evolution cannot be uninstalled

2007-05-04 Thread Don Edgar
Ditto with gaim.  Aside from the fact that users should be able to
choose which IM client they use or don't use, it also affects those who
do want to use the newly released pidgin.  Unfortunately pidgin and gaim
conflict, but you cannot remove gaim as previously stated.

-- 
evolution cannot be uninstalled
https://bugs.launchpad.net/bugs/90803
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 101837] My external mouse suddenly stopped working, but the touchpad works fine.

2007-04-02 Thread Don Edgar
Public bug reported:

I've upgraded to Feisty Testing, and everything went relatively
smoothly.  A few days of using and my external USB mouse stopped
working.  I can still use the touchpad though.  I wasn't doing anything
in particular when it happened.  I was scrolling down a web page,
stopped to answer the phone.  When I came back, the mouse would no
longer work.  If I restart the computer, it'll work for a little but
eventually give out again at some non-descript time.

ProblemType: Bug
Architecture: i386
Date: Mon Apr  2 17:29:08 2007
DistroRelease: Ubuntu 7.04
Uname: Linux atticus 2.6.20-13-generic #2 SMP Sun Mar 25 00:21:25 UTC 2007 i686 
GNU/Linux

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
My external mouse suddenly stopped working, but the touchpad works fine.
https://bugs.launchpad.net/bugs/101837
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 70414] Re: Random crash

2006-11-13 Thread Don Edgar
I tried reproducing it with no such luck (not that that's a bad thing).
It told me to send a bug report so I did.  You may just want to
disregard this then.

-- 
Random crash
https://launchpad.net/bugs/70414

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


[Bug 61544] Re: random freezes

2006-11-12 Thread Don Edgar
I have the same problem as Fredrik.  I start Banshee with no problems.
About a minute into the song, I get a pop up that says it has
encountered a fatal error listing an unhandled exception was thrown:
Could not find a part of the path /home/don/.gnome2/banshee/plugins.
as the reason.  The song continues to play and if I ignore the box, you
wouldn't know anything was wrong.  As soon as you click ok, Banshee
closes.  Unfortunately, there's no way to ignore the popup box.

** Attachment added: banshee error message
   http://librarian.launchpad.net/5061281/banshee%20error

-- 
random freezes
https://launchpad.net/bugs/61544

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


[Bug 70414] Random crash

2006-11-05 Thread Don Edgar
Public bug reported:

Binary package hint: realplayer

While listening to a live feed, I chose the preference menu and it
randomly crashed.

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

-- 
Random crash
https://launchpad.net/bugs/70414

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


[Bug 70414] Re: Random crash

2006-11-05 Thread Don Edgar

** Attachment added: Complete report of real player crash
   
http://librarian.launchpad.net/4966987/_usr_lib_realplay-10.0.8_realplay.bin.1000.crash

-- 
Random crash
https://launchpad.net/bugs/70414

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


[Bug 66062] Random Crash

2006-10-14 Thread Don Edgar
Public bug reported:

I'm not sure what happened.  I had firefox minimised at the time and was
working elsewhere when it crashed.

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

-- 
Random Crash
https://launchpad.net/bugs/66062

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


[Bug 66062] Re: Random Crash

2006-10-14 Thread Don Edgar
Oh yeah, it also asked me to upload this.

** Attachment added: generated crash report.
   
http://librarian.launchpad.net/4838789/_usr_lib_firefox_firefox-bin.asFjaS.crash

-- 
Random Crash
https://launchpad.net/bugs/66062

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


[Bug 59665] very old hplip version 0.9.7

2006-09-09 Thread edgar
Public bug reported:

Binary package hint: hplip

Dapper version is 0.9.7

Current version of hplip is 1.6.7

http://hplip.sourceforge.net/install/step4/index.html

hp-setup will not work with HPLIP 0.9.7 and below


All-in-one HP Officejet printers dont work in Ubuntu. No scanner features. You 
have to update and install driver manually, thats complicated. This type of 
printers work perfectly on other distros with the new drivers.

This must be fixed A.S.A.P.

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

** Description changed:

  Binary package hint: hplip
+ 
+ Dapper version is 0.9.7
  
  Current version of hplip is 1.6.7
  
  http://hplip.sourceforge.net/install/step4/index.html
  
  hp-setup will not work with HPLIP 0.9.7 and below
  
  
  All-in-one HP Officejet printers dont work in Ubuntu. No scanner features. 
You have to update and install driver manually, thats complicated. This type of 
printers work perfectly on other distros with the new drivers.
  
  This must be fixed A.S.A.P.

-- 
very old hplip version 0.9.7
https://launchpad.net/bugs/59665

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


<    1   2   3   4