[Kernel-packages] [Bug 1049466] Mutual Business Partnership
-- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1049466 Title: Need support of Ralink RT3290 wifi support Status in Linux: New Status in linux-firmware package in Ubuntu: Fix Released Status in linux source package in Precise: Invalid Status in linux-firmware source package in Precise: Fix Released Status in linux source package in Quantal: Invalid Status in linux-firmware source package in Quantal: Won't Fix Status in linux source package in Raring: Fix Released Status in linux-firmware source package in Raring: Fix Released Status in linux package in Baltix: Opinion Status in linux package in Gentoo Linux: New Bug description: RT3290 wifi chip is becoming common on consumer notebooks. Its support starts from 3.6 so support on 12.10 may need lbm-cw. commit a89534edaaa7008992b878680490e9b02a665563 Author: Woody Hung Date: Wed Jun 13 15:01:16 2012 +0800 rt2x00 : RT3290 chip support v4 This patch support the new chipset rt3290 wifi implementation in rt2x00. It initailize the related mac, bbp and rf register in startup phase. And this patch modify the efuse read/write method for the different efuse data offset of rt3290. Signed-off-by: Woody Hung Signed-off-by: John W. Linville To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1049466/+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 177235] Mutual Business Partnership
-- 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/177235 Title: slow USB 2.0 drive: it's mounted as USB 1.0, not USB 2.0! Status in linux package in Ubuntu: Incomplete Bug description: In gutsy 7.10 dist-upgraded to the max: Ubuntu 64-bit sometimes does not mount USB 2.0 devices as 2.0. 1) plugin in the USB drive 2) mount it if not automounted (sometimes it doesn't) 3) right-click, properties in nautilus, go to drive tab, see speed "12 Mbps" 4) umount it, unplug it 5) sudo rmmod ehci_hcd 6) plugin the USB drive 7) sudo modprobe ehci_hcd 8) mount it if not automounted 9) right-click, properties in nautilus, go to drive tab, see speed "480 Mbps" Something is horribly wrong at recognizing the proper USB speed mode of external drives. From /var/log/messages: note how the first time the drive is mounted properly as high speed, the second time as slow, then as high speed again with the trick of modprobe'ing the ehci_hcd driver. Somehow, the second time the driver sees the same USB hard drive, it fails to recognize it as USB 2.0. (when I modprobe the driver, the USB mouse and keyboard are also recognized, don't be confused by these). If you need more info let me know. Dec 18 11:46:50 instar kernel: [1089450.444192] usb 1-2: USB disconnect, address 3 Dec 18 11:47:23 instar kernel: [1089483.715043] ehci_hcd :00:1d.7: remove, state 4 Dec 18 11:47:23 instar kernel: [1089483.715053] usb usb5: USB disconnect, address 1 Dec 18 11:47:23 instar kernel: [1089483.719139] ehci_hcd :00:1d.7: USB bus 5 deregistered Dec 18 11:47:23 instar kernel: [1089483.720334] ACPI: PCI interrupt for device :00:1d.7 disabled Dec 18 11:47:45 instar kernel: [1089505.912002] usb 1-2: new full speed USB device using uhci_hcd and address 4 Dec 18 11:47:45 instar kernel: [1089506.134623] usb 1-2: configuration #1 chosen from 1 choice Dec 18 11:47:45 instar kernel: [1089506.137630] scsi7 : SCSI emulation for USB Mass Storage devices Dec 18 11:47:50 instar kernel: [1089511.132544] scsi 7:0:0:0: Direct-Access SEAGATE ST3320820A 3.AA PQ: 0 ANSI: 2 Dec 18 11:47:50 instar kernel: [1089511.137515] sd 7:0:0:0: [sde] 625142448 512-byte hardware sectors (320073 MB) Dec 18 11:47:50 instar kernel: [1089511.142502] sd 7:0:0:0: [sde] Write Protect is off Dec 18 11:47:50 instar kernel: [1089511.147491] sd 7:0:0:0: [sde] 625142448 512-byte hardware sectors (320073 MB) Dec 18 11:47:50 instar kernel: [1089511.152399] sd 7:0:0:0: [sde] Write Protect is off Dec 18 11:47:50 instar kernel: [1089511.152410] sde: sde1 Dec 18 11:47:50 instar kernel: [1089511.171501] sd 7:0:0:0: [sde] Attached SCSI disk Dec 18 11:47:50 instar kernel: [1089511.171542] sd 7:0:0:0: Attached scsi generic sg5 type 0 Dec 18 11:48:12 instar kernel: [1089532.675957] ACPI: PCI Interrupt :00:1d.7[A] -> GSI 20 (level, low) -> IRQ 20 Dec 18 11:48:12 instar kernel: [1089532.677029] ehci_hcd :00:1d.7: EHCI Host Controller Dec 18 11:48:12 instar kernel: [1089532.677207] ehci_hcd :00:1d.7: new USB bus registered, assigned bus number 5 Dec 18 11:48:12 instar kernel: [1089532.677244] ehci_hcd :00:1d.7: debug port 1 Dec 18 11:48:12 instar kernel: [1089532.677262] ehci_hcd :00:1d.7: irq 20, io mem 0xffafbc00 Dec 18 11:48:12 instar kernel: [1089532.682397] ehci_hcd :00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Dec 18 11:48:12 instar kernel: [1089532.682516] usb usb5: configuration #1 chosen from 1 choice Dec 18 11:48:12 instar kernel: [1089532.682548] hub 5-0:1.0: USB hub found Dec 18 11:48:12 instar kernel: [1089532.682559] hub 5-0:1.0: 8 ports detected Dec 18 11:48:12 instar kernel: [1089533.022143] usb 5-2: new high speed USB device using ehci_hcd and address 2 Dec 18 11:48:12 instar kernel: [1089533.154844] usb 5-2: configuration #1 chosen from 1 choice Dec 18 11:48:12 instar kernel: [1089533.155098] scsi8 : SCSI emulation for USB Mass Storage devices Dec 18 11:48:13 instar kernel: [1089533.521886] usb 1-2: USB disconnect, address 4 Dec 18 11:48:13 instar kernel: [1089533.649595] usb 2-1: USB disconnect, address 3 Dec 18 11:48:13 instar kernel: [1089533.889048] usb 2-1: new low speed USB device using uhci_hcd and address 4 Dec 18 11:48:13 instar kernel: [1089534.065223] usb 2-1: configuration #1 chosen from 1 choice Dec 18 11:48:13 instar kernel: [1089534.082362] input: Logitech USB Receiver as /class/input/input12 Dec 18 11:48:13 instar kernel: [1089534.082393] input: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-:00:1d.1-1 Dec 18 11:48:13 instar kernel: [1089534.111043] /build/buildd/linux-source-2.6.22-2.6.22/drivers/hid/usbhid/hid-core.c: Fixing up Logitech keyboard report descriptor Dec 18 11:48:13 instar kernel: [1089534.111596] input: Logitech USB Receiver as /class
[Kernel-packages] [Bug 1943915] Enquiry-Please attend to this.
-- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-oem-5.13 in Ubuntu. https://bugs.launchpad.net/bugs/1943915 Title: IPU6 daemon+v4l2loopback is required to enable use for existing applications Status in linux-oem-5.13 package in Ubuntu: Invalid Status in linux-oem-5.13 source package in Focal: Expired Bug description: The device is properly detected but it seems there are still issues with gstreamer plugin. When I try to run cheese I get the following error message: ../src/intel/isl/isl.c:2018: FINISHME: ../src/intel/isl/isl.c:isl_surf_supports_ccs: CCS for 3D textures is disabled, but a workaround is available. (cheese:3769): cheese-WARNING **: 08:02:37.506: Failed to allocate required memory.: gstv4l2src.c(660): gst_v4l2src_decide_allocation (): /GstCameraBin:camerabin/GstWrapperCameraBinSrc:camera_source/GstBin:bin18/GstV4l2Src:v4l2src1: Buffer pool activation failed With VLC I get stefang@capella:~$ vlc v4l2:///dev/video0 VLC media player 3.0.9.2 Vetinari (revision 3.0.9.2-0-gd4c1aefe4d) [55cfdb6a3670] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface. Using mplane plugin for capture [7f0230001160] v4l2 demux error: cannot get streaming parameters: Inappropriate ioctl for device libv4l2: error turning on stream: Link has been severed [7f0230001160] v4l2 demux error: cannot start streaming: Link has been severed Using mplane plugin for capture [7f0230001160] v4l2 demux error: not a radio tuner device Using mplane plugin for capture [7f0230007b70] v4l2 stream error: cannot get streaming parameters: Inappropriate ioctl for device libv4l2: error turning on stream: Link has been severed [7f0230007b70] v4l2 stream error: cannot start streaming: Link has been severed QObject::~QObject: Timers cannot be stopped from another thread ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: linux-image-5.13.0-1012-oem 5.13.0-1012.16 ProcVersionSignature: Ubuntu 5.13.0-1012.16-oem 5.13.1 Uname: Linux 5.13.0-1012-oem x86_64 ApportVersion: 2.20.11-0ubuntu27.20 Architecture: amd64 CasperMD5CheckResult: skip Date: Fri Sep 17 07:59:51 2021 InstallationDate: Installed on 2021-09-16 (0 days ago) InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819) SourcePackage: linux-signed-oem-5.13 UpgradeStatus: No upgrade log present (probably fresh install) --- ProblemType: Bug ApportVersion: 2.20.11-0ubuntu27.20 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: stefang1469 F pulseaudio CasperMD5CheckResult: skip DistroRelease: Ubuntu 20.04 InstallationDate: Installed on 2021-09-16 (0 days ago) InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819) MachineType: Dell Inc. Latitude 9420 Package: linux-oem-5.13 (not installed) ProcFB: 0 i915drmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-1012-oem root=UUID=e2704fd1-5330-4b87-9cdf-a353f5fe73b7 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 5.13.0-1012.16-oem 5.13.1 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: linux-restricted-modules-5.13.0-1012-oem N/A linux-backports-modules-5.13.0-1012-oem N/A linux-firmware 1.187.16 Tags: focal Uname: Linux 5.13.0-1012-oem x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: N/A _MarkForUpload: True dmi.bios.date: 04/13/2021 dmi.bios.release: 1.2 dmi.bios.vendor: Dell Inc. dmi.bios.version: 1.2.2 dmi.board.name: 08XKF8 dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 10 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvr1.2.2:bd04/13/2021:br1.2:svnDellInc.:pnLatitude9420:pvr:sku0A32:rvnDellInc.:rn08XKF8:rvrA00:cvnDellInc.:ct10:cvr: dmi.product.family: Latitude dmi.product.name: Latitude 9420 dmi.product.sku: 0A32 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-oem-5.13/+bug/1943915/+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 1049466] Business Opportunity
-- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1049466 Title: Need support of Ralink RT3290 wifi support Status in Linux: New Status in linux-firmware package in Ubuntu: Fix Released Status in linux source package in Precise: Invalid Status in linux-firmware source package in Precise: Fix Released Status in linux source package in Quantal: Invalid Status in linux-firmware source package in Quantal: Won't Fix Status in linux source package in Raring: Fix Released Status in linux-firmware source package in Raring: Fix Released Status in linux package in Baltix: Opinion Status in linux package in Gentoo Linux: New Bug description: RT3290 wifi chip is becoming common on consumer notebooks. Its support starts from 3.6 so support on 12.10 may need lbm-cw. commit a89534edaaa7008992b878680490e9b02a665563 Author: Woody Hung Date: Wed Jun 13 15:01:16 2012 +0800 rt2x00 : RT3290 chip support v4 This patch support the new chipset rt3290 wifi implementation in rt2x00. It initailize the related mac, bbp and rf register in startup phase. And this patch modify the efuse read/write method for the different efuse data offset of rt3290. Signed-off-by: Woody Hung Signed-off-by: John W. Linville To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1049466/+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 177235] Business Opportunity
-- 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/177235 Title: slow USB 2.0 drive: it's mounted as USB 1.0, not USB 2.0! Status in linux package in Ubuntu: Incomplete Bug description: In gutsy 7.10 dist-upgraded to the max: Ubuntu 64-bit sometimes does not mount USB 2.0 devices as 2.0. 1) plugin in the USB drive 2) mount it if not automounted (sometimes it doesn't) 3) right-click, properties in nautilus, go to drive tab, see speed "12 Mbps" 4) umount it, unplug it 5) sudo rmmod ehci_hcd 6) plugin the USB drive 7) sudo modprobe ehci_hcd 8) mount it if not automounted 9) right-click, properties in nautilus, go to drive tab, see speed "480 Mbps" Something is horribly wrong at recognizing the proper USB speed mode of external drives. From /var/log/messages: note how the first time the drive is mounted properly as high speed, the second time as slow, then as high speed again with the trick of modprobe'ing the ehci_hcd driver. Somehow, the second time the driver sees the same USB hard drive, it fails to recognize it as USB 2.0. (when I modprobe the driver, the USB mouse and keyboard are also recognized, don't be confused by these). If you need more info let me know. Dec 18 11:46:50 instar kernel: [1089450.444192] usb 1-2: USB disconnect, address 3 Dec 18 11:47:23 instar kernel: [1089483.715043] ehci_hcd :00:1d.7: remove, state 4 Dec 18 11:47:23 instar kernel: [1089483.715053] usb usb5: USB disconnect, address 1 Dec 18 11:47:23 instar kernel: [1089483.719139] ehci_hcd :00:1d.7: USB bus 5 deregistered Dec 18 11:47:23 instar kernel: [1089483.720334] ACPI: PCI interrupt for device :00:1d.7 disabled Dec 18 11:47:45 instar kernel: [1089505.912002] usb 1-2: new full speed USB device using uhci_hcd and address 4 Dec 18 11:47:45 instar kernel: [1089506.134623] usb 1-2: configuration #1 chosen from 1 choice Dec 18 11:47:45 instar kernel: [1089506.137630] scsi7 : SCSI emulation for USB Mass Storage devices Dec 18 11:47:50 instar kernel: [1089511.132544] scsi 7:0:0:0: Direct-Access SEAGATE ST3320820A 3.AA PQ: 0 ANSI: 2 Dec 18 11:47:50 instar kernel: [1089511.137515] sd 7:0:0:0: [sde] 625142448 512-byte hardware sectors (320073 MB) Dec 18 11:47:50 instar kernel: [1089511.142502] sd 7:0:0:0: [sde] Write Protect is off Dec 18 11:47:50 instar kernel: [1089511.147491] sd 7:0:0:0: [sde] 625142448 512-byte hardware sectors (320073 MB) Dec 18 11:47:50 instar kernel: [1089511.152399] sd 7:0:0:0: [sde] Write Protect is off Dec 18 11:47:50 instar kernel: [1089511.152410] sde: sde1 Dec 18 11:47:50 instar kernel: [1089511.171501] sd 7:0:0:0: [sde] Attached SCSI disk Dec 18 11:47:50 instar kernel: [1089511.171542] sd 7:0:0:0: Attached scsi generic sg5 type 0 Dec 18 11:48:12 instar kernel: [1089532.675957] ACPI: PCI Interrupt :00:1d.7[A] -> GSI 20 (level, low) -> IRQ 20 Dec 18 11:48:12 instar kernel: [1089532.677029] ehci_hcd :00:1d.7: EHCI Host Controller Dec 18 11:48:12 instar kernel: [1089532.677207] ehci_hcd :00:1d.7: new USB bus registered, assigned bus number 5 Dec 18 11:48:12 instar kernel: [1089532.677244] ehci_hcd :00:1d.7: debug port 1 Dec 18 11:48:12 instar kernel: [1089532.677262] ehci_hcd :00:1d.7: irq 20, io mem 0xffafbc00 Dec 18 11:48:12 instar kernel: [1089532.682397] ehci_hcd :00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Dec 18 11:48:12 instar kernel: [1089532.682516] usb usb5: configuration #1 chosen from 1 choice Dec 18 11:48:12 instar kernel: [1089532.682548] hub 5-0:1.0: USB hub found Dec 18 11:48:12 instar kernel: [1089532.682559] hub 5-0:1.0: 8 ports detected Dec 18 11:48:12 instar kernel: [1089533.022143] usb 5-2: new high speed USB device using ehci_hcd and address 2 Dec 18 11:48:12 instar kernel: [1089533.154844] usb 5-2: configuration #1 chosen from 1 choice Dec 18 11:48:12 instar kernel: [1089533.155098] scsi8 : SCSI emulation for USB Mass Storage devices Dec 18 11:48:13 instar kernel: [1089533.521886] usb 1-2: USB disconnect, address 4 Dec 18 11:48:13 instar kernel: [1089533.649595] usb 2-1: USB disconnect, address 3 Dec 18 11:48:13 instar kernel: [1089533.889048] usb 2-1: new low speed USB device using uhci_hcd and address 4 Dec 18 11:48:13 instar kernel: [1089534.065223] usb 2-1: configuration #1 chosen from 1 choice Dec 18 11:48:13 instar kernel: [1089534.082362] input: Logitech USB Receiver as /class/input/input12 Dec 18 11:48:13 instar kernel: [1089534.082393] input: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-:00:1d.1-1 Dec 18 11:48:13 instar kernel: [1089534.111043] /build/buildd/linux-source-2.6.22-2.6.22/drivers/hid/usbhid/hid-core.c: Fixing up Logitech keyboard report descriptor Dec 18 11:48:13 instar kernel: [1089534.111596] input: Logitech USB Receiver as /class
[Kernel-packages] [Bug 177235] Business Opportunity
-- 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/177235 Title: slow USB 2.0 drive: it's mounted as USB 1.0, not USB 2.0! Status in linux package in Ubuntu: Incomplete Bug description: In gutsy 7.10 dist-upgraded to the max: Ubuntu 64-bit sometimes does not mount USB 2.0 devices as 2.0. 1) plugin in the USB drive 2) mount it if not automounted (sometimes it doesn't) 3) right-click, properties in nautilus, go to drive tab, see speed "12 Mbps" 4) umount it, unplug it 5) sudo rmmod ehci_hcd 6) plugin the USB drive 7) sudo modprobe ehci_hcd 8) mount it if not automounted 9) right-click, properties in nautilus, go to drive tab, see speed "480 Mbps" Something is horribly wrong at recognizing the proper USB speed mode of external drives. From /var/log/messages: note how the first time the drive is mounted properly as high speed, the second time as slow, then as high speed again with the trick of modprobe'ing the ehci_hcd driver. Somehow, the second time the driver sees the same USB hard drive, it fails to recognize it as USB 2.0. (when I modprobe the driver, the USB mouse and keyboard are also recognized, don't be confused by these). If you need more info let me know. Dec 18 11:46:50 instar kernel: [1089450.444192] usb 1-2: USB disconnect, address 3 Dec 18 11:47:23 instar kernel: [1089483.715043] ehci_hcd :00:1d.7: remove, state 4 Dec 18 11:47:23 instar kernel: [1089483.715053] usb usb5: USB disconnect, address 1 Dec 18 11:47:23 instar kernel: [1089483.719139] ehci_hcd :00:1d.7: USB bus 5 deregistered Dec 18 11:47:23 instar kernel: [1089483.720334] ACPI: PCI interrupt for device :00:1d.7 disabled Dec 18 11:47:45 instar kernel: [1089505.912002] usb 1-2: new full speed USB device using uhci_hcd and address 4 Dec 18 11:47:45 instar kernel: [1089506.134623] usb 1-2: configuration #1 chosen from 1 choice Dec 18 11:47:45 instar kernel: [1089506.137630] scsi7 : SCSI emulation for USB Mass Storage devices Dec 18 11:47:50 instar kernel: [1089511.132544] scsi 7:0:0:0: Direct-Access SEAGATE ST3320820A 3.AA PQ: 0 ANSI: 2 Dec 18 11:47:50 instar kernel: [1089511.137515] sd 7:0:0:0: [sde] 625142448 512-byte hardware sectors (320073 MB) Dec 18 11:47:50 instar kernel: [1089511.142502] sd 7:0:0:0: [sde] Write Protect is off Dec 18 11:47:50 instar kernel: [1089511.147491] sd 7:0:0:0: [sde] 625142448 512-byte hardware sectors (320073 MB) Dec 18 11:47:50 instar kernel: [1089511.152399] sd 7:0:0:0: [sde] Write Protect is off Dec 18 11:47:50 instar kernel: [1089511.152410] sde: sde1 Dec 18 11:47:50 instar kernel: [1089511.171501] sd 7:0:0:0: [sde] Attached SCSI disk Dec 18 11:47:50 instar kernel: [1089511.171542] sd 7:0:0:0: Attached scsi generic sg5 type 0 Dec 18 11:48:12 instar kernel: [1089532.675957] ACPI: PCI Interrupt :00:1d.7[A] -> GSI 20 (level, low) -> IRQ 20 Dec 18 11:48:12 instar kernel: [1089532.677029] ehci_hcd :00:1d.7: EHCI Host Controller Dec 18 11:48:12 instar kernel: [1089532.677207] ehci_hcd :00:1d.7: new USB bus registered, assigned bus number 5 Dec 18 11:48:12 instar kernel: [1089532.677244] ehci_hcd :00:1d.7: debug port 1 Dec 18 11:48:12 instar kernel: [1089532.677262] ehci_hcd :00:1d.7: irq 20, io mem 0xffafbc00 Dec 18 11:48:12 instar kernel: [1089532.682397] ehci_hcd :00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Dec 18 11:48:12 instar kernel: [1089532.682516] usb usb5: configuration #1 chosen from 1 choice Dec 18 11:48:12 instar kernel: [1089532.682548] hub 5-0:1.0: USB hub found Dec 18 11:48:12 instar kernel: [1089532.682559] hub 5-0:1.0: 8 ports detected Dec 18 11:48:12 instar kernel: [1089533.022143] usb 5-2: new high speed USB device using ehci_hcd and address 2 Dec 18 11:48:12 instar kernel: [1089533.154844] usb 5-2: configuration #1 chosen from 1 choice Dec 18 11:48:12 instar kernel: [1089533.155098] scsi8 : SCSI emulation for USB Mass Storage devices Dec 18 11:48:13 instar kernel: [1089533.521886] usb 1-2: USB disconnect, address 4 Dec 18 11:48:13 instar kernel: [1089533.649595] usb 2-1: USB disconnect, address 3 Dec 18 11:48:13 instar kernel: [1089533.889048] usb 2-1: new low speed USB device using uhci_hcd and address 4 Dec 18 11:48:13 instar kernel: [1089534.065223] usb 2-1: configuration #1 chosen from 1 choice Dec 18 11:48:13 instar kernel: [1089534.082362] input: Logitech USB Receiver as /class/input/input12 Dec 18 11:48:13 instar kernel: [1089534.082393] input: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-:00:1d.1-1 Dec 18 11:48:13 instar kernel: [1089534.111043] /build/buildd/linux-source-2.6.22-2.6.22/drivers/hid/usbhid/hid-core.c: Fixing up Logitech keyboard report descriptor Dec 18 11:48:13 instar kernel: [1089534.111596] input: Logitech USB Receiver as /class
[Kernel-packages] [Bug 1240940] Business Opportunity
-- 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/1240940 Title: Need support for Realtek Wifi card rtl8723be [10ec:b723] Status in HWE Next: Fix Released Status in HWE Next trusty series: Fix Released Status in linux package in Ubuntu: Fix Released Status in linux source package in Trusty: Fix Released Bug description: This device is appearing in some OEM machines, but driver is not yet available upstream. This bug is only for the initial support of this WiFi adapter, it's not working 100% well yet, please report new "not working bug" or contact upstream but not keep posting comments, thanks. To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1240940/+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 1049466] Business Opportunity
-- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1049466 Title: Need support of Ralink RT3290 wifi support Status in Linux: New Status in linux-firmware package in Ubuntu: Fix Released Status in linux source package in Precise: Invalid Status in linux-firmware source package in Precise: Fix Released Status in linux source package in Quantal: Invalid Status in linux-firmware source package in Quantal: Won't Fix Status in linux source package in Raring: Fix Released Status in linux-firmware source package in Raring: Fix Released Status in linux package in Baltix: Opinion Status in linux package in Gentoo Linux: New Bug description: RT3290 wifi chip is becoming common on consumer notebooks. Its support starts from 3.6 so support on 12.10 may need lbm-cw. commit a89534edaaa7008992b878680490e9b02a665563 Author: Woody Hung Date: Wed Jun 13 15:01:16 2012 +0800 rt2x00 : RT3290 chip support v4 This patch support the new chipset rt3290 wifi implementation in rt2x00. It initailize the related mac, bbp and rf register in startup phase. And this patch modify the efuse read/write method for the different efuse data offset of rt3290. Signed-off-by: Woody Hung Signed-off-by: John W. Linville To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1049466/+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 1383184] Business Opportunity
-- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1383184 Title: Atheros Qualcomm Killer N1525 Wireless-AC [168c:003e] is not supported Status in HWE Next: Fix Released Status in HWE Next wily series: Fix Released Status in linux package in Ubuntu: Fix Released Status in linux-firmware package in Ubuntu: Fix Released Status in network-manager package in Ubuntu: Invalid Status in linux source package in Wily: Fix Released Status in linux-firmware source package in Wily: Fix Released Bug description: = CURRENT STATUS: Wily(15.10) could not work with and don't need Adam's dkms package 1.0 or 1.1 Wily(15.10) has already fixed the driver part, and the firmware part is in progress. For now, you guys could use 15.10(purge the ath10k-dkms if you tried installing it), and make a copy of https://git.kernel.org/cgit/linux/kernel/git/firmware/linux- firmware.git/plain/ath10k/QCA6174 into /lib/firmware/ath10k/ 15.10 will work in a week by a simple `apt upgrade` Distros before 15.10(lower than 4.2 kernel) please keep using the dkms(which will be relocated soon) = Card detail: Qualcomm Atheros Device [168c:003e] (rev 20) Subsystem: Bigfoot Networks, Inc. Device [1a56:1525] This is on a fully updated Ubuntu Server 14.04 installation, with the ubuntu-desktop environment installed. This happened in order to get the md raid drivers for raid0 on my system, as the desktop version doesn't support them. --- ApportVersion: 2.14.1-0ubuntu3.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: matanis2333 F pulseaudio /dev/snd/controlC0: matanis2333 F pulseaudio CRDA: Error: [Errno 2] No such file or directory CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 HibernationDevice: RESUME=UUID=1b192ee3-f592-43e9-bdcf-08b91c0aa9b6 InstallationDate: Installed on 2014-10-16 (3 days ago) InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.3) IwConfig: p2p1 no wireless extensions. lono wireless extensions. MachineType: Micro-Star International Co., Ltd. GT72 2QE NonfreeKernelModules: nvidia Package: linux (not installed) ProcFB: 0 EFI VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-37-generic.efi.signed root=UUID=80998dbb-1f89-4eda-be90-25e35e1c0a90 ro ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7 RelatedPackageVersions: linux-restricted-modules-3.13.0-37-generic N/A linux-backports-modules-3.13.0-37-generic N/A linux-firmware 1.127.7 RfKill: Tags: trusty Uname: Linux 3.13.0-37-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/15/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: E1781IMS.10D dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: MS-1781 dmi.board.vendor: Micro-Star International Co., Ltd. dmi.board.version: REV:0.C dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrE1781IMS.10D:bd09/15/2014:svnMicro-StarInternationalCo.,Ltd.:pnGT722QE:pvrREV0.C:rvnMicro-StarInternationalCo.,Ltd.:rnMS-1781:rvrREV0.C:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: GT72 2QE dmi.product.version: REV:0.C dmi.sys.vendor: Micro-Star International Co., Ltd. Qualcomm Atheros Device [168c:003e] (rev 20) mainline commit d63955b33b3bee45d784ffdfafeb93076c765660 [6.221281] ath10k_pci :02:00.0: pci irq msi interrupts 1 irq_mode 0 reset_mode 0 [6.417386] ath10k_pci :02:00.0: Direct firmware load for ath10k/cal-pci-:02:00.0.bin failed with error -2 [6.417404] ath10k_pci :02:00.0: Direct firmware load for ath10k/QCA6174/hw2.1/board-pci-168c:003e:17aa:3044.bin failed with error -2 [6.417407] ath10k_pci :02:00.0: failed to load spec board file, falling back to generic: -2 [6.417416] ath10k_pci :02:00.0: Direct firmware load for ath10k/QCA6174/hw2.1/board.bin failed with error -2 [6.417418] ath10k_pci :02:00.0: failed to fetch generic board data: -2 [6.417420] ath10k_pci :02:00.0: failed to fetch board file: -2 [6.417421] ath10k_pci :02:00.0: could not fetch firmware files (-2) [6.417423] ath10k_pci :02:00.0: could not probe fw (-2) To manage notifications about this bug go to: https://bugs.launchpad.net/hwe-next/+bug/1383184/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to
[Kernel-packages] [Bug 61235] Please Review PO-Contract Agreement
-- 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/61235 Title: USB mass storage stops working after a while Status in linux package in Ubuntu: Won't Fix Status in linux-source-2.6.17 package in Ubuntu: Fix Released Status in linux-source-2.6.19 package in Ubuntu: Invalid Status in linux-source-2.6.20 package in Ubuntu: Won't Fix Status in linux-source-2.6.22 package in Ubuntu: Won't Fix Status in udev package in Ubuntu: Invalid Bug description: I just plugin an external USB 2.0 hard disk. It is detected and seems to work. However, when I start copying large files it stops working (unmounts itself) after a while. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/61235/+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 1436940] Please Review PO-Contract Agreement
-- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1436940 Title: Qualcomm Atheros QCA6164 802.11ac Wireless Network Adapter [168c:0041] is not supported Status in linux package in Ubuntu: Fix Released Status in linux-firmware package in Ubuntu: Fix Released Status in linux source package in Vivid: Invalid Status in linux source package in Wily: Invalid Status in linux source package in Xenial: Invalid Status in linux-firmware source package in Xenial: Invalid Bug description: The firmware for this card isn't included with Ubuntu. The firmware provided in /lib/firmware/ath10k/QCA6174 in Ubuntu 16.04 crashes when used with this card. This included firmware is likely for the QCA6174 instead of this card, the QCA6164. Yes, you read that right: the files for the QCA6164 need to be a folder called QCA6174 in order for the card to work. Running "modprobe ath10k_pci" shows that the ath10k_pci module looks for firmware in a folder called QCA6174, but not in any folder called QCA6164. It seems that before this issue can be resolved, the ath10k_pci module must be changed so that it recognizes firmware for both the QCA6164 and QCA6174, in separate folders. --- HOW TO GET THIS CARD TO WORK: 1) Use a kernel that supports this card According to WikiDevi, support for this card was added in kernel 4.3. If you're running Ubuntu 16.04 LTS or above, your kernel is fine; skip to the next step. If you're running Ubuntu 15.10 or below, see https://wiki.ubuntu.com/Kernel/MainlineBuilds for info on installing a newer kernel. Alternatively, you can use backports. This is a lot more work, but if you really need to keep using an older kernel for some reason, there are some guides to installing backports in the comments below. 2) Get rid of the firmware folder for this card that's included with Ubuntu: sudo rm -r /lib/firmware/ath10k/QCA6174/ 3) Download the latest firmware: wget https://github.com/kvalo/ath10k-firmware/archive/master.zip 4) Unzip the downloaded file. Inside the ath10k-firmware-master folder is a folder named QCA6174. Copy the QCA6174 folder to /lib/firmware/ath10k: unzip master.zip sudo cp -r ath10k-firmware-master/QCA6174/ /lib/firmware/ath10k/ 5) Rename two of the firmware files like so: cd /lib/firmware/ath10k/QCA6174/hw2.1/ sudo mv firmware-5.bin_SW_RM.1.1.1-00157-QCARMSWPZ-1 firmware-5.bin cd /lib/firmware/ath10k/QCA6174/hw3.0/ sudo mv firmware-4.bin_WLAN.RM.2.0-00180-QCARMSWPZ-1 firmware-4.bin 6) Reboot your computer. Run "lshw -C network" to see if your card is recognized. You can delete the files you downloaded earlier: cd ~ rm master.zip rm -r ath10k-firmware-master/ I've verified that this works with Ubuntu 16.04 LTS (with kernel 4.4.0-21-generic); let me know if it doesn't work for you in the comments below. --- Miles Krell Last updated May 23, 2016 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1436940/+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 1049466] Please Review PO-Contract Agreement
-- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-firmware in Ubuntu. https://bugs.launchpad.net/bugs/1049466 Title: Need support of Ralink RT3290 wifi support Status in Linux: New Status in linux-firmware package in Ubuntu: Fix Released Status in linux source package in Precise: Invalid Status in linux-firmware source package in Precise: Fix Released Status in linux source package in Quantal: Invalid Status in linux-firmware source package in Quantal: Won't Fix Status in linux source package in Raring: Fix Released Status in linux-firmware source package in Raring: Fix Released Status in linux package in Baltix: Opinion Status in linux package in Gentoo Linux: New Bug description: RT3290 wifi chip is becoming common on consumer notebooks. Its support starts from 3.6 so support on 12.10 may need lbm-cw. commit a89534edaaa7008992b878680490e9b02a665563 Author: Woody Hung Date: Wed Jun 13 15:01:16 2012 +0800 rt2x00 : RT3290 chip support v4 This patch support the new chipset rt3290 wifi implementation in rt2x00. It initailize the related mac, bbp and rf register in startup phase. And this patch modify the efuse read/write method for the different efuse data offset of rt3290. Signed-off-by: Woody Hung Signed-off-by: John W. Linville To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1049466/+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