Форум русскоязычного сообщества Ubuntu


Хотите сделать посильный вклад в развитие Ubuntu и русскоязычного сообщества?
Помогите нам с документацией!

Автор Тема: ubuntu 9.04 remix card reader trouble  (Прочитано 589 раз)

0 Пользователей и 1 Гость просматривают эту тему.

Оффлайн Vir0id

  • Автор темы
  • Участник
  • *
  • Сообщений: 245
  • Выкини комп из окна или окна из компа
    • Просмотр профиля
ubuntu 9.04 remix card reader trouble
« : 03 Мая 2009, 12:50:48 »
Не работает кардридер на Acer Aspire one. Ни левый, ни правый.
vir0id@vir0id-laptop:~$ lsb_release -rd
Description: Ubuntu 9.04
Release: 9.04
vir0id@vir0id-laptop:~$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.2 IDE interface: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
03:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01)
vir0id@vir0id-laptop:~$ dpkg -l|grep udev
ii  libudev0                                   141-1                              udev library
ii  udev                                       141-1                              rule-based device node and kernel event mana

И dmesg
[    3.028505] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
[    3.028549] sd 0:0:0:0: [sda] Write Protect is off
[    3.028555] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.028625] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.028772] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
[    3.028812] sd 0:0:0:0: [sda] Write Protect is off
[    3.028817] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.028887] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.028895]  sda: sda1 sda2 < sda5 sda6 > sda3
[    3.067277] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.067378] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.068836] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.068880] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.068912] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    3.068919] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    3.069036] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    3.072968] ehci_hcd 0000:00:1d.7: debug port 1
[    3.072978] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    3.073017] ehci_hcd 0000:00:1d.7: irq 16, io mem 0x58544400
[    3.088021] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00

Вывод /etc/modules
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.

lp
pciehp

и /etc/default/linux-restricted-modules-common
# This file is sourced from the linux-restricted-modules-common init
# script and is used to disable the link-on-boot feature, one module
# at a time.  This can be useful if you want to use hand-compiled
# versions of one or more modules, but keep linux-restricted-modules
# installed on your system, or just to disable modules you don't use
# and speed up your boot process by a second or two.
#
# Use a space-separated list of modules you wish to not have linked
# on boot.  The following example shows a (condensed) list of all
# modules shipped in the linux-restricted-modules packages:
#
# DISABLED_MODULES="madwifi ltm wl"
#
# Note that disabling "madwifi" disables all madwifi drivers, "ltm"
# disables ltmodem and ltserial. You can also name each module
# individually, if you prefer a subset.

DISABLED_MODULES=""
« Последнее редактирование: 03 Мая 2009, 13:03:25 от Viroid »

Оффлайн Lang

  • Новичок
  • *
  • Сообщений: 3
    • Просмотр профиля
Re: ubuntu 9.04 remix card reader trouble
« Ответ #1 : 03 Мая 2009, 22:48:15 »
Такая же проблема. Глюк похоже в ядре, сейчас качаю 2.6.29.2

Пользователь решил продолжить мысль 03 Мая 2009, 23:12:03:
С этим ядром вроде как http://launchpadlibrarian.net/26201996/linux-image-2.6.30-2-generic_2.6.30-2.3_i386.deb всё в порядке, правда правый карт-ридер что то не очень работает
« Последнее редактирование: 03 Мая 2009, 23:12:03 от Lang »

 

Страница сгенерирована за 0.019 секунд. Запросов: 20.