[Bug 1488426] Re: High CPU usage of kworker/ksoftirqd

2017-02-07 Thread Fuujuhi
For info, I have same symptoms as OP (Aceland Kao) reported (same perf
report), on Ubuntu 16.04 with Kernel 4.4.0-59.80 generic. This is on a
laptop (HP EliteBook G1 480) on a docking station.

I could apparently fix the problem by undocking and docking back the laptop 
while still powered.
Actually the problem appeared while docking the laptop when sleeping, then 
waking up.

To be exact, here the complete sequence I followed:
- Dock the PC, and wake it up.
- Notice the CPU usage, and start 'perf' to debug
- Undock the PC
- Plug many USB devices in all ports. No effect.
- Remove the USB devices.
- Close the lid (for suspend), then open it again. No effect.
- Dock back the PC (when powered up) --> problem when away.

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

Title:
  High CPU usage of kworker/ksoftirqd

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1488426/+subscriptions

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


[Bug 1625739] Re: Slow start when current directory is on CIFS/SMB share

2016-09-21 Thread Fuujuhi
Actually I know that my SMB server is overloaded (it also serves as
backup server, running rsync and co). It's only that you don't feel that
it is loaded when browsing with ls/cd commands and bash completion,
whereas you feel it significantly when using mc.

I any case I would understand if you reject the report since my case is
quite specific. Actually it's more like a feature request than a bug
report. Thanks already a lot for your time and fast response. Maybe one
day I'll look into this mc_stat function ;-)

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

Title:
  Slow start when current directory is on CIFS/SMB share

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mc/+bug/1625739/+subscriptions

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


[Bug 1625739] Re: Slow start when current directory is on CIFS/SMB share

2016-09-21 Thread Fuujuhi
Well, sorry I did not mention that, but indeed, it also take a long time 
outside of mc.
Typically, a `stat -f /smb/lacie-cloudbox/myshare` is also slow.

Also, mc is not always slow on CIFS/SMB shares. At first sight, it seems
to depend on the server speed & load (nothing new here I guess).

So, to rephrase, the problem is not really that mc is slow on CIFS/SMB
shares, but is that it makes IO calls that are potentially slow, like
stat'ing a directory tree on the network. The problem I have is that I
heavily rely on mc for browsing directory structures, but sometimes,
when browsing over the network, I have to go to sub-shell because of
performance issue, and browse manually with `cd` commands, which is not
convenient.

What I would like is to keep using mc for all browsing, and have mc not
doing any IO that might be potentially slow. Only do the minimum
necessary IO to display the current directory. For instance, I would
happily give up the display of the total used size / total available
size if that can speed up IO.

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

Title:
  Slow start when current directory is on CIFS/SMB share

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mc/+bug/1625739/+subscriptions

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


[Bug 1625739] [NEW] Slow start when current directory is on CIFS/SMB share

2016-09-20 Thread Fuujuhi
Public bug reported:

MC is very slow to start (several seconds) when current directory is on
a CIFS/SMB share. Also the subshell / menu switch (with C-o) is very
slow when switching back to the menu, which is annoying.

Using ''strace'' I could narrow down the problem to a call to stat(2):

$ cd /smb/lacie-cloudbox/myshare

$ mount|grep lacie-cloudbox
//lacie-cloudbox/myshare on /smb/lacie-cloudbox/myshare type cifs (rw)

$ strace -r -tt -o /tmp/mc.strace mc
$ grep -v 0.0 /tmp/mc.strace
 3.310479 stat("/smb/lacie-cloudbox/myshare", {st_mode=S_IFDIR|0755, 
st_size=0, ...}) = 0


Note that this is a long due issue (was already in 12.04 and probably before), 
but it is only lately that I could narrow down the problem as highlighted above.


$ lsb_release -rd
Description:Ubuntu 14.04.5 LTS
Release:14.04

$ apt-cache policy mc
mc:
  Installed: 3:4.8.11-1
  Candidate: 3:4.8.11-1
  Version table:
 *** 3:4.8.11-1 0
500 http://be.archive.ubuntu.com/ubuntu/ trusty/universe amd64 Packages
100 /var/lib/dpkg/status

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

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

Title:
  Slow start when current directory is on CIFS/SMB share

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mc/+bug/1625739/+subscriptions

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


[Bug 1202010] Re: package qmail 1.06-5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-06-08 Thread Fuujuhi
Just got the same error message while installing qmail on Trusty.

It turns out that the domain name for my host was not yet defined, and hence 
the qmail installer aborted.
I could resume the install after defining a domain name (I edited /etc/hosts).

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

Title:
  package qmail 1.06-5 failed to install/upgrade: subprocess installed
  post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netqmail/+bug/1202010/+subscriptions

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


[Bug 1350334] Re: copy/paste garbage while using mc, due to lack of support of bracketed paste mode

2014-11-17 Thread Fuujuhi
Ok, thanks for the info.

Sorry for the confusion. I meant indeed Terminator. I got used to say
gnome-terminator because that was the original name of Tenshu's ppa. But
the real package name is "Terminator".

But note that the bug is also present in "Gnome Terminal" (as per #3
above). Just tried again now, and the bug is there (although I have the
patched vte for GTK2, but indeed this has no effect since Gnome Terminal
uses libvte-2.90-9, which GTK+ 3.0).

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

Title:
  copy/paste garbage while using mc, due to lack of support of bracketed
  paste mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/terminator/+bug/1350334/+subscriptions

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


[Bug 1350334] Re: copy/paste garbage while using mc, due to lack of support of bracketed paste mode

2014-11-17 Thread Fuujuhi
I would say *terrifying* work around ;-) Otherwise, good tip.

But to me, the point is that the bug is an annoyance for all systems I
touch. Of course, this ^O thing (or similar) is part of my own process,
so not everybody is concerned, but every time I come to a new system, I
get it, I have to patch it (or work around it), when it would be much
simpler to get it fixed in the repo.

Now, I still agree that your proposal about fixing the bug where it
belongs (i.e. migrate GT to use the new VTE) is the best. But honestly,
I had a quick look, and although I have some dev skills, this is much
beyond me for now. Too many kids at home, not enough time. Also, I'm not
sure that even if GT would be migrated to VTE 3, that it would be pushed
to 14.04.

The easiest for me would be to get the patch above pushed into VTE 2 in
the repo. You say that VTE 2 is unmaintained. But is there any chance
still we can get the patch pushed to the report? What is the process to
get this done? Should I contact anybody?

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

Title:
  copy/paste garbage while using mc, due to lack of support of bracketed
  paste mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/terminator/+bug/1350334/+subscriptions

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


[Bug 1350334] Re: copy/paste garbage while using mc, due to lack of support of bracketed paste mode

2014-11-17 Thread Fuujuhi
I meant "get the patch pushed to the *repo*?"

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

Title:
  copy/paste garbage while using mc, due to lack of support of bracketed
  paste mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/terminator/+bug/1350334/+subscriptions

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


[Bug 1308180] Re: real-time updates incorrect (show size as always 0)

2014-11-06 Thread Fuujuhi
Indeed, yet another regression.
Used to work flawless though.

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

Title:
  real-time updates incorrect (show size as always 0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/baobab/+bug/1308180/+subscriptions

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


[Bug 1371194] Re: baobab does not display usage-bars

2014-11-06 Thread Fuujuhi
Happens to me too.
It used to work flawless though.

Yet again, it seems the whole application got revamped.
I guess for good reasons, but too bad it has to go with all these regressions.

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

Title:
  baobab does not display usage-bars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/baobab/+bug/1371194/+subscriptions

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


[Bug 1277528] Re: [Asus N550JV] Bluetooth not working initially

2014-09-11 Thread Fuujuhi
Why expired / incomplete ? This bug should be at least "confirmed". BIOS
was upgraded back to 208 as per comment #7

** Changed in: linux (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  [Asus N550JV] Bluetooth not working initially

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1277528/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-09-11 Thread Fuujuhi
Hi Christopher,

Thanks for your reply, and trying to "enlight" me . I read the link you give, 
but still I don't see the logic.
Say that I'd have some time to look further in this bug, and trying different 
things. It is very difficult for me then to find reports with bug similar to 
mine. I see no relevant metadata in launchpad.

For instance:

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

This one is very similar, same laptop, same hardware but strangely the USB 
device id are slightly different (IMC networks). 
So not 100% duplicate, but clearly very related. We don't see this in launchpad.

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

Similar bug, similar hardware but different vendor. Maybe same bug.
Maybe not duplicate, but clearly related. In any case, we don't see that
in launchpad.

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

The report alperyilmaz. There was an interesting comment from Max Schwarz 
(xqms), and a possible user space fix.
Since it is a different report, I did not see it. In the meantime, the bug is 
flagged as "expired", so it does not even appear if you do a basic launchpad 
search.

Also, why not announce here people created a new bug report?
I personally would like to know it, so that at least I have a chance to 
register myself to them.

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1349752] Re: Bluetooth not working - "Bluetooth: Error in firmware loading"

2014-09-10 Thread Fuujuhi
Man, you should add the tag "+confirmed" as per #3 or your report will
expire. Btw, did you find a solution?

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

Title:
  Bluetooth not working - "Bluetooth: Error in firmware loading"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1349752/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-09-10 Thread Fuujuhi
None on my side. My upstream report triggered... 0 reaction.

Lately I bought an ASUS N750JK, exactly same problem.
I still don't have a solution. And using a separate BT dongle doesn't seem to 
be very stable either.

I don't know if there is a solution in the other tickets. Also, why all
these requests to create new reports? It just seems to be a waste of
time and resource, and makes finding a solution / tracking changes more
difficult.

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1350334] Re: copy/paste garbage while using mc, due to lack of support of bracketed paste mode

2014-08-01 Thread Fuujuhi
I understand the logic behind your comment, but on the other hand the
patch is a very simple one and it fixes a really annoying bug that
occurs very frequently for anyone using midnight commander (and whatever
console app enabling bracketed mode I guess). If I see the bug you
referred to, it has been filed in 2012, and apparently it's a long way
to go before release. Note that the bracketed mode bug also occurs in
Gnome Terminal. Will it be fixed there as well if bug 1030562 is fixed?
At least the patch attached here fixes it for Gnome Terminal as well.

My feeling is that Trusty LTS is a nice release, but it is still
unpolished because of bugs like this one. My hope is that these small
annoyances get fixed rapidly. Will we have to work around this bug for
months if not years while waiting for the right thing to be done?

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

Title:
  copy/paste garbage while using mc, due to lack of support of bracketed
  paste mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/terminator/+bug/1350334/+subscriptions

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


[Bug 1350334] Re: copy/paste garbage while using mc, due to lack of support of bracketed paste mode

2014-07-30 Thread Fuujuhi
Ok, add "vte" source package because the bug is there apparently.
(Not sure about all the metadata things above, please fix/tell how to fix if 
necessary)

It has been reported and fixed already on Gnome bugzilla:

https://bugzilla.gnome.org/show_bug.cgi?id=729533

Nerijus Baliunas pushed a patch on vte 0.28.2.

Here I attach a backport on trusty version, ie. 0.28.2-5ubuntu1. 
Patch is in git format, but I guess easy to apply.

This patch fixes the issue above in terminator, gnome terminal, etc.

** Bug watch added: GNOME Bug Tracker #729533
   https://bugzilla.gnome.org/show_bug.cgi?id=729533

** Patch added: "Backport of Nerijus' patch for bracketed paste mode on 
0.28.2-5ubuntu1"
   
https://bugs.launchpad.net/ubuntu/+source/vte/+bug/1350334/+attachment/4165834/+files/vte-0.28.2-5ubuntu1-bracketed_paste_mode_fix.patch

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

Title:
  copy/paste garbage while using mc, due to lack of support of bracketed
  paste mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/terminator/+bug/1350334/+subscriptions

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


[Bug 1350334] Re: copy/paste garbage while using mc, due to lack of support of bracketed paste mode

2014-07-30 Thread Fuujuhi
** Also affects: vte (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  copy/paste garbage while using mc, due to lack of support of bracketed
  paste mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/terminator/+bug/1350334/+subscriptions

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


[Bug 1315873] Re: DVD playback no longer works on Trusty / XBMC Frodo 12.3

2014-07-14 Thread Fuujuhi
Did you try xmbc 13.0 ?

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

Title:
  DVD playback no longer works on Trusty / XBMC Frodo 12.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xbmc/+bug/1315873/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-06-16 Thread Fuujuhi
I confirm that I've still not found a solution to this problem.
Actually, this is not my pc, but my daugther's, so I'm not desperately looking 
for a solution right now.
In any case, I will report here of course if I find something, or if problem 
disappears after some update.

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1305586] Re: Lock screen is unusable when some windows have a keyboard/mouse grab

2014-05-22 Thread Fuujuhi
As a work-around I usually go in one of the virtual console, and kill compiz:
- Ctrl-Alt-F1
- login, then:
$ pkill -9 compiz
- Ctrl-D (logout)
- Ctrl-Alt-F7

This should kill the lock screen, restart compiz. Applications should
not be affected.

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

Title:
  Lock screen is unusable when some windows have a keyboard/mouse grab

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/1305586/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-05-12 Thread Fuujuhi
Yes,  sorry. Here the link

http://article.gmane.org/gmane.linux.bluez.kernel/48232

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-05-11 Thread Fuujuhi
FYI, I submitted the bug report upstream as per instruction.

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-05-08 Thread Fuujuhi
** Attachment added: "dmesg - usb 3-5 init ok, BT patch fail"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/4108303/+files/dmesg-20140505-2-fail.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-05-08 Thread Fuujuhi
** Attachment added: "dmesg, usb 3-5 init ok, BT patch load ok"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/4108304/+files/dmesg-20140505-3-success.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-05-08 Thread Fuujuhi
Hello,

I tried with the latest 3.15-rc4, to no avail.

Basically, the bluetooth is sporadically available. Although, when
available, it usually stays available for next reboot, even cold reboot.
Apparently it takes long shutdown period / possible suspend / resume
cycles to lose it again.

In attachment I'll join 3 dmesg.txt.

In the first one, we can see usb 3-5 failure, and BT patch loading failure.
In the second, there is no longer usb failure, but BT patch loading still fails.
In the third, both usb 3-5 and BT patch loading work.

(strangely the usb related messages are quite different in the first
dmesg - note this is first run that boots 3.15rc4).

** Attachment added: "dmesg - bluetooth / usb fail"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+attachment/4108302/+files/dmesg-20140505-1-fail.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1280665] Re: libsdl1.2 always uses backingstore which causes tearing in modern X servers

2014-05-04 Thread Fuujuhi
For info, this patch works for me on ubuntu trusty 14.04 + nvidia 331.38 + xbmc 
13 gotham.
Thanks!

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

Title:
  libsdl1.2 always uses backingstore which causes tearing in modern X
  servers

To manage notifications about this bug go to:
https://bugs.launchpad.net/libsdl/+bug/1280665/+subscriptions

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


[Bug 1315873] Re: DVD playback no longer works on Trusty / XBMC Frodo 12.3

2014-05-04 Thread Fuujuhi
... actually XBMC 13.0 Gotham just turned stable some hours ago. So a
possible fix would be to bump xbmc release to 13.0 in official ubuntu
repo.

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

Title:
  DVD playback no longer works on Trusty / XBMC Frodo 12.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xbmc/+bug/1315873/+subscriptions

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


[Bug 1315873] Re: DVD playback no longer works on Trusty / XBMC Frodo 12.3

2014-05-04 Thread Fuujuhi
Just tried the latest unstable xbmc release (XBMC 13.0 Gotham RC1), and it 
fixes the DVD playback issue.
Not sure this qualifies as a valid fix since this is not yet a stable release.

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

Title:
  DVD playback no longer works on Trusty / XBMC Frodo 12.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xbmc/+bug/1315873/+subscriptions

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


[Bug 1315873] [NEW] DVD playback no longer works on Trusty / XBMC Frodo 12.3

2014-05-04 Thread Fuujuhi
Public bug reported:

XBMC no longer plays back DVD media (whole disc or VOBs) since upgrade
to Ubuntu Trusty 14.04 (from Precise 12.04).

Tested to occur on 3 different PCs, so it does not seem to be an
hardware related thing.

Here some test cases:

1) Play DVD media disc - FAILED
2) Play VOB on DVD media disc - FAILED
3) Play ripped DVD (i.e. from HDD) - FAILED
4) Play VOB on ripped DVD - SUCCESS

Case (1) gives multiple errors in dmesg:
  [29947.860192] sr 1:0:0:0: [sr0]  
  [29947.860198] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
  [29947.860201] sr 1:0:0:0: [sr0]  
  [29947.860203] Sense Key : Illegal Request [current] 
  [29947.860209] sr 1:0:0:0: [sr0]  
  [29947.860213] Add. Sense: Read of scrambled sector without authentication
  [29947.860216] sr 1:0:0:0: [sr0] CDB: 
  [29947.860218] Read(10): 28 00 00 00 03 fa 00 00 02 00

Other failures do not give any relevant error messages. xbmc.log does
not contain any relevant information it seems.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xbmc 2:12.3+dfsg1-3ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Sun May  4 15:07:21 2014
PackageArchitecture: all
SourcePackage: xbmc
UpgradeStatus: Upgraded to trusty on 2014-04-23 (10 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  DVD playback no longer works on Trusty / XBMC Frodo 12.3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xbmc/+bug/1315873/+subscriptions

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


[Bug 1312412] [NEW] xdotool windowmove %@ 0 0 move to (10, 62) instead

2014-04-24 Thread Fuujuhi
Public bug reported:

xdotool cannot longer move windows to top left corner.

To reproduce:

- Alt+F2, then type "gnome-terminal", enter
- in the terminal, type

  xdotool search --onlyvisible --classname Terminal windowmove %@ 0 0

The terminal is moved, but not fully to top corner. To verify, type
again

  xdotool search --onlyvisible --classname Terminal getwindowgeometry

This command reports something like (??? represents irrelevant numbers)
  Window ???
Position: 10,62 (screen: 0)
Geometry: ???x???

When it should be "Position: 0,52 (screen: 0)" if the window was exactly
at top left corner.

This occurs since upgrade to Ubuntu 14.04 Trusty Tahr on 2 different pc's. 
xdotool was working fine in Ubuntu 12.04 Precise Pangolin.

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

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

Title:
  xdotool windowmove %@ 0 0 move to (10,62) instead

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdotool/+bug/1312412/+subscriptions

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


[Bug 847001] Re: Adjusting display brightness is very slow on several Dell laptops

2014-04-24 Thread Fuujuhi
Same issue on Dell Latitude E5430. Just freshly upgraded from Precise.

On Trusty:
- Using Fn+key is barely useable. Dimming by very tiny steps, and slow to react 
(like 10s to get OSD, 10s more to get effect).
- Using brightness settings is also slow to react (10s-ish)
- Tom Chiverton's trick works instant (i.e. echo 600 | sudo tee 
/sys/class/backlight/intel_backlight/brightness)

On Precise, I had some latency, but usually hammering the Fn+light key
did the job just after a couple of secs.

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

Title:
  Adjusting display brightness is very slow on several Dell laptops

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/847001/+subscriptions

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


[Bug 1260825] UdevLog.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "UdevLog.txt"
   
https://bugs.launchpad.net/bugs/1260825/+attachment/4091568/+files/UdevLog.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] Lsusb.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1260825/+attachment/4091561/+files/Lsusb.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] WifiSyslog.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1260825/+attachment/4091569/+files/WifiSyslog.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] UdevDb.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1260825/+attachment/4091567/+files/UdevDb.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] ProcInterrupts.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1260825/+attachment/4091564/+files/ProcInterrupts.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] ProcModules.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1260825/+attachment/4091565/+files/ProcModules.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] RfKill.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1260825/+attachment/4091566/+files/RfKill.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] ProcEnviron.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1260825/+attachment/4091563/+files/ProcEnviron.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] ProcCpuinfo.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1260825/+attachment/4091562/+files/ProcCpuinfo.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] CurrentDmesg.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1260825/+attachment/4091558/+files/CurrentDmesg.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] Lspci.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1260825/+attachment/4091560/+files/Lspci.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] IwConfig.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1260825/+attachment/4091559/+files/IwConfig.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] CRDA.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1260825/+attachment/4091557/+files/CRDA.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] BootDmesg.txt

2014-04-21 Thread Fuujuhi
apport information

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/1260825/+attachment/4091556/+files/BootDmesg.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-04-21 Thread Fuujuhi
apport information

** Tags added: staging

** Description changed:

  This is on an ASUS N550JV. Basically, the Bluetooth is sporadically
  available after restart/login. When not available, we get an error msg
  in dmesg about a patch that failed to load.
  
  $ sudo lsusb -v
  Bus 003 Device 016: ID 13d3:3402 IMC Networks
  Device Descriptor:
    bDeviceProtocol 1 Bluetooth
    idVendor   0x13d3 IMC Networks
    idProduct  0x3402
    bcdDevice0.02
    iManufacturer   1 Atheros Communications
    iProduct2 Bluetooth USB Host Controller
    iSerial 3 Alaska Day 2006
  
  $ sudo lspci
  04:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter 
(rev 01)
  
  dmesg:
  [   13.663135] Bluetooth: Error in firmware loading err = -110,len = 448, 
size = 4096
  [   13.663173] Bluetooth: Loading patch file failed
  [   13.663198] ath3k: probe of 3-5:1.0 failed with error -110
  [   13.663229] usbcore: registered new interface driver ath3k
  
  Things already tried (to no much avail):
  - Update BIOS to latest version
  - Install "bluetooth" package
  - Enable ath9k bt coexistence (as per 
http://5thpeephole.blogspot.be/2013/10/install-ubuntu-1310-in-asus-n550jv.html)
  - unload / reload ath3k module:
  $ sudo modprobe -r ath3k; sleep 1; sudo modprobe ath3k
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-firmware 1.116
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Fri Dec 13 18:18:34 2013
  Dependencies:
  
  InstallationDate: Installed on 2013-12-07 (5 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)
  ---
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Dependencies:
  
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-12-07 (5 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MarkForUpload: True
  Package: linux-firmware 1.116
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
  ---
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Dependencies:
  
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-12-07 (5 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MarkForUpload: True
  Package: linux-firmware 1.116
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
+ --- 
+ ApportVersion: 2.14.1-0ubuntu3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  marie  2252 F pulseaudio
+  /dev/snd/controlC0:  marie  2252 F pulseaudio
+ DistroRelease: Ubuntu 14.04
+ HibernationDevice: RESUME=UUID=b1848df9-3a67-4cb5-b9c4-1857d2d1f57b
+ InstallationDate: Installed on 2013-12-07 (134 days ago)
+ InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
+ MachineType: ASUSTeK COMPUTER INC. N550JV
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-24-generic.efi.signed 
root=UUID=6d1c5f5b-76e4-467b-9de2-e50ec2279947 ro quiet splash acpi_osi= 
vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-3.13.0-24-generic N/A
+  linux-backports-modules-3.13.0-24-generic  N/A
+  linux-firmware 1.127
+ StagingDrivers: rts5139
+ Tags:  trusty staging
+ Uname: Linux 3.13.0-24-generic x86_64
+ UpgradeStatus: Upgraded to trusty on 2014-04-20 (1 days ago)
+ UserGroups:
+  
+ _MarkForUpload: True
+ dmi.bios.date: 11/19/2013
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: N550JV.208
+ dmi.board.asset.tag: ATN12345678901234567
+ dmi.board.name: N550JV
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: 1.0
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: ASUSTeK COMPUTER INC.
+ dmi.chassis.version: 1.0
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrN550JV.208:bd11/19/2013:svnASUSTeKCOMPUTERINC.:pnN550JV:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnN550JV:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
+ dmi.product.name: N550JV
+ dmi.product.version: 1.0
+ dmi.sys.vendor: ASUSTeK COMPUTER INC.

** Attachment added: "

[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-04-20 Thread Fuujuhi
Hello,

I just ugpraded this laptop to U14.04 Trusty Tahr, and I still
experience the same symptoms (bluetooth sporadically available).

The bluetooth is not below the USB3 hub it seems:

$ lsusb -t

/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/14p, 480M
|__ Port 3: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 1.5M
|__ Port 5: Dev 3, If 0, Class=Wireless, Driver=, 12M
|__ Port 5: Dev 3, If 1, Class=Wireless, Driver=, 12M
|__ Port 7: Dev 4, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 7: Dev 4, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 8: Dev 5, If 0, Class=Vendor Specific Class, Driver=rts5139, 480M
|__ Port 10: Dev 15, If 0, Class=Human Interface Device, Driver=usbhid, 12M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/8p, 480M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M
|__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/6p, 480M

$ lsusb -v

...
Bus 003 Device 003: ID 13d3:3402 IMC Networks 
Device Descriptor:
  bLength18
  bDescriptorType 1
  bcdUSB   1.10
  bDeviceClass  224 Wireless
  bDeviceSubClass 1 Radio Frequency
  bDeviceProtocol 1 Bluetooth
...

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-02-10 Thread Fuujuhi
Hello,

So I tested the trusty daily build. I booted >5 times from DVD, and each
time the bluetooth was detected and working fine. No patch error in
dmesg.

But it can well be I was just lucky, because I booted once 13.10 in
between, and bluetooth was working as well. I did also boot windows in
between to trigger bluetooth failure, but trusty daily was still working
fine at next boot.

So I would say the test is promising but not yet conclusive. I'll try
again tomorrow or so.

-

By the way, on 13.10, the sudo rfkill block / unblock does not always
work. It seems that using the keyboard RF switch works better.

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1237296] Re: 168c:0036 [Acer Aspire E1-572] ath9k QCA9565/AR9565/QCWB335 Bluetooth works sporadic

2014-02-10 Thread Fuujuhi
Hi Joshua, could you have a look at related bug 1260825 (and 1277528),
and see if the rfkill block / unblock would work for you?

I experience the same issue as you, and this rfkill trick seems to work
100% of the cases now.

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

Title:
  168c:0036 [Acer Aspire E1-572] ath9k QCA9565/AR9565/QCWB335 Bluetooth
  works sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1237296/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-02-10 Thread Fuujuhi
I cannot reproduce the desync between wifi RF and bluetooth RF using
keyboard RF switch. Maybe that was a glitch due to long sleep /
hibernate, or dual booting windows.

But the hick-up in rfkill list is confirmed.
I'll now try with the trusty daily build.

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2014-02-10 Thread Fuujuhi
I did not test yet with the latest daily build. I'll do so asap.

However, still on 12.10 with kernel 3.11.0-14-generic #21, I can recover
Bluetooth if I turn on / off the antenna.

More precisely, at boot, I usually have wifi, but not bluetooth. If I
turn off antenna via keyboard, I lose wifi, but get back bluetooth, and
vice-versa.

Relating to bug report from alperyilmaz, I see his comment on "rfkill".
So I did similar tests. Although I don't have BT, rfkill reports that BT
is not RF blocked. But if I block / unblock BT, I can recover BT.

# Just after boot - I have wifi, but no bluetooth (no BT icon)
$ rfkill list

0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
2: asus-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no

# I kill RF for bluetooth, then restore it
sudo rfkill block bluetooth
sudo rfkill unblock bluetooth

$ rfkill list

0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
1: asus-wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
2: asus-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

I rebooted several times, and this apparently succeeds all the time.

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1260825/+subscriptions

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


[Bug 635499] Re: Ignore broken directory permissions on UDF media

2013-12-29 Thread Fuujuhi
Also, a better patch might be to always set 'dmode=0500' for UDF
filesystem. This would be similar to what is done apparently for iso9660
file system (see src/device.c, line 5922). See alternate patch in
attachement.


** Patch added: "Alternate patch - Always set 'dmode=0500' for UDF fs"
   
https://bugs.launchpad.net/ubuntu/+source/udisks/+bug/635499/+attachment/3937439/+files/udisks-1.0.4-udf-permissions-always_alternate_patch.patch

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

Title:
  Ignore broken directory permissions on UDF media

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udisks/+bug/635499/+subscriptions

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


[Bug 635499] Re: Ignore broken directory permissions on UDF media

2013-12-29 Thread Fuujuhi
I have Ubuntu Precise 12.04, with udisks 1.0.4-5ubuntu2.1.

This version contains the patch that sets mount option 'dmode=0500' for
UDF discs.

However this patch does not work for DVD-RW that are not finalized
(However I don't know if finalization makes a difference).

Not finalizing DVD-RW is handy because it allows to burn e.g. several TV
broadcasts on the same DVD-RW in several times. In my case I have a Sony
DVD recorder, and apparently this recorder does not set correctly the
directory permissions. Because of this, and because the patch above does
not apply, I cannot read the DVD-RW on my ubuntu pc.

I looked at several ways to overcome this issue. First there is
apparently no way to override the default mount options in udisks. At
least, this is not clearly documented. My only resort then was to patch
the udisks package directly. I join in attachment a patch on udisks
1.0.4-5ubuntu2.1. Basically the patch forces 'dmode=0500' for all
optical discs with UDF filesystem.

(See http://www.cyberciti.biz/faq/rebuilding-ubuntu-debian-linux-binary-
package/ for instruction on how to rebuild a package)


** Patch added: "Force dmode=0500 for all optical discs with UDF fs"
   
https://bugs.launchpad.net/ubuntu/+source/udisks/+bug/635499/+attachment/3937438/+files/udisks-1.0.4-udf-permissions-rw-ram.patch

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

Title:
  Ignore broken directory permissions on UDF media

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/udisks/+bug/635499/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2013-12-13 Thread Fuujuhi
Hi Joseph,

Thanks for the quick reply.

I installed the kernel v3.13-rc3-trusty, and booted several times. There
seems to be no change compared to previous 3.11 kernel from Saucy, i.e.
on 4 boots, BT failed 3 times and succeeded once.

So I tag this bug with 'kernel-bug-exists-upstream' and mark it
'Confirmed'.

$ uname -a
Linux zyratastic 3.13.0-031300rc3-generic #201312061335 SMP Fri Dec 6 18:37:23 
UTC 2013 x86_64 x86_64 x86_64 GNU/Linux


** Tags added: kernel-bug-exists-upstream

** Changed in: linux-firmware (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2013-12-13 Thread Fuujuhi
** Attachment added: "lsmod"
   
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+attachment/3928821/+files/lsmod

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2013-12-13 Thread Fuujuhi
** Attachment added: "lsusb"
   
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+attachment/3928820/+files/lsusb

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2013-12-13 Thread Fuujuhi
** Attachment added: "lspci"
   
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+attachment/3928819/+files/lspci

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2013-12-13 Thread Fuujuhi
** Attachment added: "lshw"
   
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+attachment/3928818/+files/lshw

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+subscriptions

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


[Bug 1260825] ProcEnviron.txt

2013-12-13 Thread Fuujuhi
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1260825/+attachment/3928815/+files/ProcEnviron.txt

** Description changed:

  This is on an ASUS N550JV.
  
  Basically, the Bluetooth is sporadically available after restart/login.
  When not available, we get an error msg in dmesg about a patch that
  failed to load.
  
  This bug seems similar to
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1102622.
  
  $ sudo lsusb -v
  Bus 003 Device 016: ID 13d3:3402 IMC Networks 
  Device Descriptor:
bDeviceProtocol 1 Bluetooth
idVendor   0x13d3 IMC Networks
idProduct  0x3402 
bcdDevice0.02
iManufacturer   1 Atheros Communications
iProduct2 Bluetooth USB Host Controller
iSerial 3 Alaska Day 2006
  
  $ sudo lspci
  04:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter 
(rev 01)
  
  dmesg:
  [   13.663135] Bluetooth: Error in firmware loading err = -110,len = 448, 
size = 4096
  [   13.663173] Bluetooth: Loading patch file failed
  [   13.663198] ath3k: probe of 3-5:1.0 failed with error -110
  [   13.663229] usbcore: registered new interface driver ath3k
  
  
  Things already tried (to no much avail)
  -
  - Update BIOS to latest version
  - Install "bluetooth" package
  - Enable ath9k bt coexistence (as per 
http://5thpeephole.blogspot.be/2013/10/install-ubuntu-1310-in-asus-n550jv.html)
  - unload / reload ath3k module:
  $ sudo modprobe -r ath3k; sleep 1; sudo modprobe ath3k
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-firmware 1.116
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Fri Dec 13 18:18:34 2013
  Dependencies:
   
  InstallationDate: Installed on 2013-12-07 (5 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MarkForUpload: True
  PackageArchitecture: all
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Dependencies:
   
  DistroRelease: Ubuntu 13.10
  InstallationDate: Installed on 2013-12-07 (5 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MarkForUpload: True
  Package: linux-firmware 1.116
  PackageArchitecture: all
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Tags:  saucy
  Uname: Linux 3.11.0-14-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
+ --- 
+ ApportVersion: 2.12.5-0ubuntu2.1
+ Architecture: amd64
+ Dependencies:
+  
+ DistroRelease: Ubuntu 13.10
+ InstallationDate: Installed on 2013-12-07 (5 days ago)
+ InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
+ MarkForUpload: True
+ Package: linux-firmware 1.116
+ PackageArchitecture: all
+ ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
+ Tags:  saucy
+ Uname: Linux 3.11.0-14-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups:

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+subscriptions

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


[Bug 1260825] Re: 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2013-12-13 Thread Fuujuhi
Sorry for the duplicate ProcEnviron thing.

Apparently apport-collect does not want to upload the configuration
files ^^. So I'll attach some files manually...

** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+attachment/3928817/+files/dmesg

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+subscriptions

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


[Bug 1260825] [NEW] 168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

2013-12-13 Thread Fuujuhi
Public bug reported:

This is on an ASUS N550JV.

Basically, the Bluetooth is sporadically available after restart/login.
When not available, we get an error msg in dmesg about a patch that
failed to load.

This bug seems similar to
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1102622.

$ sudo lsusb -v
Bus 003 Device 016: ID 13d3:3402 IMC Networks 
Device Descriptor:
  bDeviceProtocol 1 Bluetooth
  idVendor   0x13d3 IMC Networks
  idProduct  0x3402 
  bcdDevice0.02
  iManufacturer   1 Atheros Communications
  iProduct2 Bluetooth USB Host Controller
  iSerial 3 Alaska Day 2006

$ sudo lspci
04:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter 
(rev 01)

dmesg:
[   13.663135] Bluetooth: Error in firmware loading err = -110,len = 448, size 
= 4096
[   13.663173] Bluetooth: Loading patch file failed
[   13.663198] ath3k: probe of 3-5:1.0 failed with error -110
[   13.663229] usbcore: registered new interface driver ath3k


Things already tried (to no much avail)
-
- Update BIOS to latest version
- Install "bluetooth" package
- Enable ath9k bt coexistence (as per 
http://5thpeephole.blogspot.be/2013/10/install-ubuntu-1310-in-asus-n550jv.html)
- unload / reload ath3k module:
$ sudo modprobe -r ath3k; sleep 1; sudo modprobe ath3k

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-firmware 1.116
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Date: Fri Dec 13 18:18:34 2013
Dependencies:
 
InstallationDate: Installed on 2013-12-07 (5 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: linux-firmware
UpgradeStatus: No upgrade log present (probably fresh install)
--- 
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Dependencies:
 
DistroRelease: Ubuntu 13.10
InstallationDate: Installed on 2013-12-07 (5 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MarkForUpload: True
Package: linux-firmware 1.116
PackageArchitecture: all
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Tags:  saucy
Uname: Linux 3.11.0-14-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
--- 
ApportVersion: 2.12.5-0ubuntu2.1
Architecture: amd64
Dependencies:
 
DistroRelease: Ubuntu 13.10
InstallationDate: Installed on 2013-12-07 (5 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MarkForUpload: True
Package: linux-firmware 1.116
PackageArchitecture: all
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Tags:  saucy
Uname: Linux 3.11.0-14-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:

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


** Tags: amd64 apport-bug apport-collected saucy

** Tags added: apport-collected

** Description changed:

  This is on an ASUS N550JV.
  
  Basically, the Bluetooth is sporadically available after restart/login.
  When not available, we get an error msg in dmesg about a patch that
  failed to load.
  
  This bug seems similar to
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1102622.
  
  $ sudo lsusb -v
  Bus 003 Device 016: ID 13d3:3402 IMC Networks 
  Device Descriptor:
bDeviceProtocol 1 Bluetooth
idVendor   0x13d3 IMC Networks
idProduct  0x3402 
bcdDevice0.02
iManufacturer   1 Atheros Communications
iProduct2 Bluetooth USB Host Controller
iSerial 3 Alaska Day 2006
  
  $ sudo lspci
  04:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter 
(rev 01)
  
  dmesg:
  [   13.663135] Bluetooth: Error in firmware loading err = -110,len = 448, 
size = 4096
  [   13.663173] Bluetooth: Loading patch file failed
  [   13.663198] ath3k: probe of 3-5:1.0 failed with error -110
  [   13.663229] usbcore: registered new interface driver ath3k
  
  
  Things already tried (to no much avail)
  -
  - Update BIOS to latest version
  - Install "bluetooth" package
  - Enable ath9k bt coexistence (as per 
http://5thpeephole.blogspot.be/2013/10/install-ubuntu-1310-in-asus-n550jv.html)
  - unload / reload ath3k module:
  $ sudo modprobe -r ath3k; sleep 1; sudo modprobe ath3k
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-firmware 1.116
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  ApportVersion: 2.12.5-0ubuntu2.1
  Architecture: amd64
  Date: Fri Dec 13 18:18:34 2013
  Dependencies:
   
  InstallationDate: Installed on 2013-12-07 (5 days ago)
  InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  M

[Bug 1260825] ProcEnviron.txt

2013-12-13 Thread Fuujuhi
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1260825/+attachment/3928816/+files/ProcEnviron.txt

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

Title:
  168c:0032 ath3k built-in bluetooth cannot load firmware - sporadic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1260825/+subscriptions

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


[Bug 978880] Re: [Dell System Vostro 3750, Realtek ALC269VB, Green Headphone Out, Left] volume slider problem

2013-06-29 Thread Fuujuhi
On Ubuntu 12.04 LTS, I solved this issue perfectly on the Vostro 3750
simply by updating to the latest Realtek drivers from

http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=24&PFid=24&Level=4&Conn=3&DownTypeID=3&GetDown=false#High%20Definition%20Audio%20Codecs.

(this page is referenced from
https://help.ubuntu.com/community/HdaIntelSoundHowto, scroll to the
end).

In my case I had to patch the install script given in the Realtek
package (I had version 5.18):

  tar -xvjf LinuxPkg_5.18.tar.bz2 
  cd Rt-Linux-HDaudio-5.18/

... then edit file 'install', and change the line

   cd alsa-driver-RTv5.18

into

  cd alsa-driver-RTv5.18/alsa

then run install script:

  sudo ./install

reboot for the changes to take effect (I guess you could try something
like "sudo alsa force-reload" instead). Afterwards, plugging /
unplugging headset should work flawless. Also these new driver should
handle better the bass speaker on the Vostro 3750 (now the bass speaker
and speaker volume are sync'ed - in alsa mixer, there is actually no
more separate volume for bass speaker, just a toggle to enable / disable
it).

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

Title:
  [Dell System Vostro 3750, Realtek ALC269VB, Green Headphone Out, Left]
  volume slider problem

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/978880/+subscriptions

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


[Bug 933776] Re: [regression] scale/spread: "Initiate Window Picker for All Windows" does not show all windows. It shows only windows from current workspace.

2013-02-16 Thread Fuujuhi
To answer my own question, I just had a look to
https://bugs.launchpad.net/bugs/689733...

I think the following xkcd reference is obligatory:

http://xkcd.com/1172/

Looking forward to seeing the bug fix soon ;-)

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

Title:
  [regression] scale/spread: "Initiate Window Picker for All Windows"
  does not show all windows. It shows only windows from current
  workspace.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/933776/+subscriptions

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


[Bug 933776] Re: [regression] scale/spread: "Initiate Window Picker for All Windows" does not show all windows. It shows only windows from current workspace.

2013-02-16 Thread Fuujuhi
Hello,

Been following this bug since 1 year now, hope there is still the intent
to have it fixed in Precise. In any case, thanks already for the good
work.

To add my 2-cent, what is the problem exactly of fixing compiz so that
Super-W really does "Initiate Window Picker *For All Windows*", as it is
shown in the compiz setting manager?

I understand that 
- this would clean everything up (tmo, this is the most important), and 
- would only affect users that use several workspaces
  - i.e. only a fraction of total user base, and 
  - only such that to show more windows (not less, i.e. more functionality 
actually).

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

Title:
  [regression] scale/spread: "Initiate Window Picker for All Windows"
  does not show all windows. It shows only windows from current
  workspace.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/933776/+subscriptions

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


[Bug 654152] Re: Intel Centrino Ultimate-N 6300 supports abg only

2012-06-04 Thread Fuujuhi
I subscribed to this bug because I experienced similar issue with
similar HW. Quite stable connection in Windows and unreliable in Linux.

The fix for me was simply to upgrade the firmware of my wireless router
(!!!). Although wireless was working fine with same router in Jaunty (or
Karmic, don't remember), I guess it only had a draft-N implementation.

Anyway, upgrading the firmware fixed the problem... 2-yr long problem
fixed with a mere upgrade... hum hum silly me ;-)

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

Title:
  Intel Centrino Ultimate-N 6300 supports abg only

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/654152/+subscriptions

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


[Bug 728430] Re: Kernel panic after update 2.6.32-29 because of trailing dots in /boot/initrd file

2011-06-27 Thread Fuujuhi
To close this story, I'd just tell that I did not have any issue with
other kernel upgrades except the last one 2.6.32-32.

To solve the problem, I just formatted my /boot partition in Ext3
(instead of ReiserFS). Problem is gone now obviously and I guess it
won't appear again.

Now, I guess we can simply close this bug.

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

Title:
  Kernel panic after update 2.6.32-29 because of trailing dots in
  /boot/initrd file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/728430/+subscriptions

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


[Bug 787739] [NEW] malformed expression with square root

2011-05-24 Thread Fuujuhi
Public bug reported:

Binary package hint: gcalctool

Do the following:
1. Click "1", "+", "1", "=" (or type it)
2. Calculator shows the answer "2"
3. Click on square root sign, then click "="
4. Calculator shows the error message "malformed expression"

Actually the calculator requires to click on "sqrt", "2", then "=".

This is completely counter-intuitive, and against work flow of "normal"
calculator. Moreover this way of working does not allow to reuse
existing results, and build up complex calculation from simple
intermediate ones.

To my opinion there should be at least an option so that operation like
square root, square, etc immediately apply the operation on the current
result, not after clicking "=", just like regular calculator.

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

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

Title:
  malformed expression with square root

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


[Bug 728430] Re: Kernel panic after update 2.6.32-29 because of trailing dots in /boot/initrd file

2011-04-07 Thread Fuujuhi
For completeness, the problem did not appear when upgrading to kernel
2.6.32-30. After upgrade, I can boot normally in 2.6.32-30 with no
problem (I did nothing particular in the meantime except editing
temporarily the /boot/grub/brug.cfg file for 2.6.32-29).

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

Title:
  Kernel panic after update 2.6.32-29 because of trailing dots in
  /boot/initrd file

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


[Bug 319494] Re: Tracks in Various Artists Albums aren't grouped together

2011-03-15 Thread Fuujuhi
Just installed Amarok 2.4 from lucid-backports, and afaict the "single
album / multiple artists" problem is solved.

I only had to delete the current playlist + do full collection rescan.
Now all tracks belonging to the same album are listed together. Also in
the playlist there is an additional column giving the track artist if it
is not the same for all.

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to amarok in ubuntu.
https://bugs.launchpad.net/bugs/319494

Title:
  Tracks in Various Artists Albums aren't grouped together

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


[Bug 728430] Re: Kernel panic after update 2.6.32-29 because of trailing dots in /boot/initrd file

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

Title:
  Kernel panic after update 2.6.32-29 because of trailing dots in
  /boot/initrd file

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


[Bug 728430] [NEW] Kernel panic after update 2.6.32-29 because of trailing dots in /boot/initrd file

2011-03-03 Thread Fuujuhi
Public bug reported:

This is on Ubuntu Lucid 10.04 LTS, 32-bit version.
The problem occured after update to 2.6.32-29, but this could be a bug in grub 
instead.

Symptom:
- Kernel panic after update to 2.6.32-29
- 2.6.32-28 still boot fines

Setup:
- /boot on a separate partition (reiserfs)
- grub 1.98-1ubuntu10

Cause:
- file /boot/initrd.img-2.6.32-29-generic-pae appears to have 2 trailing dots 
(only visible from grub command-line)

Details:

Update manager installed the latest kernel, 2.6.32-29-generic-pae. After
reboot, I got the following message:

[] kernel panic - not syncing: VFS - Unable to mount root FS on
unknown block

Booting 2.6.32-28 worked fine. Things tried to no avail:
- Booting 2.6.32-29 again.
- Uninstalling 2.6.32-29 headers + image (dpkg -r --force-all), and updating 
again.
- Reinstalling again with synaptic this time, selecting all 2.6.32-29 packages, 
and ask for reinstall.
- Refreshing grub menu with sudo update-grub.
- Analyse boot_info_script. Nothing special. In particular both 32-28 and 32-29 
entries are pretty much the same
- Unpack & compare the content of the initrd files for 32-28 and 32-29 (looking 
for missing reiserfs module... but that would be really silly). Nothing 
special, they are exactly the same except module directory name

So I decided to go through grub command-line, and typed:
init (hd0,3)
linux /vmlinuz-2.6.32-29-generic-pae
initrd /initrd--> pressing  actually returned 3 files:

initrd.img-2.6.32-29-generic-pae..
initrd.img-2.6.32-28-generic-pae
initrd.img-2.6.32-27-generic-pae

Please note the *TRAILING DOTS* on the first line.

Now if I boot normally 2.6.32-28, there are no such trailing dots on this file:
$ ls /boot
initrd.img-2.6.32-29-generic-pae
initrd.img-2.6.32-28-generic-pae
initrd.img-2.6.32-27-generic-pae

At this stage, the following workarounds work:

# Rename the initrd file into something different 
$ sudo mv /boot/initrd.img-2.6.32-29-generic-pae /boot/foobar
$ sudo vi /boot/grub/grub.cfg
# Edit line 
# initrd /initrd.img-2.6.32-29-generic-pae
# into
# initrd /foobar

--- OR ---

# Add the 2 trailing dots in grub.cfg
$ sudo vi /boot/grub/grub.cfg
# Edit line 
# initrd /initrd.img-2.6.32-29-generic-pae
# into
# initrd /initrd.img-2.6.32-29-generic-pae..

What does *NOT* work (but is a complete mystery to me):

# Rename initrd into something and back to original name
$ cd /boot
$ sudo mv initrd.img-2.6.32-29-generic-pae  foobar
$ sudo mv foobar initrd.img-2.6.32-29-generic-pae

If I do this, the 2 trailing dots are back visible in grub

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-29-generic-pae 2.6.32-29.58
Regression: Yes
Reproducible: Yes
ProcVersionSignature: Ubuntu 2.6.32-29.58-generic-pae 2.6.32.28+drm33.13
Uname: Linux 2.6.32-29-generic-pae i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.21.
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  beq06659   2283 F pulseaudio
 /dev/snd/pcmC0D0p:   beq06659   2283 F...m pulseaudio
CRDA: Error: [Errno 2] No such file or directory
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf6adc000 irq 21'
   Mixer name   : 'Intel G45 DEVCTG'
   Components   : 'HDA:111d76b2,1028024f,00100302 
HDA:80862802,80860101,0010'
   Controls  : 24
   Simple ctrls  : 15
Date: Thu Mar  3 13:39:12 2011
HibernationDevice: RESUME=UUID=0cd35a3d-e99a-4a6a-ac42-372cc634a207
MachineType: Dell Inc. Latitude E6500
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-29-generic-pae 
root=UUID=4eade6b3-6a95-428d-addb-cfc53ca9bce0 ro quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.utf8
 SHELL=/bin/bash
RelatedPackageVersions: linux-firmware 1.34.3
SourcePackage: linux
dmi.bios.date: 12/21/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A19
dmi.board.name: 0W612R
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA19:bd12/21/2009:svnDellInc.:pnLatitudeE6500:pvr:rvnDellInc.:rn0W612R:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude E6500
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-bug i386 kconfig lucid needs-upstream-testing regression-release

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

Title:
  Kernel panic after update 2.6.32-29 because of trailing dots in
  /boot/initrd file

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


[Bug 440411] Re: spam of change events from drm/card0

2011-02-16 Thread Fuujuhi
Could someone tell me if she/he has a fix/workaround for this bug on *Lucid* ?
Can I kill the thing that generates the event? Can I tell some driver to 
completely ignore it?
I don't care if that's a manual workaround, as long as it remains on Lucid / 

I tried to install Kernel 2.6.35, but this was even more awful (keyboard
jammed so much that there a flood of events). Also I don't want to use
another kernel, because then it's trading for another set of issues.

Also, does somebody knows what the bug is really about? Ok, that's an
event from the graphic card (i915), occurs after suspend. But what is
this event about?

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

Title:
  spam of change events from drm/card0

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


[Bug 608201] Re: endless stream of uevents related to Intel onboard graphics

2011-02-16 Thread Fuujuhi
Hello,

I also suffer from this problem. It's on a DELL E6500, same graphic card (Intel 
Serie 4 stuff but rev07), using the i915 driver.
In the past I could tame the daemon with a "service udev stop" or something, 
but now, at least with the latest 2.6.32.28, that does not work anymore (there 
is still KERNEL event showing up with "udevadm monitor").

This is very annoying because I suspect that this bug interfers with my
wireless USB keyboard/mouse (losing some click event/keypress). I can't
tell for sure of course (could be wireless interference, g!), but
these interferences also occur after few days of suspend, so this might
be related.

Anyway, I'm open to any proposal, willing to test any kernel... but as
long as it remains on Lucid. This is my machine for daily work and I
can't upgrade it easily (nor am I willing to).

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

Title:
  endless stream of uevents related to Intel onboard graphics

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


[Bug 654152] Re: Intel Centrino Ultimate-N 6300 supports abg only

2011-01-24 Thread Fuujuhi
I have similar problem on the same wireless card, however on a HP
EliteBook 8540w.

However even when I set the router in B/G-Mixed, or G-only, the laptop
refuses to connect, or takes like 1 or 2 min to connect, and then
disconnects almost immediately after.

To rule out any hw issue, I booted in Win7, and there the card seems to
work fine (at least stable for the 5min I was logged in).

What I tried already:
 - temporarily disabled wireless security
 - tried router in B/G-Mixed, G-Only, B-only.
 - remove & add back iwlagn module, with and without 11n_disabled.

It's on Maverick, with
Linux griffin 2.6.35-24-generic #42-Ubuntu SMP Thu Dec 2 02:41:37 UTC 2010 
x86_64 GNU/Linux

What can I do to debug the issue? I don't find any relevant log on the
system that I could use to narrow down the problem. I don't care about
speed  since it's only for internet (so 802.11b/g is ok).

Kind regards

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

Title:
  Intel Centrino Ultimate-N 6300 supports abg only

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