[Kernel-packages] [Bug 1942935] Re: kernel io hangs during mdcheck/resync

2023-07-04 Thread Filip Hruska
** Also affects: linux-signed-hwe-5.15 (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-signed-hwe-5.15 in Ubuntu.
https://bugs.launchpad.net/bugs/1942935

Title:
  kernel io hangs during mdcheck/resync

Status in linux package in Ubuntu:
  Confirmed
Status in linux-signed-hwe-5.11 package in Ubuntu:
  Confirmed
Status in linux-signed-hwe-5.15 package in Ubuntu:
  New
Status in linux-signed-hwe-5.4 package in Ubuntu:
  Confirmed

Bug description:
  It seems to always occur during an mdcheck/resync, if I am logged in
  via SSH it is still somewhat responsive and basic utilities like dmesg
  will work.  But it apppears any write I/O will hang the terminal and
  nothing is written to syslog (presumably because it is blocked).

  Below is output of dmesg and cat /proc/mdstat, it appears the data
  check was interrupted and /proc/mdstat still shows progress, and a
  whole slew of hung tasks including md1_resync itself.

  [756484.534293] md: data-check of RAID array md0
  [756484.628039] md: delaying data-check of md1 until md0 has finished (they 
share one or more physical units)
  [756493.808773] md: md0: data-check done.
  [756493.829760] md: data-check of RAID array md1
  [778112.446410] md: md1: data-check interrupted.
  [810654.608102] md: data-check of RAID array md1
  [832291.201064] md: md1: data-check interrupted.
  [899745.389485] md: data-check of RAID array md1
  [921395.835305] md: md1: data-check interrupted.
  [921588.558834] INFO: task systemd-journal:376 blocked for more than 120 
seconds.
  [921588.558846]   Not tainted 5.11.0-27-generic #29~20.04.1-Ubuntu
  [921588.558850] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [921588.558854] task:systemd-journal state:D stack:0 pid:  376 ppid: 
1 flags:0x0220
  [921588.558859] Call Trace:
  [921588.558864]  __schedule+0x44c/0x8a0
  [921588.558872]  schedule+0x4f/0xc0
  [921588.558876]  md_write_start+0x150/0x240
  [921588.558880]  ? wait_woken+0x80/0x80
  [921588.558886]  raid5_make_request+0x88/0x890 [raid456]
  [921588.558898]  ? wait_woken+0x80/0x80
  [921588.558901]  ? mempool_kmalloc+0x17/0x20
  [921588.558904]  md_handle_request+0x12d/0x1a0
  [921588.558907]  ? __part_start_io_acct+0x51/0xf0
  [921588.558912]  md_submit_bio+0xca/0x100
  [921588.558915]  submit_bio_noacct+0x112/0x4f0
  [921588.558918]  ? ext4_fc_reserve_space+0x110/0x230
  [921588.558922]  submit_bio+0x51/0x1a0
  [921588.558925]  ? _cond_resched+0x19/0x30
  [921588.558928]  ? kmem_cache_alloc+0x38e/0x440
  [921588.558932]  ? ext4_init_io_end+0x1f/0x50
  [921588.558936]  ext4_io_submit+0x4d/0x60
  [921588.558940]  ext4_writepages+0x2c6/0xcd0
  [921588.558944]  do_writepages+0x43/0xd0
  [921588.558948]  ? do_writepages+0x43/0xd0
  [921588.558951]  ? fault_dirty_shared_page+0xa5/0x110
  [921588.558955]  __filemap_fdatawrite_range+0xcc/0x110
  [921588.558960]  file_write_and_wait_range+0x74/0xc0
  [921588.558962]  ext4_sync_file+0xf5/0x350
  [921588.558967]  vfs_fsync_range+0x49/0x80
  [921588.558970]  do_fsync+0x3d/0x70
  [921588.558973]  __x64_sys_fsync+0x14/0x20
  [921588.558976]  do_syscall_64+0x38/0x90
  [921588.558980]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  [921588.558984] RIP: 0033:0x7f4c97ee832b
  [921588.558987] RSP: 002b:7ffdceb29e50 EFLAGS: 0293 ORIG_RAX: 
004a
  [921588.558991] RAX: ffda RBX: 55ced34b0fa0 RCX: 
7f4c97ee832b
  [921588.558993] RDX: 7f4c97fc8000 RSI: 55ced3487b70 RDI: 
0021
  [921588.558995] RBP: 0001 R08:  R09: 
7ffdceb29fa8
  [921588.558996] R10: 7f4c97d2c848 R11: 0293 R12: 
7ffdceb29fa8
  [921588.558998] R13: 7ffdceb29fa0 R14: 55ced34b0fa0 R15: 
55ced34bcf90
  [921588.559014] INFO: task mysqld:1505 blocked for more than 120 seconds.
  [921588.559018]   Not tainted 5.11.0-27-generic #29~20.04.1-Ubuntu
  [921588.559022] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [921588.559025] task:mysqld  state:D stack:0 pid: 1505 ppid: 
1 flags:0x
  [921588.559030] Call Trace:
  [921588.559032]  __schedule+0x44c/0x8a0
  [921588.559036]  schedule+0x4f/0xc0
  [921588.559040]  md_write_start+0x150/0x240
  [921588.559044]  ? wait_woken+0x80/0x80
  [921588.559047]  raid5_make_request+0x88/0x890 [raid456]
  [921588.559056]  ? wait_woken+0x80/0x80
  [921588.559059]  ? mempool_kmalloc+0x17/0x20
  [921588.559062]  md_handle_request+0x12d/0x1a0
  [921588.559065]  ? __part_start_io_acct+0x51/0xf0
  [921588.559068]  md_submit_bio+0xca/0x100
  [921588.559071]  submit_bio_noacct+0x112/0x4f0
  [921588.559075]  submit_bio+0x51/0x1a0
  [921588.559077]  ? _cond_resched+0x19/0x30
  [921588.559081]  ? kmem_cache_alloc+0x38e/0x440
  [921588.559084]  ? ext4_init_io_end+0x1f/0x50
  [921588.559088]  ext4_io_submit+0x4d/0x60
  [921588.559091]  

[Kernel-packages] [Bug 1942935] Re: kernel io hangs during mdcheck/resync

2023-07-04 Thread Filip Hruska
Seeing this bug on Ubuntu 20.04 and Ubuntu 22.04 as well, with both
normal and HWE kernels.

To add some more information, this bug seems to randomly appear during
the initial RAID 6 creation process as well, where the array is mounted
but completely empty and not accessed - so it's likely to originate
within the mdadm resync process itself, unrelated to other system I/O
operations. Around 1 in 15 arrays will "freeze" during the initial
resync process in my experience, so it is not that uncommon
unfortunately.

The symptoms are always the same - at some point during resync, the
speeds will radically drop to single MB/s levels and continue degrading
over time until "echo active > /sys/block/mdX/md/array_state" is issued.
A minute or two after running that, the speeds ramp back up to normal.

This bug seems unrelated to hardware configuration, as I've seen it
happen across multiple systems with different CPU vendors, HBA models
and with different HDD sizes and vendors. Systems which were previously
stable under Ubuntu 18.04 started exhibiting freezes after upgrading to
20.04 as well.

It would also seem disabling mdcheck_start and mdcheck_continue is not
necessarily the magical bullet in fixing this, it certainly doesn't seem
to help with freezing during the initial resync. I have also seen
instances of mdadm scheduled resyncs freezing when triggered using the
old cronjob method, with both systemd services and timers masked off.

Dmesg from a freshly installed system where the initial resync "froze" 
approximately 15 hours after the array was created:
mdadm --create /dev/md1 --level=6 --raid-devices=6 /dev/sd[cdefgh]
mkfs.ext4 /dev/md1
mount -o errors=remount-ro /dev/md1 /srv


[Jul 4 00:18] md/raid:md1: not clean -- starting background reconstruction
[  +0.62] md/raid:md1: device sdh operational as raid disk 5
[  +0.02] md/raid:md1: device sdg operational as raid disk 4
[  +0.01] md/raid:md1: device sdf operational as raid disk 3
[  +0.01] md/raid:md1: device sde operational as raid disk 2
[  +0.01] md/raid:md1: device sdd operational as raid disk 1
[  +0.01] md/raid:md1: device sdc operational as raid disk 0
[  +0.002104] md/raid:md1: raid level 6 active with 6 out of 6 devices, 
algorithm 2
[  +0.048241] md1: detected capacity change from 0 to 72000290684928
[  +0.66] md: resync of RAID array md1
[Jul 4 00:32] EXT4-fs (md1): mounted filesystem with ordered data mode. Opts: 
errors=remount-ro
[Jul 4 02:39] perf: interrupt took too long (2522 > 2500), lowering 
kernel.perf_event_max_sample_rate to 79250
[Jul 4 04:36] perf: interrupt took too long (3155 > 3152), lowering 
kernel.perf_event_max_sample_rate to 63250
[Jul 4 15:22] INFO: task md1_raid6:5688 blocked for more than 120 seconds.
[  +0.59]   Not tainted 5.4.0-153-generic #170-Ubuntu
[  +0.32] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this 
message.
[  +0.45] md1_raid6   D0  5688  2 0x80004000
[  +0.04] Call Trace:
[  +0.11]  __schedule+0x2e3/0x740
[  +0.05]  schedule+0x42/0xb0
[  +0.11]  raid5d+0x3e6/0x5f0 [raid456]
[  +0.05]  ? try_to_del_timer_sync+0x54/0x80
[  +0.05]  ? schedule_timeout+0x92/0x160
[  +0.04]  ? __wake_up_pollfree+0x40/0x40
[  +0.04]  md_thread+0x97/0x160
[  +0.03]  ? __wake_up_pollfree+0x40/0x40
[  +0.04]  kthread+0x104/0x140
[  +0.03]  ? md_start_sync+0x60/0x60
[  +0.03]  ? kthread_park+0x90/0x90
[  +0.02]  ret_from_fork+0x1f/0x40
[  +0.05] INFO: task md1_resync:5724 blocked for more than 120 seconds.
[  +0.39]   Not tainted 5.4.0-153-generic #170-Ubuntu
[  +0.31] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this 
message.
[  +0.44] md1_resync  D0  5724  2 0x80004000
[  +0.02] Call Trace:
[  +0.05]  __schedule+0x2e3/0x740
[  +0.04]  schedule+0x42/0xb0
[  +0.07]  raid5_get_active_stripe+0x459/0x610 [raid456]
[  +0.03]  ? __wake_up_pollfree+0x40/0x40
[  +0.07]  raid5_sync_request+0x38b/0x3b0 [raid456]
[  +0.04]  ? cpumask_next+0x1b/0x20
[  +0.03]  ? is_mddev_idle+0xc1/0x11e
[  +0.04]  md_do_sync.cold+0x3ef/0x992
[  +0.05]  ? sched_clock+0x9/0x10
[  +0.03]  ? __wake_up_pollfree+0x40/0x40
[  +0.04]  md_thread+0x97/0x160
[  +0.04]  kthread+0x104/0x140
[  +0.02]  ? md_start_sync+0x60/0x60
[  +0.03]  ? kthread_park+0x90/0x90
[  +0.03]  ret_from_fork+0x1f/0x40
[  +0.03] INFO: task jbd2/md1-8:6099 blocked for more than 120 seconds.
[  +0.38]   Not tainted 5.4.0-153-generic #170-Ubuntu
[  +0.31] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this 
message.
[  +0.43] jbd2/md1-8  D0  6099  2 0x80004000
[  +0.01] Call Trace:
[  +0.04]  __schedule+0x2e3/0x740
[  +0.03]  ? __wake_up_common_lock+0x8a/0xc0
[  +0.04]  schedule+0x42/0xb0
[  +0.05]  jbd2_journal_commit_transaction+0x24e/0x18b0
[  +0.04]  ? dequeue_entity+0x118/0x460
[  +0.02]  ? 

[Kernel-packages] [Bug 2000792] [NEW] Source not comile because of missing Makefile

2022-12-30 Thread Filip Roland
Public bug reported:

linux-raspi source code which downloaded from repository by '$ sudo apt
source linux-image-5.15.0-1021-raspi' with kernel option
CONFIG_STRICT_DEVMEM=n not compile by 'sudo make'

The error message:

scripts/Makefile.build:44: arch/arm64/boot/dts/overlays/Makefile: No such file 
or directory
make[2]: *** No rule to make target 'arch/arm64/boot/dts/overlays/Makefile'.  
Stop.
make[1]: *** [scripts/Makefile.build:560: arch/arm64/boot/dts/overlays] Error 2
make: *** [Makefile:1442: dtbs] Error 2

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi in Ubuntu.
https://bugs.launchpad.net/bugs/2000792

Title:
  Source not comile because of missing Makefile

Status in linux-raspi package in Ubuntu:
  New

Bug description:
  linux-raspi source code which downloaded from repository by '$ sudo
  apt source linux-image-5.15.0-1021-raspi' with kernel option
  CONFIG_STRICT_DEVMEM=n not compile by 'sudo make'

  The error message:

  scripts/Makefile.build:44: arch/arm64/boot/dts/overlays/Makefile: No such 
file or directory
  make[2]: *** No rule to make target 'arch/arm64/boot/dts/overlays/Makefile'.  
Stop.
  make[1]: *** [scripts/Makefile.build:560: arch/arm64/boot/dts/overlays] Error 
2
  make: *** [Makefile:1442: dtbs] Error 2

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2000786] [NEW] Source not compile with default gcc-11 - comipe fails on lz4_decompress.c

2022-12-30 Thread Filip Roland
Public bug reported:

linux-raspi source code which downloaded from repository by '$ sudo apt
source linux-image-5.15.0-1021-raspi' with kernel option
CONFIG_STRICT_DEVMEM=n not compile by 'sudo make' if gcc = gcc-11 (gcc
11.3.0) which is the default on Debian 22.04 LTS. The make/gcc fail on
lz4_decompress.c

Details see at: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108232

With gcc-12 the compile go through lz4_decompress.c

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi in Ubuntu.
https://bugs.launchpad.net/bugs/2000786

Title:
  Source not compile with default gcc-11 - comipe fails on
  lz4_decompress.c

Status in linux-raspi package in Ubuntu:
  New

Bug description:
  linux-raspi source code which downloaded from repository by '$ sudo
  apt source linux-image-5.15.0-1021-raspi' with kernel option
  CONFIG_STRICT_DEVMEM=n not compile by 'sudo make' if gcc = gcc-11 (gcc
  11.3.0) which is the default on Debian 22.04 LTS. The make/gcc fail on
  lz4_decompress.c

  Details see at: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108232

  With gcc-12 the compile go through lz4_decompress.c

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1930629] [NEW] Raspberry pi 4 USB controller randomly crashes

2021-06-02 Thread Filip Weiss
Public bug reported:

My raspberry pi 4 running Ubuntu 20.04 server is constantly having trouble the 
the usb controller.
I have 2 externally powered USB hubs connected that have a few HDDs plugged in.

After a seemingly random amount of time (between 1 minute and 2 days)
the usb controller will crash completely. No USB devices are detected
anymore after that, i have to reboot the system.

I have tried:
* Providing a lot of cooling (metal case + desktop size fan)
* Switching the USB Hubs to a different brand
* Switching the power supply of the USB hubs
* Switching the power supply of the raspberry

Nothing helped, so i concluded that this probably is a kernel bug. I
think the USB controller should not crash at the very least.

I've attached my dmesg.

lsb_release -rd
  Description:  Ubuntu 20.04.2 LTS
  Release:  20.04

linux-raspi version: 5.4.0.1035.70

uname -a
  Linux pi 5.4.0-1035-raspi #38-Ubuntu SMP PREEMPT Tue Apr 20 21:37:03 UTC 2021 
aarch64 aarch64 aarch64 GNU/Linux

lsusb (after crash)
  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

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

** Attachment added: "dmesg output"
   
https://bugs.launchpad.net/bugs/1930629/+attachment/5501970/+files/pi.dmesg.log

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-raspi in Ubuntu.
https://bugs.launchpad.net/bugs/1930629

Title:
  Raspberry pi 4 USB controller randomly crashes

Status in linux-raspi package in Ubuntu:
  New

Bug description:
  My raspberry pi 4 running Ubuntu 20.04 server is constantly having trouble 
the the usb controller.
  I have 2 externally powered USB hubs connected that have a few HDDs plugged 
in.

  After a seemingly random amount of time (between 1 minute and 2 days)
  the usb controller will crash completely. No USB devices are detected
  anymore after that, i have to reboot the system.

  I have tried:
  * Providing a lot of cooling (metal case + desktop size fan)
  * Switching the USB Hubs to a different brand
  * Switching the power supply of the USB hubs
  * Switching the power supply of the raspberry

  Nothing helped, so i concluded that this probably is a kernel bug. I
  think the USB controller should not crash at the very least.

  I've attached my dmesg.

  lsb_release -rd
Description:Ubuntu 20.04.2 LTS
Release:20.04

  linux-raspi version: 5.4.0.1035.70

  uname -a
Linux pi 5.4.0-1035-raspi #38-Ubuntu SMP PREEMPT Tue Apr 20 21:37:03 UTC 
2021 aarch64 aarch64 aarch64 GNU/Linux

  lsusb (after crash)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1861610] Re: 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

2020-08-10 Thread Filip Bočinec
Tried method in #66 with sed line from #67 but the problem persists. Notebook 
is ThinkBook 15 IIL. Any suggestions? Maybe I am doing something wrong, I am 
relatively beginner. 
Output of 'lsmod | grep i2c':
i2c_algo_bit   16384  1 i915
i2c_i801   32768  0
 
Thanks

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-oem-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1861610

Title:
  'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

Status in linux package in Ubuntu:
  Fix Released
Status in linux-oem-5.6 package in Ubuntu:
  Fix Released
Status in linux-oem-osp1 package in Ubuntu:
  Invalid
Status in linux source package in Bionic:
  Fix Released
Status in linux-oem-5.6 source package in Bionic:
  Invalid
Status in linux-oem-osp1 source package in Bionic:
  Fix Released
Status in linux source package in Eoan:
  Fix Released
Status in linux-oem-5.6 source package in Eoan:
  Invalid
Status in linux-oem-osp1 source package in Eoan:
  Fix Released
Status in linux source package in Focal:
  Fix Released
Status in linux-oem-5.6 source package in Focal:
  Fix Released
Status in linux-oem-osp1 source package in Focal:
  Invalid

Bug description:
  [SRU Justification]

  [Impact]
  Touchpad function unavailable on some platforms with new ELAN touchpad
  HIDs.

  [Fix]
  
https://lore.kernel.org/linux-input/000201d5a8bd$9fead3f0$dfc07bd0$@emc.com.tw/
  required to match these currently unsupported IDs.

  [Test Case]
  1. check if platform is affected, e.g. with ELAN0634:

 $ sudo acpidump | grep -C3 ELAN
 2A060: 49 4E 54 31 70 0A 20 49 44 41 44 A4 84 53 42 46 INT1p.IDAD..SBF
 2A070: 53 53 42 46 49 00 5B 82 42 0E 54 50 44 32 08 5F SSBFI.[.B.TPD2._
 2A080: 41 44 52 00 08 49 44 41 44 00 08 48 49 44 32 00 ADR..IDAD..HID2.
 2A090: 08 5F 48 49 44 0D 45 4C 41 4E 30 36 33 34 00 08 ._HID.ELAN0634..
 2A0A0: 5F 43 49 44 0D 50 4E 50 30 43 35 30 00 08 5F 55 _CID.PNP0C50.._U
 2A0B0: 49 44 01 14 4B 04 5F 44 53 4D 04 A0 3C 93 68 11 ID..K._DSM..<.h.
 2A0C0: 13 0A 10 F7 F6 DF 3C 67 42 55 45 AD 05 B3 0A 3D ..https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861610/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1818802] Re: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails after a while

2019-06-11 Thread Filip Golab
Hey, Im not quite sure how I can reopen it, if you could tell me I would
do it for you. For me this issue had fixed randomly before I upgraded to
19.04 and was not pressent since then.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1818802

Title:
  [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails
  after a while

Status in linux package in Ubuntu:
  Expired
Status in pulseaudio package in Ubuntu:
  Expired

Bug description:
  Audio dies after few seconds, returns after few minutes and dies again

  filip@ux433:~$ lsb_release -rd
  Description:  Ubuntu 18.10
  Release:  18.10

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  Uname: Linux 4.20.14-042014-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  8566 F pulseaudio
   /dev/snd/pcmC0D0p:   filip  8566 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar  6 10:11:01 2019
  InstallationDate: Installed on 2019-01-05 (59 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulseAudioLog: mar 06 10:04:08 ux433 dbus-daemon[3008]: [system] 
Activating via systemd: service name='org.freedesktop.RealtimeKit1' 
unit='rtkit-daemon.service' requested by ':1.37' (uid=121 pid=6142 
comm="/usr/bin/pulseaudio --daemonize=no ")
  Symptom_Type: Sound works for a while, then breaks
  Title: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails 
after a while
  UpgradeStatus: Upgraded to cosmic on 2019-01-28 (36 days ago)
  dmi.bios.date: 11/21/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX433FN.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX433FN
  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.:bvrUX433FN.301:bd11/21/2018:svnASUSTeKCOMPUTERINC.:pnZenBookUX433FN_UX433FN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX433FN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX433FN_UX433FN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1818802] Re: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails after a while

2019-03-19 Thread Filip Golab
It*

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1818802

Title:
  [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails
  after a while

Status in linux package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Audio dies after few seconds, returns after few minutes and dies again

  filip@ux433:~$ lsb_release -rd
  Description:  Ubuntu 18.10
  Release:  18.10

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  Uname: Linux 4.20.14-042014-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  8566 F pulseaudio
   /dev/snd/pcmC0D0p:   filip  8566 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar  6 10:11:01 2019
  InstallationDate: Installed on 2019-01-05 (59 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulseAudioLog: mar 06 10:04:08 ux433 dbus-daemon[3008]: [system] 
Activating via systemd: service name='org.freedesktop.RealtimeKit1' 
unit='rtkit-daemon.service' requested by ':1.37' (uid=121 pid=6142 
comm="/usr/bin/pulseaudio --daemonize=no ")
  Symptom_Type: Sound works for a while, then breaks
  Title: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails 
after a while
  UpgradeStatus: Upgraded to cosmic on 2019-01-28 (36 days ago)
  dmi.bios.date: 11/21/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX433FN.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX433FN
  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.:bvrUX433FN.301:bd11/21/2018:svnASUSTeKCOMPUTERINC.:pnZenBookUX433FN_UX433FN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX433FN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX433FN_UX433FN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1818802] Re: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails after a while

2019-03-19 Thread Filip Golab
I did return yesterday. I uploaded the files you requested before.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1818802

Title:
  [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails
  after a while

Status in linux package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Audio dies after few seconds, returns after few minutes and dies again

  filip@ux433:~$ lsb_release -rd
  Description:  Ubuntu 18.10
  Release:  18.10

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  Uname: Linux 4.20.14-042014-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  8566 F pulseaudio
   /dev/snd/pcmC0D0p:   filip  8566 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar  6 10:11:01 2019
  InstallationDate: Installed on 2019-01-05 (59 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulseAudioLog: mar 06 10:04:08 ux433 dbus-daemon[3008]: [system] 
Activating via systemd: service name='org.freedesktop.RealtimeKit1' 
unit='rtkit-daemon.service' requested by ':1.37' (uid=121 pid=6142 
comm="/usr/bin/pulseaudio --daemonize=no ")
  Symptom_Type: Sound works for a while, then breaks
  Title: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails 
after a while
  UpgradeStatus: Upgraded to cosmic on 2019-01-28 (36 days ago)
  dmi.bios.date: 11/21/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX433FN.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX433FN
  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.:bvrUX433FN.301:bd11/21/2018:svnASUSTeKCOMPUTERINC.:pnZenBookUX433FN_UX433FN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX433FN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX433FN_UX433FN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1818802] Re: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails after a while

2019-03-18 Thread Filip Golab
** Attachment added: "dmesgafter.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818802/+attachment/5247408/+files/dmesgafter.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1818802

Title:
  [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails
  after a while

Status in linux package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Audio dies after few seconds, returns after few minutes and dies again

  filip@ux433:~$ lsb_release -rd
  Description:  Ubuntu 18.10
  Release:  18.10

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  Uname: Linux 4.20.14-042014-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  8566 F pulseaudio
   /dev/snd/pcmC0D0p:   filip  8566 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar  6 10:11:01 2019
  InstallationDate: Installed on 2019-01-05 (59 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulseAudioLog: mar 06 10:04:08 ux433 dbus-daemon[3008]: [system] 
Activating via systemd: service name='org.freedesktop.RealtimeKit1' 
unit='rtkit-daemon.service' requested by ':1.37' (uid=121 pid=6142 
comm="/usr/bin/pulseaudio --daemonize=no ")
  Symptom_Type: Sound works for a while, then breaks
  Title: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails 
after a while
  UpgradeStatus: Upgraded to cosmic on 2019-01-28 (36 days ago)
  dmi.bios.date: 11/21/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX433FN.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX433FN
  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.:bvrUX433FN.301:bd11/21/2018:svnASUSTeKCOMPUTERINC.:pnZenBookUX433FN_UX433FN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX433FN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX433FN_UX433FN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1818802] Re: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails after a while

2019-03-18 Thread Filip Golab
** Attachment added: "journalafter.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818802/+attachment/5247407/+files/journalafter.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1818802

Title:
  [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails
  after a while

Status in linux package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Audio dies after few seconds, returns after few minutes and dies again

  filip@ux433:~$ lsb_release -rd
  Description:  Ubuntu 18.10
  Release:  18.10

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  Uname: Linux 4.20.14-042014-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  8566 F pulseaudio
   /dev/snd/pcmC0D0p:   filip  8566 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar  6 10:11:01 2019
  InstallationDate: Installed on 2019-01-05 (59 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulseAudioLog: mar 06 10:04:08 ux433 dbus-daemon[3008]: [system] 
Activating via systemd: service name='org.freedesktop.RealtimeKit1' 
unit='rtkit-daemon.service' requested by ':1.37' (uid=121 pid=6142 
comm="/usr/bin/pulseaudio --daemonize=no ")
  Symptom_Type: Sound works for a while, then breaks
  Title: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails 
after a while
  UpgradeStatus: Upgraded to cosmic on 2019-01-28 (36 days ago)
  dmi.bios.date: 11/21/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX433FN.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX433FN
  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.:bvrUX433FN.301:bd11/21/2018:svnASUSTeKCOMPUTERINC.:pnZenBookUX433FN_UX433FN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX433FN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX433FN_UX433FN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1818802] Re: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails after a while

2019-03-14 Thread Filip Golab
I was not able to replicate this bug for couple of days, thats why I
have not uploaded files you requested. I'm not sure if it's gone, or is
it just temporary. It used to affect both speakers and headphones. I
will let you know when it's back

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1818802

Title:
  [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails
  after a while

Status in linux package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Audio dies after few seconds, returns after few minutes and dies again

  filip@ux433:~$ lsb_release -rd
  Description:  Ubuntu 18.10
  Release:  18.10

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  Uname: Linux 4.20.14-042014-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  8566 F pulseaudio
   /dev/snd/pcmC0D0p:   filip  8566 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar  6 10:11:01 2019
  InstallationDate: Installed on 2019-01-05 (59 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulseAudioLog: mar 06 10:04:08 ux433 dbus-daemon[3008]: [system] 
Activating via systemd: service name='org.freedesktop.RealtimeKit1' 
unit='rtkit-daemon.service' requested by ':1.37' (uid=121 pid=6142 
comm="/usr/bin/pulseaudio --daemonize=no ")
  Symptom_Type: Sound works for a while, then breaks
  Title: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails 
after a while
  UpgradeStatus: Upgraded to cosmic on 2019-01-28 (36 days ago)
  dmi.bios.date: 11/21/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX433FN.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX433FN
  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.:bvrUX433FN.301:bd11/21/2018:svnASUSTeKCOMPUTERINC.:pnZenBookUX433FN_UX433FN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX433FN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX433FN_UX433FN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1818802] Re: [ZenBook UX433FN_UX433FN] Audio only works when the laptop is plugged in or the battery % is above 20 - 40%

2019-03-11 Thread Filip Golab
Hello, it seems like now audio is not working even when on full battery
or plugged in. It's so weird.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1818802

Title:
  [ZenBook UX433FN_UX433FN] Audio only works when the laptop is plugged
  in or the battery % is above 20 - 40%

Status in linux package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Audio dies after few seconds, returns after few minutes and dies again

  filip@ux433:~$ lsb_release -rd
  Description:  Ubuntu 18.10
  Release:  18.10

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  Uname: Linux 4.20.14-042014-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  8566 F pulseaudio
   /dev/snd/pcmC0D0p:   filip  8566 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar  6 10:11:01 2019
  InstallationDate: Installed on 2019-01-05 (59 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulseAudioLog: mar 06 10:04:08 ux433 dbus-daemon[3008]: [system] 
Activating via systemd: service name='org.freedesktop.RealtimeKit1' 
unit='rtkit-daemon.service' requested by ':1.37' (uid=121 pid=6142 
comm="/usr/bin/pulseaudio --daemonize=no ")
  Symptom_Type: Sound works for a while, then breaks
  Title: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails 
after a while
  UpgradeStatus: Upgraded to cosmic on 2019-01-28 (36 days ago)
  dmi.bios.date: 11/21/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX433FN.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX433FN
  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.:bvrUX433FN.301:bd11/21/2018:svnASUSTeKCOMPUTERINC.:pnZenBookUX433FN_UX433FN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX433FN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX433FN_UX433FN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1818802] Re: [ZenBook UX433FN_UX433FN] Audio only works when the laptop is plugged in or the battery % is above 20 - 40%

2019-03-11 Thread Filip Golab
There you go

** Attachment added: "allpackages.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1818802/+attachment/5245381/+files/allpackages.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1818802

Title:
  [ZenBook UX433FN_UX433FN] Audio only works when the laptop is plugged
  in or the battery % is above 20 - 40%

Status in linux package in Ubuntu:
  Incomplete
Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  Audio dies after few seconds, returns after few minutes and dies again

  filip@ux433:~$ lsb_release -rd
  Description:  Ubuntu 18.10
  Release:  18.10

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  Uname: Linux 4.20.14-042014-generic x86_64
  ApportVersion: 2.20.10-0ubuntu13.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  8566 F pulseaudio
   /dev/snd/pcmC0D0p:   filip  8566 F...m pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Wed Mar  6 10:11:01 2019
  InstallationDate: Installed on 2019-01-05 (59 days ago)
  InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  PackageArchitecture: all
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Speaker, Internal
  Symptom_PulseAudioLog: mar 06 10:04:08 ux433 dbus-daemon[3008]: [system] 
Activating via systemd: service name='org.freedesktop.RealtimeKit1' 
unit='rtkit-daemon.service' requested by ':1.37' (uid=121 pid=6142 
comm="/usr/bin/pulseaudio --daemonize=no ")
  Symptom_Type: Sound works for a while, then breaks
  Title: [ZenBook UX433FN_UX433FN, Realtek ALC294, Speaker, Internal] fails 
after a while
  UpgradeStatus: Upgraded to cosmic on 2019-01-28 (36 days ago)
  dmi.bios.date: 11/21/2018
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX433FN.301
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX433FN
  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.:bvrUX433FN.301:bd11/21/2018:svnASUSTeKCOMPUTERINC.:pnZenBookUX433FN_UX433FN:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX433FN:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: ZenBook
  dmi.product.name: ZenBook UX433FN_UX433FN
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1768976] Re: Ubuntu 18.04 is overheating after upgrade from 16.04

2018-07-14 Thread Filip Sabo
Same here, fresh installation of Ubuntu, Samsung npv300.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1768976

Title:
  Ubuntu 18.04 is overheating after upgrade from 16.04

Status in linux package in Ubuntu:
  Incomplete
Status in xserver-xorg-video-nouveau package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu is overheating at my laptop. Opening youtube on firefox is
  enough for critical temperature shutdown.

  Using lm-sensors for monitoring on 18.04 the temp varies between 70 and 85°C 
with only firefox or chrome open and doing nothing. 
  On my old 16.04 with same using, the temp varies between 55 and 70°C.

  First thought was the driver nouveau is the problem, and finally I was
  able to install by add "nouveau.modeset=0" at livecd boot options,
  without temp shutdown.

  After install I disable the nouveau at modprobe blacklist, but the
  system continues overheating and shutdown with basic usage.

  
  I have no idea what's happening with the bionic at my laptop.

  My laptop is a Samsung RF411 i5 2nd Generation and Geforce 540M.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-release-upgrader-core 1:18.04.17
  ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
  Uname: Linux 4.15.0-20-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu7
  Architecture: amd64
  CrashDB: ubuntu
  CurrentDesktop: ubuntu:GNOME
  Date: Thu May  3 16:22:40 2018
  InstallationDate: Installed on 2018-04-27 (6 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDistupgradeAptHistorylog:
   Start-Date: 2018-04-27  15:46:02
   End-Date: 2018-04-27  15:46:02
  VarLogDistupgradeAptlog:
   Log time: 2018-04-27 15:45:39.753331
   Starting pkgProblemResolver with broken count: 0
   Starting 2 pkgProblemResolver with broken count: 0
   Done
   Log time: 2018-04-27 15:46:04.859979
  VarLogDistupgradeApttermlog:
   Log started: 2018-04-27  15:46:02
   Log ended: 2018-04-27  15:46:02
  --- 
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.9-0ubuntu7.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  edir   2354 F pulseaudio
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroRelease: Ubuntu 18.04
  DistroVariant: ubuntu
  DkmsStatus:
   bcmwl, 6.30.223.271+bdcom, 4.15.0-20-generic, x86_64: installed
   bcmwl, 6.30.223.271+bdcom, 4.15.0-22-generic, x86_64: installed
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0116] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: Samsung Electronics Co Ltd 2nd Generation Core Processor Family 
Integrated Graphics Controller [144d:c0a5]
 Subsystem: Samsung Electronics Co Ltd GF108M [GeForce GT 540M] [144d:c0a5]
  HibernationDevice: RESUME=UUID=e7a61aee-64c2-4c88-b4e1-4de481d0f88d
  InstallationDate: Installed on 2018-04-27 (36 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. RF511/RF411/RF711
  NonfreeKernelModules: wl
  Package: xserver-xorg-video-nouveau 1:1.0.15-2
  PackageArchitecture: amd64
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-22-generic 
root=UUID=db38a22c-0e9f-4e1a-b9f7-f7aac2544394 ro quiet splash nouveau.runpm=0
  ProcVersionSignature: Ubuntu 4.15.0-22.24-generic 4.15.17
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions:
   linux-restricted-modules-4.15.0-22-generic N/A
   linux-backports-modules-4.15.0-22-generic  N/A
   linux-firmware 1.173.1
  Tags:  bionic ubuntu
  Uname: Linux 4.15.0-22-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 04/26/2011
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 10HX.M034.20110426.SSH
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: RF511/RF411/RF711
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: 10HX
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr10HX.M034.20110426.SSH:bd04/26/2011:svnSAMSUNGELECTRONICSCO.,LTD.:pnRF511/RF411/RF711:pvr10HX:rvnSAMSUNGELECTRONICSCO.,LTD.:rnRF511/RF411/RF711:rvr10HX:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: RF511/RF411/RF711
 

[Kernel-packages] [Bug 405294] Re: a2dp skips terribly

2016-12-08 Thread Filip
One thing which I have notices just now, when I start downloading
something it get's much worse

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/405294

Title:
  a2dp skips terribly

Status in PulseAudio:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  As I upgraded to the Karmic alpha, bluetooth audio (via a2dp) stopped
  working properly. It was working fine in Jaunty.

  My headphones are detected and configured by pulse, but the audio
  skips as if it's spending half of each second paused. Music is
  buffered so that after I click stop on rhythmbox (or whatever--it
  happens with whatever player I use) the audio continues until it's
  caught up.

  syslog is full of the following lines:
  Jul 27 08:55:45 carlin1 pulseaudio[3218]: alsa-source.c: Increasing minimal 
latency to 1.00 ms
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
15128 us (= 2668 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
36586 us (= 6452 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
35593 us (= 6276 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
36597 us (= 6452 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
32601 us (= 5748 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
32589 us (= 5748 bytes) in audio stream

  This is with
  bluez 4.45-0ubuntu4
  pulseaudio1:0.9.15-4ubuntu2 0

  pulseaudio version 1:0.9.16~test2-0ubuntu1~ppa3 from ubuntu-audio-dev
  didn't help.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 405294] Re: a2dp skips terribly

2016-12-08 Thread Filip
Can confirm for ubuntu 16.04.1, have same issue as Dan, tried everything
from previous posts but nothing works..

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/405294

Title:
  a2dp skips terribly

Status in PulseAudio:
  Confirmed
Status in bluez package in Ubuntu:
  Confirmed
Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  As I upgraded to the Karmic alpha, bluetooth audio (via a2dp) stopped
  working properly. It was working fine in Jaunty.

  My headphones are detected and configured by pulse, but the audio
  skips as if it's spending half of each second paused. Music is
  buffered so that after I click stop on rhythmbox (or whatever--it
  happens with whatever player I use) the audio continues until it's
  caught up.

  syslog is full of the following lines:
  Jul 27 08:55:45 carlin1 pulseaudio[3218]: alsa-source.c: Increasing minimal 
latency to 1.00 ms
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
15128 us (= 2668 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
36586 us (= 6452 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
35593 us (= 6276 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
36597 us (= 6452 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
32601 us (= 5748 bytes) in audio stream
  Jul 27 08:55:46 carlin1 pulseaudio[3218]: module-bluetooth-device.c: Skipping 
32589 us (= 5748 bytes) in audio stream

  This is with
  bluez 4.45-0ubuntu4
  pulseaudio1:0.9.15-4ubuntu2 0

  pulseaudio version 1:0.9.16~test2-0ubuntu1~ppa3 from ubuntu-audio-dev
  didn't help.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1645550] [NEW] package linux-headers-4.4.0-47-lowlatency 4.4.0-47.68 failed to install/upgrade: Paket linux-headers-4.4.0-47-lowlatency ist nicht bereit zur Konfiguration kann

2016-11-28 Thread Filip
Public bug reported:

maybe this problem arise do to a change of the kernel, but also I saw an
old problem came again up with a error, but I dont know more which
exatly.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-headers-4.4.0-47-lowlatency 4.4.0-47.68
ProcVersionSignature: Ubuntu 4.4.0-47.68-lowlatency 4.4.24
Uname: Linux 4.4.0-47-lowlatency i686
NonfreeKernelModules: wl
ApportVersion: 2.20.1-0ubuntu2.1
AptOrdering:
 linux-headers-4.4.0-47-lowlatency: Configure
 NULL: ConfigurePending
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  nil2418 F pulseaudio
Date: Mon Nov 28 04:54:10 2016
ErrorMessage: Paket linux-headers-4.4.0-47-lowlatency ist nicht bereit zur 
Konfiguration  kann nicht konfiguriert werden (momentaner Status 
»half-installed«)
HibernationDevice: RESUME=UUID=711cf0f9-ff06-4687-8770-0cfd16c0aa34
InstallationDate: Installed on 2016-11-21 (7 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release i386 (20160719)
MachineType: SAMSUNG ELECTRONICS CO., LTD. N150P/N210P/N220P
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-lowlatency 
root=UUID=7a82e027-dfc6-4b7d-aff8-69accc092531 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.2
SourcePackage: linux
Title: package linux-headers-4.4.0-47-lowlatency 4.4.0-47.68 failed to 
install/upgrade: Paket linux-headers-4.4.0-47-lowlatency ist nicht bereit zur 
Konfiguration  kann nicht konfiguriert werden (momentaner Status 
»half-installed«)
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/17/2010
dmi.bios.vendor: Phoenix Technologies Ltd.
dmi.bios.version: 02KY.M021.20101217.RHU
dmi.board.asset.tag: SAMSUNG
dmi.board.name: N150P/N210P/N220P
dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr02KY.M021.20101217.RHU:bd12/17/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnN150P/N210P/N220P:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnN150P/N210P/N220P:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct10:cvrN/A:
dmi.product.name: N150P/N210P/N220P
dmi.product.version: Not Applicable
dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.

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


** Tags: apport-package i386 xenial

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1645550

Title:
  package linux-headers-4.4.0-47-lowlatency 4.4.0-47.68 failed to
  install/upgrade: Paket linux-headers-4.4.0-47-lowlatency ist nicht
  bereit zur Konfiguration  kann nicht konfiguriert werden (momentaner
  Status »half-installed«)

Status in linux package in Ubuntu:
  New

Bug description:
  maybe this problem arise do to a change of the kernel, but also I saw
  an old problem came again up with a error, but I dont know more which
  exatly.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: linux-headers-4.4.0-47-lowlatency 4.4.0-47.68
  ProcVersionSignature: Ubuntu 4.4.0-47.68-lowlatency 4.4.24
  Uname: Linux 4.4.0-47-lowlatency i686
  NonfreeKernelModules: wl
  ApportVersion: 2.20.1-0ubuntu2.1
  AptOrdering:
   linux-headers-4.4.0-47-lowlatency: Configure
   NULL: ConfigurePending
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  nil2418 F pulseaudio
  Date: Mon Nov 28 04:54:10 2016
  ErrorMessage: Paket linux-headers-4.4.0-47-lowlatency ist nicht bereit zur 
Konfiguration  kann nicht konfiguriert werden (momentaner Status 
»half-installed«)
  HibernationDevice: RESUME=UUID=711cf0f9-ff06-4687-8770-0cfd16c0aa34
  InstallationDate: Installed on 2016-11-21 (7 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release i386 (20160719)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. N150P/N210P/N220P
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-47-lowlatency 
root=UUID=7a82e027-dfc6-4b7d-aff8-69accc092531 ro quiet splash vt.handoff=7
  PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
  RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.2
  SourcePackage: linux
  Title: package linux-headers-4.4.0-47-lowlatency 4.4.0-47.68 failed to 
install/upgrade: Paket linux-headers-4.4.0-47-lowlatency ist nicht bereit zur 
Konfiguration  kann nicht konfiguriert werden (momentaner Status 
»half-installed«)
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/17/2010
  dmi.bios.vendor: Phoenix Technologies Ltd.
  

[Kernel-packages] [Bug 1491761] Re: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and 15.04

2015-09-20 Thread filip
switched to nouveau driver

filip@cq71:~$ uname -r
4.3.0-040300rc1-generic

bug still exist. 
networkmanager doesn't find any cabled network.
i suspect that my card isn't supported by the r8169 driver module or that the 
specific hw adress needs to be added.

Sep 20 15:36:59 cq71 NetworkManager[619]:  SCPlugin-Ofono: Acquired D-Bus 
service com.canonical.NMOfono
Sep 20 15:36:59 cq71 NetworkManager[619]:  SCPlugin-Ofono: init!
Sep 20 15:36:59 cq71 NetworkManager[619]:  SCPlugin-Ofono: end _init.
Sep 20 15:36:59 cq71 NetworkManager[619]:  Loaded plugin ofono: (C) 2013 
Canonical Ltd.  To report bugs please use the NetworkManager mailing list.
Sep 20 15:36:59 cq71 NetworkManager[619]:  (15569248) ... get_connections.
Sep 20 15:36:59 cq71 NetworkManager[619]:  (15569248) ... get_connections 
(managed=false): return empty list.
Sep 20 15:36:59 cq71 NetworkManager[619]: (NetworkManager:619): GLib-CRITICAL 
**: g_dir_read_name: assertion 'dir != NULL' failed
Sep 20 15:36:59 cq71 dbus[695]: [system] Successfully activated service 
'org.freedesktop.ColorManager'
Sep 20 15:36:59 cq71 systemd[1]: Started Manage, Install and Generate Color 
Profiles.
Sep 20 15:36:59 cq71 systemd[1]: Started Modem Manager.
Sep 20 15:36:59 cq71 NetworkManager[619]:  new connection 
/etc/NetworkManager/system-connections/Ethernetverbinding 1
Sep 20 15:36:59 cq71 NetworkManager[619]:  new connection 
/etc/NetworkManager/system-connections/telenet-0593D
Sep 20 15:36:59 cq71 NetworkManager[619]:  SCPlugin-Ofono: (15373840) ... 
get_connections.
Sep 20 15:36:59 cq71 NetworkManager[619]:  SCPlugin-Ofono: (15373840) 
connections count: 0
Sep 20 15:36:59 cq71 NetworkManager[619]:  get unmanaged devices count: 0
Sep 20 15:36:59 cq71 NetworkManager[619]:  monitoring kernel firmware 
directory '/lib/firmware'.
Sep 20 15:36:59 cq71 NetworkManager[619]:  monitoring ifupdown state file 
'/run/network/ifstate'.
Sep 20 15:36:59 cq71 NetworkManager[619]:  rfkill0: found WiFi radio 
killswitch (at 
/sys/devices/pci:00/:00:1c.0/:02:00.0/ieee80211/phy0/rfkill0) 
(driver iwlwifi)
Sep 20 15:36:59 cq71 NetworkManager[619]:  rfkill1: found WiFi radio 
killswitch (at /sys/devices/platform/hp-wmi/rfkill/rfkill1) (platform driver 
hp-wmi)
Sep 20 15:36:59 cq71 NetworkManager[619]:  Loaded device plugin: 
/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wifi.so
Sep 20 15:36:59 cq71 NetworkManager[619]:  Loaded device plugin: 
/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-adsl.so
Sep 20 15:36:59 cq71 NetworkManager[619]:  Loaded device plugin: 
/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-wwan.so
Sep 20 15:36:59 cq71 NetworkManager[619]:  Loaded device plugin: 
/usr/lib/x86_64-linux-gnu/NetworkManager/libnm-device-plugin-bluetooth.so
Sep 20 15:36:59 cq71 systemd[1]: Started Network Manager.
Sep 20 15:36:59 cq71 NetworkManager[619]:  WiFi enabled by radio 
killswitch; enabled by state file
Sep 20 15:36:59 cq71 NetworkManager[619]:  WWAN enabled by radio 
killswitch; enabled by state file
Sep 20 15:36:59 cq71 NetworkManager[619]:  WiMAX enabled by radio 
killswitch; enabled by state file
Sep 20 15:36:59 cq71 NetworkManager[619]:  Networking is enabled by state 
file
Sep 20 15:36:59 cq71 NetworkManager[619]: nm_device_get_device_type: assertion 
'NM_IS_DEVICE (self)' failed
Sep 20 15:36:59 cq71 NetworkManager[619]:  (lo): link connected
Sep 20 15:36:59 cq71 NetworkManager[619]:  (lo): carrier is ON
Sep 20 15:36:59 cq71 NetworkManager[619]:  (lo): new Generic device 
(driver: 'unknown' ifindex: 1)
Sep 20 15:36:59 cq71 NetworkManager[619]:  (lo): exported as 
/org/freedesktop/NetworkManager/Devices/0
Sep 20 15:36:59 cq71 systemd[1]: Starting Network Manager Wait Online...
Sep 20 15:36:59 cq71 systemd[1]: Reached target Network.
Sep 20 15:36:59 cq71 systemd[1]: Starting Network.
Sep 20 15:36:59 cq71 NetworkManager[619]: nm_device_get_device_type: assertion 
'NM_IS_DEVICE (self)' failed
Sep 20 15:36:59 cq71 NetworkManager[619]:  (eth0): carrier is OFF
Sep 20 15:36:59 cq71 NetworkManager[619]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
Sep 20 15:36:59 cq71 NetworkManager[619]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
Sep 20 15:36:59 cq71 NetworkManager[619]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
Sep 20 15:36:59 cq71 NetworkManager[619]:  [1442756219.424794] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
Sep 20 15:36:59 cq71 NetworkManager[619]:  (eth0): preparing device
Sep 20 15:36:59 cq71 NetworkManager[619]:  (wlan0): using nl80211 for 
WiFi device control
Sep 20 15:36:59 cq71 NetworkManager[619]:  (wlan0): new 802.11 WiFi 
device (driver: 'iwlwifi' ifindex: 3)
Sep 20 15:36:59 cq71 NetworkManager[619]:  (wlan0): exported as 
/org/freedesktop/NetworkMana

[Kernel-packages] [Bug 1491761] Re: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and 15.04

2015-09-18 Thread filip
booting to windows from usb hdd didn't work.
So i swapped the disks internally and flashed from windows.
sadly it didn't help.

filip@cq71:~$ sudo dmidecode -s bios-version && sudo dmidecode -s 
bios-release-date
[sudo] password for filip: 
F.23
12/21/2010
filip@cq71:~$ 

Sep 18 21:47:38 cq71 NetworkManager[635]: nm_device_get_device_type: assertion 
'NM_IS_DEVICE (self)' failed
Sep 18 21:47:38 cq71 NetworkManager[635]:  (lo): link connected
Sep 18 21:47:38 cq71 NetworkManager[635]:  (lo): carrier is ON
Sep 18 21:47:38 cq71 NetworkManager[635]:  (lo): new Generic device 
(driver: 'unknown' ifindex: 1)
Sep 18 21:47:38 cq71 NetworkManager[635]:  (lo): exported as 
/org/freedesktop/NetworkManager/Devices/0
Sep 18 21:47:38 cq71 NetworkManager[635]: nm_device_get_device_type: assertion 
'NM_IS_DEVICE (self)' failed
Sep 18 21:47:38 cq71 NetworkManager[635]:  (eth0): carrier is OFF
Sep 18 21:47:38 cq71 NetworkManager[635]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
Sep 18 21:47:38 cq71 NetworkManager[635]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
Sep 18 21:47:38 cq71 NetworkManager[635]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
Sep 18 21:47:38 cq71 NetworkManager[635]:  [1442605658.635194] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
Sep 18 21:47:38 cq71 NetworkManager[635]:  (eth0): preparing device


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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKil

[Kernel-packages] [Bug 1491761] Re: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and 15.04

2015-09-17 Thread filip
i have the original hdd in a box so i can use it as an external drive.
If i update grub with the drive attached i will probably have the windows 7 
entry?
Will i be able to boot the windows?
And if that works, can i safely run the bios upgrade or will it for some reason 
fail and brick the laptop?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] Re: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and 15.04

2015-09-15 Thread filip
compaq presario cq71
CQ71-350SB
VL002EA#UUG

With the r8101 module the card works but i have the feeling that it doesn't 
work 100 %
sometimes it is very slow. Other times it works normal but still slower than on 
my other laptop who is even older.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] JournalErrors.txt

2015-09-04 Thread filip
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1491761/+attachment/4457381/+files/JournalErrors.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] ProcEnviron.txt

2015-09-04 Thread filip
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] PulseList.txt

2015-09-04 Thread filip
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1491761/+attachment/4457388/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] CurrentDmesg.txt

2015-09-04 Thread filip
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] ProcInterrupts.txt

2015-09-04 Thread filip
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] ProcModules.txt

2015-09-04 Thread filip
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] UdevDb.txt

2015-09-04 Thread filip
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] WifiSyslog.txt

2015-09-04 Thread filip
apport information

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

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] IwConfig.txt

2015-09-04 Thread filip
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] Lspci.txt

2015-09-04 Thread filip
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] ProcCpuinfo.txt

2015-09-04 Thread filip
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] Lsusb.txt

2015-09-04 Thread filip
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] CRDA.txt

2015-09-04 Thread filip
apport information

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] Re: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and 15.04

2015-09-04 Thread filip
apport information

** Tags added: apport-collected vivid

** Description changed:

   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device
  
  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27
  
  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169
  
*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500
  
  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false
  
  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
+ --- 
+ ApportVersion: 2.17.2-0ubuntu1.3
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  filip  1084 F pulseaudio
+ CurrentDesktop: Unity
+ DistroRelease: Ubuntu 15.04
+ HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
+ ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
+ RelatedPackageVersions:
+  linux-restricted-modules-3.19.0-16-generic N/A
+  linux-backports-modules-3.19.0-16-generic  N/A
+  linux-firmware 1.143.3
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  vivid
+ UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
+ Uname: Linux 3.19.0-16-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 09/22/2009
+ dmi.bios.vendor: Hewlett-Packard
+ dmi.bios.version: F.14
+ dmi.board.asset.tag: Base Board Asset Tag
+ dmi.board.name: 306C
+ dmi.board.vendor: Quanta
+ dmi.board.version: 21.12
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Quanta
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
+ dmi.product.version: Rev 1
+ dmi.sys.vendor: Hewlett-Packard

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1491761/+attachment/4457377/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:

[Kernel-packages] [Bug 1491761] Re: Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and 15.04

2015-09-04 Thread filip
tested with latest kernel but x crashed. probably due to nvidia blob.
But in lightdm i was able to see that the wired connections were grayed out.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Confirmed

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331
  --- 
  ApportVersion: 2.17.2-0ubuntu1.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  filip  1084 F pulseaudio
  CurrentDesktop: Unity
  DistroRelease: Ubuntu 15.04
  HibernationDevice: RESUME=UUID=6f27858b-0ba5-46f9-b656-36f652d32cb0
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.19.0-16-generic 
root=UUID=c8c26d44-1f21-4878-8430-8e0fe79ffcc4 ro quiet splash
  ProcVersionSignature: Ubuntu 3.19.0-16.16-generic 3.19.3
  RelatedPackageVersions:
   linux-restricted-modules-3.19.0-16-generic N/A
   linux-backports-modules-3.19.0-16-generic  N/A
   linux-firmware 1.143.3
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  Tags:  vivid
  UdevLog: Error: [Errno 2] Bestand of map bestaat niet: '/var/log/udev'
  Uname: Linux 3.19.0-16-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/22/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.14
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 306C
  dmi.board.vendor: Quanta
  dmi.board.version: 21.12
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.14:bd09/22/2009:svnHewlett-Packard:pn:pvrRev1:rvnQuanta:rn306C:rvr21.12:cvnQuanta:ct10:cvrN/A:
  dmi.product.version: Rev 1
  dmi.sys.vendor: Hewlett-Packard

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1491761] [NEW] Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and 15.04

2015-09-03 Thread filip
Public bug reported:

 (eth0): carrier is OFF
Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
00:00:00:00:00:00, XID 04c0 IRQ 27

03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E 
PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

  *-network DISABLED
   description: Ethernet interface
   product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
   vendor: Realtek Semiconductor Co., Ltd.
   physical id: 0
   bus info: pci@:03:00.0
   logical name: eth0
   version: 02
   size: 100Mbit/s
   capacity: 100Mbit/s
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
   configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
   resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

i compiled the r8101 module from here:
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

after i put in a "cloned mac adress" the card is functional.
there is also an old bug report of this:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331

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


** Tags: trusty

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1491761

Title:
  Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E
  PCI Express Fast Ethernet controller (rev 02) not working in 14.04 and
  15.04

Status in linux package in Ubuntu:
  Incomplete

Bug description:
   (eth0): carrier is OFF
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): new Ethernet device 
(driver: 'r8169' ifindex: 2)
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/1
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): device state change: 
unmanaged -> unavailable (reason 'managed') [10 20 2]
  Sep  2 20:00:32 cq71 NetworkManager[579]:  [1441216832.927980] 
[platform/nm-linux-platform.c:2250] link_change(): Netlink error changing link 
2:   mtu 0 (1) driver 'r8169' udi 
'/sys/devices/pci:00/:00:1c.1/:03:00.0/net/eth0': Invalid address 
for specified address family
  Sep  2 20:00:32 cq71 NetworkManager[579]:  (eth0): preparing device

  r8169 :03:00.0 eth0: RTL8102e at 0xc90004778000,
  00:00:00:00:00:00, XID 04c0 IRQ 27

  03:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 306c
Kernel driver in use: r8169

*-network DISABLED
 description: Ethernet interface
 product: RTL8101E/RTL8102E PCI Express Fast Ethernet controller
 vendor: Realtek Semiconductor Co., Ltd.
 physical id: 0
 bus info: pci@:03:00.0
 logical name: eth0
 version: 02
 size: 100Mbit/s
 capacity: 100Mbit/s
 width: 64 bits
 clock: 33MHz
 capabilities: pm msi pciexpress msix vpd bus_master cap_list rom 
ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
 configuration: autonegotiation=on broadcast=yes driver=r8169 
driverversion=2.3LK-NAPI duplex=full latency=0 link=no multicast=yes port=MII 
speed=100Mbit/s
 resources: irq:27 ioport:2000(size=256) memory:d401-d4010fff 
memory:d400-d400 memory:d500-d500

  i compiled the r8101 module from here:
  
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1=14=7=5=4=3=false

  after i put in a "cloned mac adress" the card is functional.
  there is also an old bug report of this:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/256331

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : 

[Kernel-packages] [Bug 1458599] Re: Lenovo E330 Wifi is disabled by hardware switch Ubuntu 14.04

2015-05-28 Thread Filip
** Also affects: linux-wlan-ng (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: atmelwlandriver (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux-wlan-ng in Ubuntu.
https://bugs.launchpad.net/bugs/1458599

Title:
  Lenovo E330 Wifi is disabled by hardware switch Ubuntu 14.04

Status in Ubuntu Friendly:
  Invalid
Status in atmelwlandriver package in Ubuntu:
  New
Status in b43-fwcutter package in Ubuntu:
  New
Status in linux-wlan-ng package in Ubuntu:
  New

Bug description:
  I have Lenovo ThinkPad Edge E330. I run on Ubuntu 14.04. Laptop was connected 
to thw Wifi and was on AC without battery. When I put battery in, unpluged AC 
and opend laptop, my wifi stoped working. It says: Wifi is disabled by hardware 
switch. The trouble is that this model does not have any hardware switch on its 
body. I have tried many things:
  - Loaded default settings in BIOS
  - reinstall Ubuntu completely
  - rfkill unblock all does not have efect

  Thank You for help

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-friendly/+bug/1458599/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1458599] Re: Lenovo E330 Wifi is disabled by hardware switch Ubuntu 14.04

2015-05-26 Thread Filip
** Also affects: ubuntu-friendly
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to b43-fwcutter in Ubuntu.
https://bugs.launchpad.net/bugs/1458599

Title:
  Lenovo E330 Wifi is disabled by hardware switch Ubuntu 14.04

Status in Ubuntu Friendly:
  New
Status in b43-fwcutter package in Ubuntu:
  New

Bug description:
  I have Lenovo ThinkPad Edge E330. I run on Ubuntu 14.04. Laptop was connected 
to thw Wifi and was on AC without battery. When I put battery in, unpluged AC 
and opend laptop, my wifi stoped working. It says: Wifi is disabled by hardware 
switch. The trouble is that this model does not have any hardware switch on its 
body. I have tried many things:
  - Loaded default settings in BIOS
  - reinstall Ubuntu completely
  - rfkill unblock all does not have efect

  Thank You for help

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-friendly/+bug/1458599/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1458599] Re: Lenovo E330 Wifi is disabled by hardware switch Ubuntu 14.04

2015-05-25 Thread Filip
This is diagnostic output according to
https://help.ubuntu.com/community/WirelessAskAtLaunchpad


Get:1 http://dl.google.com stable Release.gpg [198 B]  
Get:2 http://security.ubuntu.com trusty-security Release.gpg [933 B]   
Hit http://archive.canonical.com trusty Release.gpg
Get:3 http://dl.google.com stable Release [1.347 B]  
Get:4 http://security.ubuntu.com trusty-security Release [63,5 kB] 
Hit http://archive.canonical.com trusty Release   
Ign http://es.archive.ubuntu.com trusty InRelease  
Hit http://archive.canonical.com trusty/partner Sources
Ign http://es.archive.ubuntu.com trusty-updates InRelease  
Hit http://archive.canonical.com trusty/partner amd64 Packages 
Hit http://archive.canonical.com trusty/partner i386 Packages  
Get:5 http://security.ubuntu.com trusty-security/main Sources [81,4 kB]
Ign http://es.archive.ubuntu.com trusty-backports InRelease
Hit http://archive.canonical.com trusty/partner Translation-en 
Hit http://es.archive.ubuntu.com trusty Release.gpg
Get:6 http://dl.google.com stable/main amd64 Packages [1.195 B]
Get:7 http://security.ubuntu.com trusty-security/restricted Sources [2.061 B]  
Get:8 http://dl.google.com stable/main i386 Packages [1.177 B] 
Get:9 http://security.ubuntu.com trusty-security/universe Sources [25,2 kB]
Get:10 http://es.archive.ubuntu.com trusty-updates Release.gpg [933 B]
Hit http://es.archive.ubuntu.com trusty-backports Release.gpg  
Get:11 http://security.ubuntu.com trusty-security/multiverse Sources [2.333 B] 
Get:12 http://security.ubuntu.com trusty-security/main amd64 Packages [272 kB] 
Hit http://es.archive.ubuntu.com trusty Release
Get:13 http://es.archive.ubuntu.com trusty-updates Release [63,5 kB]   
Get:14 http://security.ubuntu.com trusty-security/restricted amd64 Packages 
[8.875 B]
Hit http://es.archive.ubuntu.com trusty-backports Release  
Ign http://dl.google.com stable/main Translation-en_GB 
Get:15 http://security.ubuntu.com trusty-security/universe amd64 Packages [104 
kB]
Ign http://dl.google.com stable/main Translation-en
Hit http://es.archive.ubuntu.com trusty/main Sources   
Hit http://es.archive.ubuntu.com trusty/restricted Sources   
Get:16 http://security.ubuntu.com trusty-security/multiverse amd64 Packages 
[3.681 B]
Get:17 http://security.ubuntu.com trusty-security/main i386 Packages [260 kB]
Hit http://es.archive.ubuntu.com trusty/universe Sources 
Hit http://es.archive.ubuntu.com trusty/multiverse Sources  
Hit http://es.archive.ubuntu.com trusty/main amd64 Packages 
Get:18 http://security.ubuntu.com trusty-security/restricted i386 Packages 
[8.846 B]
Hit http://es.archive.ubuntu.com trusty/restricted amd64 Packages  
Get:19 http://security.ubuntu.com trusty-security/universe i386 Packages [104 
kB]
Hit http://es.archive.ubuntu.com trusty/universe amd64 Packages
Get:20 http://security.ubuntu.com trusty-security/multiverse i386 Packages 
[3.840 B]
Hit http://es.archive.ubuntu.com trusty/multiverse amd64 Packages  
Hit http://security.ubuntu.com trusty-security/main Translation-en  
Hit http://security.ubuntu.com trusty-security/multiverse Translation-en
Hit http://es.archive.ubuntu.com trusty/main i386 Packages
Hit http://security.ubuntu.com trusty-security/restricted Translation-en
Hit http://es.archive.ubuntu.com trusty/restricted i386 Packages
Hit http://security.ubuntu.com trusty-security/universe Translation-en
Hit http://es.archive.ubuntu.com trusty/universe i386 Packages 
Hit http://es.archive.ubuntu.com trusty/multiverse i386 Packages
Hit http://es.archive.ubuntu.com trusty/main Translation-en_GB
Hit http://es.archive.ubuntu.com trusty/main Translation-en
Hit http://es.archive.ubuntu.com trusty/multiverse Translation-en_GB
Hit http://es.archive.ubuntu.com trusty/multiverse Translation-en
Hit http://es.archive.ubuntu.com trusty/restricted Translation-en_GB
Hit http://es.archive.ubuntu.com trusty/restricted Translation-en
Hit http://es.archive.ubuntu.com trusty/universe Translation-en_GB
Hit http://es.archive.ubuntu.com trusty/universe Translation-en
Get:21 http://es.archive.ubuntu.com trusty-updates/main Sources [205 kB]
Get:22 http://es.archive.ubuntu.com trusty-updates/restricted Sources [3.433 B]
Get:23 http://es.archive.ubuntu.com trusty-updates/universe Sources [117 kB]   
Get:24 http://es.archive.ubuntu.com trusty-updates/multiverse Sources [5.152 B]
Get:25 http://es.archive.ubuntu.com trusty-updates/main amd64 Packages [524 kB]
Get:26 

[Kernel-packages] [Bug 1458599] [NEW] Lenovo E330 Wifi is disabled by hardware switch Ubuntu 14.04

2015-05-25 Thread Filip
Public bug reported:

I have Lenovo ThinkPad Edge E330. I run on Ubuntu 14.04. Laptop was connected 
to thw Wifi and was on AC without battery. When I put battery in, unpluged AC 
and opend laptop, my wifi stoped working. It says: Wifi is disabled by hardware 
switch. The trouble is that this model does not have any hardware switch on its 
body. I have tried many things:
- Loaded default settings in BIOS
- reinstall Ubuntu completely
- rfkill unblock all does not have efect

Thank You for help

** Affects: b43-fwcutter (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to b43-fwcutter in Ubuntu.
https://bugs.launchpad.net/bugs/1458599

Title:
  Lenovo E330 Wifi is disabled by hardware switch Ubuntu 14.04

Status in b43-fwcutter package in Ubuntu:
  New

Bug description:
  I have Lenovo ThinkPad Edge E330. I run on Ubuntu 14.04. Laptop was connected 
to thw Wifi and was on AC without battery. When I put battery in, unpluged AC 
and opend laptop, my wifi stoped working. It says: Wifi is disabled by hardware 
switch. The trouble is that this model does not have any hardware switch on its 
body. I have tried many things:
  - Loaded default settings in BIOS
  - reinstall Ubuntu completely
  - rfkill unblock all does not have efect

  Thank You for help

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/b43-fwcutter/+bug/1458599/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1363180] Re: utopic alternate install CD doesn't boot

2014-08-29 Thread Filip Sohajek
** Package changed: ubuntu = linux (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1363180

Title:
  utopic alternate install CD doesn't boot

Status in “linux” package in Ubuntu:
  New

Bug description:
  During testing for PPC 14.10 alternate install CD on iBook G4 the
  process got as far as the Yaboot window boot prompt . . . entering
  various commands resulted in response:  claim error, can't allocate
  e0 at 0 x c200; claim error, can't allocate kernel memory.
  Built 20140826.1  No further testing could be done.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1362046] Re: kernel module (sony-laptop)

2014-08-27 Thread Filip Sohajek
Please run
apport-collect 1362046
Thanks

** Changed in: linux (Ubuntu)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1362046

Title:
  kernel module (sony-laptop)

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  Laptop Keyboard Backlight not turning off

  I had a problem with keyboard backlight that I asked in askUbuntu.com
  (here http://askubuntu.com/questions/475711/turn-off-keyboard-back-
  light-sony-vaio-svf1521dcxw)  and also I have followed in chat with
  @Mew (here http://chat.stackexchange.com/transcript/16735) and We
  tried all solution to fixing my issue and we can not fix that. I found
  some patch (http://www.absence.it/vaio-acpi/source/patches/) for
  fixing this problem but then I need to create a custom kernel for
  myself and it's so hard for me.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1360893] Re: Wii U Pro Controller requires PIN

2014-08-25 Thread Filip Sohajek
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Unfortunately, we cannot work on this bug because your
description didn't include enough information. You may find it helpful
to read How to report bugs effectively
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures

At a minimum, we need:
1. the specific steps or actions you took that caused you to encounter the 
problem,
2. the behavior you expected, and
3. the behavior you actually encountered (in as much detail as possible).
Thanks! 

** Changed in: bluez (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to bluez in Ubuntu.
https://bugs.launchpad.net/bugs/1360893

Title:
  Wii U Pro Controller requires PIN

Status in “bluez” package in Ubuntu:
  Incomplete

Bug description:
  The Wii U Pro controller requires a PIN and is used as a mouse.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1357108] Re: Support for HMI (Hypervisor Maintenance Interrupt) handling in ubuntu 14.10

2014-08-17 Thread Filip Sohajek
** Package changed: ubuntu = linux (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1357108

Title:
  Support for HMI (Hypervisor Maintenance Interrupt) handling in ubuntu
  14.10

Status in “linux” package in Ubuntu:
  New

Bug description:
  ---Problem Description---
  There is no HMI feature support present in ubuntu distro currently. Upstream 
kernel now has support for HMI handling in Linux. We want push this support 
into ubuntu 14.10. The related upstream commit are listed below:

  db97eff powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.
  bbdb760 powerpc/book3s: handle HMIs for cpus in nap mode.
  0ef95b4 powerpc/powernv: Invoke opal call to handle hmi.
  0869b6f powerpc/book3s: Add basic infrastructure to handle HMI in Linux.

  Please include these commits in ubuntu 14.10
   
  Canonical, the patches (cherry-picked) should apply fine over kernel 3.16

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp