Kamerka Microdia - uruchomienie pod Debianem

Wszystko związane z jądrem systemowym, sterownikami, sprzętem itp.
damian9131
Posty: 13
Rejestracja: 23 maja 2010, 11:52
Lokalizacja: Sosnowiec

Kamerka Microdia - uruchomienie pod Debianem

Post autor: damian9131 »

Witam.
Jestem nowicjuszem, ,,zabawę'' z Linuksem rozpocząłem w zeszłym tygodniu i mam kolejny problem, ale z tym nie mogę dać sobie rady.

Szukałem dużo i ten poradnik chyba jest rozwiązaniem mojego problemu, ale niestety wszystko jest dobrze do tej linii:

Kod: Zaznacz cały

insmod ./microdia.ko
Tak to wygląda w konsoli:

Kod: Zaznacz cały

# insmod ./microdia.ko
insmod: can't read './microdia.ko': No such file or directory
Poradnik:
http://ubuntuforum.pl/showthread.php?t=78124

Kod: Zaznacz cały

lsusb
Bus 005 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 003: ID 09da:000a A4 Tech Co., Ltd Port Mouse
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0c45:612a Microdia PC Camera (SN9C325)
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Proszę o pomoc!
Awatar użytkownika
otypoks
Beginner
Posty: 111
Rejestracja: 18 marca 2007, 13:59
Lokalizacja: Ruda Śląska

Post autor: otypoks »

http://cateee.net/lkddb/web-lkddb/USB_GSPCA_SONIXJ.html
Twoja kamerka jest obsługiwana przez kernel od wersji 2.6.28 bez zabaw w ładowanie modułów z zewnętrznych źródeł.
Jaka wersja debiana?
damian9131
Posty: 13
Rejestracja: 23 maja 2010, 11:52
Lokalizacja: Sosnowiec

Post autor: damian9131 »

Debian 5.0.4 Lenny

Napisz co dokładnie zrobić, bo jestem jeszcze zielony ;D
Awatar użytkownika
otypoks
Beginner
Posty: 111
Rejestracja: 18 marca 2007, 13:59
Lokalizacja: Ruda Śląska

Post autor: otypoks »

W backportach masz 2.6.32. zainstaluj i sprawdź czy kamerka działa.
damian9131
Posty: 13
Rejestracja: 23 maja 2010, 11:52
Lokalizacja: Sosnowiec

Post autor: damian9131 »

Możesz napisać po polsku?
Jestem początkujący! Co mam zainstalować? Skąd i jak?
Awatar użytkownika
otypoks
Beginner
Posty: 111
Rejestracja: 18 marca 2007, 13:59
Lokalizacja: Ruda Śląska

Post autor: otypoks »

Dodaj

Kod: Zaznacz cały

deb http://www.backports.org/debian lenny-backports main
do /etc/apt/sources.list, potem

Kod: Zaznacz cały

apt-get update
lub

Kod: Zaznacz cały

aptitude update
i

Kod: Zaznacz cały

apt-get -t lenny-backports install linux-image-2.6.32-bpo.3-686
lub

Kod: Zaznacz cały

 aptitude install linux-image-2.6.32-bpo.3-686 -t lenny-backports
damian9131
Posty: 13
Rejestracja: 23 maja 2010, 11:52
Lokalizacja: Sosnowiec

Post autor: damian9131 »

Zainstalowałem, ale kamerka nadal nie działa.
Awatar użytkownika
otypoks
Beginner
Posty: 111
Rejestracja: 18 marca 2007, 13:59
Lokalizacja: Ruda Śląska

Post autor: otypoks »

Co pokazuje

Kod: Zaznacz cały

dmesg
damian9131
Posty: 13
Rejestracja: 23 maja 2010, 11:52
Lokalizacja: Sosnowiec

Post autor: damian9131 »

# dmesg

Kod: Zaznacz cały

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.26-2-686 (Debian 2.6.26-21lenny4) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Tue Mar 9 17:35:51 UTC 2010
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
[    0.000000]  BIOS-e820: 000000000fff0000 - 000000000fff8000 (ACPI data)
[    0.000000]  BIOS-e820: 000000000fff8000 - 0000000010000000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 255MB LOWMEM available.
[    0.000000] Entering add_active_range(0, 0, 65520) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->    65520
[    0.000000]   HighMem     65520 ->    65520
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->    65520
[    0.000000] On node 0 totalpages: 65520
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 480 pages used for memmap
[    0.000000]   Normal zone: 60944 pages, LIFO batch:15
[    0.000000]   HighMem zone: 0 pages used for memmap
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP 000FA140, 0014 (r0 AMI   )
[    0.000000] ACPI: RSDT 0FFF0000, 002C (r1 AMIINT VIA_P6         10 MSFT       97)
[    0.000000] ACPI: FACP 0FFF0030, 0081 (r1 AMIINT VIA_P6         11 MSFT       97)
[    0.000000] ACPI: DSDT 0FFF0120, 34F2 (r1    VIA APOLLO-P     1000 INTL  2002024)
[    0.000000] ACPI: FACS 0FFF8000, 0040
[    0.000000] ACPI: APIC 0FFF00C0, 005C (r1 AMIINT VIA_P6          9 MSFT       97)
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] SMP: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] PERCPU: Allocating 37992 bytes of per cpu data
[    0.000000] NR_CPUS: 8, nr_cpu_ids: 2
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 65008
[    0.000000] Kernel command line: root=/dev/hda4 ro quiet
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] mapped IOAPIC to ffffa000 (fec00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
[    0.000000] Detected 2520.111 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [tty0] enabled
[    0.004000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.004000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[    0.004000] Memory: 249796k/262080k available (1771k kernel code, 11660k reserved, 750k data, 244k init, 0k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xfff4c000 - 0xfffff000   ( 716 kB)
[    0.004000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.004000]     vmalloc : 0xd0800000 - 0xff7fe000   ( 751 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xcfff0000   ( 255 MB)
[    0.004000]       .init : 0xc037f000 - 0xc03bc000   ( 244 kB)
[    0.004000]       .data : 0xc02bac75 - 0xc0376620   ( 750 kB)
[    0.004000]       .text : 0xc0100000 - 0xc02bac75   (1771 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[    0.084163] Calibrating delay using timer specific routine.. 5048.83 BogoMIPS (lpj=10097664)
[    0.084235] Security Framework initialized
[    0.084245] SELinux:  Disabled at boot.
[    0.084249] Capability LSM initialized
[    0.084279] Mount-cache hash table entries: 512
[    0.084548] Initializing cgroup subsys ns
[    0.084558] Initializing cgroup subsys cpuacct
[    0.084562] Initializing cgroup subsys devices
[    0.084613] CPU: Trace cache: 12K uops, L1 D cache: 8K
[    0.084619] CPU: L2 cache: 128K
[    0.084622] CPU: Hyper-Threading is disabled
[    0.084627] Intel machine check architecture supported.
[    0.084634] Intel machine check reporting enabled on CPU#0.
[    0.084638] CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
[    0.084642] CPU0: Thermal monitoring enabled
[    0.084670] Checking 'hlt' instruction... OK.
[    0.100553] SMP alternatives: switching to UP code
[    0.111078] ACPI: Core revision 20080321
[    0.121034] ENABLING IO-APIC IRQs
[    0.121370] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.161095] CPU0: Intel(R) Celeron(R) CPU 2.60GHz stepping 09
[    0.164010] Brought up 1 CPUs
[    0.164010] Total of 1 processors activated (5048.83 BogoMIPS).
[    0.164010] CPU0 attaching sched-domain:
[    0.164010]  domain 0: span 0
[    0.164010]   groups: 0
[    0.164010] net_namespace: 660 bytes
[    0.164010] Booting paravirtualized kernel on bare hardware
[    0.164010] NET: Registered protocol family 16
[    0.164010] ACPI: bus type pci registered
[    0.170269] PCI: PCI BIOS revision 2.10 entry at 0xfdb11, last bus=1
[    0.170274] PCI: Using configuration type 1 for base access
[    0.170286] Setting up standard PCI resources
[    0.174720] ACPI: EC: Look up EC in DSDT
[    0.181736] ACPI: Interpreter enabled
[    0.181745] ACPI: (supports S0 S1 S4 S5)
[    0.181769] ACPI: Using IOAPIC for interrupt routing
[    0.193186] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.194339] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.199427] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.199619] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.199794] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.199967] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 *12 14 15)
[    0.200178] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.200355] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.200531] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.200706] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[    0.201011] ACPI: Power Resource [URP1] (off)
[    0.201075] ACPI: Power Resource [URP2] (off)
[    0.201140] ACPI: Power Resource [FDDP] (off)
[    0.201200] ACPI: Power Resource [LPTP] (off)
[    0.201419] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.201538] pnp: PnP ACPI init
[    0.201562] ACPI: bus type pnp registered
[    0.207579] pnp: PnP ACPI: found 11 devices
[    0.207586] ACPI: ACPI bus type pnp unregistered
[    0.207592] PnPBIOS: Disabled by ACPI PNP
[    0.208592] PCI: Using ACPI for IRQ routing
[    0.209044] ACPI: RTC can wake from S4
[    0.209119] system 00:01: ioport range 0x295-0x296 has been reserved
[    0.209124] system 00:01: ioport range 0x3f0-0x3f1 has been reserved
[    0.209128] system 00:01: ioport range 0x4d0-0x4d1 has been reserved
[    0.209131] system 00:01: ioport range 0x400-0x40f has been reserved
[    0.209134] system 00:01: ioport range 0x800-0x87f has been reserved
[    0.209140] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.209144] system 00:01: iomem range 0xfee00000-0xfee00fff could not be reserved
[    0.240563] PCI: Bridge: 0000:00:01.0
[    0.240570]   IO window: a000-afff
[    0.240576]   MEM window: 0xdfe00000-0xdfefffff
[    0.240581]   PREFETCH window: 0x00000000bfd00000-0x00000000dfcfffff
[    0.240605] PCI: Setting latency timer of device 0000:00:01.0 to 64
[    0.240669] NET: Registered protocol family 2
[    0.240892] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.241240] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.241291] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.241343] TCP: Hash tables configured (established 8192 bind 8192)
[    0.241348] TCP reno registered
[    0.241588] NET: Registered protocol family 1
[    0.241766] checking if image is initramfs... it is
[    0.744054] Switched to high resolution mode on CPU 0
[    0.846596] Freeing initrd memory: 6069k freed
[    0.848397] audit: initializing netlink socket (disabled)
[    0.848421] type=2000 audit(1274866759.848:1): initialized
[    0.848617] Total HugeTLB memory allocated, 0
[    0.848848] VFS: Disk quotas dquot_6.5.1
[    0.848903] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.849011] msgmni has been set to 500
[    0.849303] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.849311] io scheduler noop registered
[    0.849313] io scheduler anticipatory registered
[    0.849315] io scheduler deadline registered
[    0.849375] io scheduler cfq registered (default)
[    0.849391] PCI: VIA PCI bridge detected.Disabling DAC.
[    0.849475] pci 0000:00:11.0: Bypassing VIA 8237 APIC De-Assert Message
[    0.849487] pci 0000:01:00.0: Boot video device
[    0.850559] isapnp: Scanning for PnP cards...
[    1.205003] isapnp: No Plug & Play device found
[    1.215060] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[    1.215290] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.216494] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.221591] brd: module loaded
[    1.221883] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    1.221889] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    1.222214] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.222620] mice: PS/2 mouse device common for all mice
[    1.222976] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[    1.223020] rtc0: alarms up to one year, y3k
[    1.223149] cpuidle: using governor ladder
[    1.223154] cpuidle: using governor menu
[    1.223168] No iBFT detected.
[    1.223744] TCP cubic registered
[    1.223752] NET: Registered protocol family 17
[    1.223764] Using IPI No-Shortcut mode
[    1.224237] registered taskstats version 1
[    1.224443] rtc_cmos 00:03: setting system clock to 2010-05-26 09:39:20 UTC (1274866760)
[    1.224737] Freeing unused kernel memory: 244k freed
[    1.245743] input: AT Translated Set 2 keyboard as /class/input/input0
[    1.380845] ACPI: ACPI0007:00 is registered as cooling_device0
[    2.226645] No dock devices found.
[    2.279020] SCSI subsystem initialized
[    2.347026] usbcore: registered new interface driver usbfs
[    2.347084] usbcore: registered new interface driver hub
[    2.347183] usbcore: registered new device driver usb
[    2.349161] USB Universal Host Controller Interface driver v3.0
[    2.349259] ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 21 (level, low) -> IRQ 21
[    2.349278] uhci_hcd 0000:00:10.0: UHCI Host Controller
[    2.349506] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[    2.349565] uhci_hcd 0000:00:10.0: irq 21, io base 0x0000c800
[    2.349704] usb usb1: configuration #1 chosen from 1 choice
[    2.349766] hub 1-0:1.0: USB hub found
[    2.349782] hub 1-0:1.0: 2 ports detected
[    2.350450] libata version 3.00 loaded.
[    2.390202] via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
[    2.452267] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    2.452274] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.452278] usb usb1: Product: UHCI Host Controller
[    2.452281] usb usb1: Manufacturer: Linux 2.6.26-2-686 uhci_hcd
[    2.452283] usb usb1: SerialNumber: 0000:00:10.0
[    2.452406] ACPI: PCI Interrupt 0000:00:10.1[A] -> GSI 21 (level, low) -> IRQ 21
[    2.452424] uhci_hcd 0000:00:10.1: UHCI Host Controller
[    2.452484] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
[    2.452517] uhci_hcd 0000:00:10.1: irq 21, io base 0x0000cc00
[    2.452663] usb usb2: configuration #1 chosen from 1 choice
[    2.452720] hub 2-0:1.0: USB hub found
[    2.452737] hub 2-0:1.0: 2 ports detected
[    2.499636] Floppy drive(s): fd0 is 1.44M
[    2.520007] FDC 0 is a post-1991 82077
[    2.556294] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    2.556301] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.556304] usb usb2: Product: UHCI Host Controller
[    2.556307] usb usb2: Manufacturer: Linux 2.6.26-2-686 uhci_hcd
[    2.556310] usb usb2: SerialNumber: 0000:00:10.1
[    2.556429] ACPI: PCI Interrupt 0000:00:10.2[B] -> GSI 21 (level, low) -> IRQ 21
[    2.556447] uhci_hcd 0000:00:10.2: UHCI Host Controller
[    2.556507] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
[    2.556542] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000d000
[    2.556687] usb usb3: configuration #1 chosen from 1 choice
[    2.556747] hub 3-0:1.0: USB hub found
[    2.556764] hub 3-0:1.0: 2 ports detected
[    2.660223] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    2.660230] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.660234] usb usb3: Product: UHCI Host Controller
[    2.660237] usb usb3: Manufacturer: Linux 2.6.26-2-686 uhci_hcd
[    2.660239] usb usb3: SerialNumber: 0000:00:10.2
[    2.660301] sata_via 0000:00:0f.0: version 2.3
[    2.660339] ACPI: PCI Interrupt 0000:00:0f.0[B] -> GSI 20 (level, low) -> IRQ 20
[    2.660400] sata_via 0000:00:0f.0: routed to hard irq line 10
[    2.660534] scsi0 : sata_via
[    2.660736] scsi1 : sata_via
[    2.660818] ata1: SATA max UDMA/133 cmd 0xec00 ctl 0xe800 bmdma 0xdc00 irq 20
[    2.660822] ata2: SATA max UDMA/133 cmd 0xe400 ctl 0xe000 bmdma 0xdc08 irq 20
[    2.820023] usb 1-2: new full speed USB device using uhci_hcd and address 2
[    2.864027] ata1: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
[    2.964005] usb 1-2: configuration #1 chosen from 1 choice
[    2.964005] usb 1-2: New USB device found, idVendor=0c45, idProduct=612a
[    2.964005] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    2.964005] usb 1-2: Product: USB camera
[    3.076036] ata2: SATA link down 1.5 Gbps (SStatus 0 SControl 300)
[    3.086970] ACPI: PCI Interrupt 0000:00:10.3[B] -> GSI 21 (level, low) -> IRQ 21
[    3.086989] uhci_hcd 0000:00:10.3: UHCI Host Controller
[    3.087070] uhci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
[    3.087107] uhci_hcd 0000:00:10.3: irq 21, io base 0x0000d400
[    3.087269] usb usb4: configuration #1 chosen from 1 choice
[    3.087327] hub 4-0:1.0: USB hub found
[    3.087344] hub 4-0:1.0: 2 ports detected
[    3.188211] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    3.188218] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.188221] usb usb4: Product: UHCI Host Controller
[    3.188224] usb usb4: Manufacturer: Linux 2.6.26-2-686 uhci_hcd
[    3.188226] usb usb4: SerialNumber: 0000:00:10.3
[    3.190619] ACPI: PCI Interrupt 0000:00:10.4[C] -> GSI 21 (level, low) -> IRQ 21
[    3.190647] ehci_hcd 0000:00:10.4: EHCI Host Controller
[    3.190725] ehci_hcd 0000:00:10.4: new USB bus registered, assigned bus number 5
[    3.190784] ehci_hcd 0000:00:10.4: irq 21, io mem 0xdfffbe00
[    3.220065] usb 2-1: new low speed USB device using uhci_hcd and address 2
[    3.232071] ehci_hcd 0000:00:10.4: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    3.232201] usb usb5: configuration #1 chosen from 1 choice
[    3.232256] hub 5-0:1.0: USB hub found
[    3.232274] hub 5-0:1.0: 8 ports detected
[    3.288089] hub 2-0:1.0: unable to enumerate USB device on port 1
[    3.336264] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    3.336270] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.336274] usb usb5: Product: EHCI Host Controller
[    3.336276] usb usb5: Manufacturer: Linux 2.6.26-2-686 ehci_hcd
[    3.336279] usb usb5: SerialNumber: 0000:00:10.4
[    3.346294] ACPI: PCI Interrupt 0000:00:12.0[A] -> GSI 23 (level, low) -> IRQ 23
[    3.350734] eth0: VIA Rhine II at 0x1c000, 00:0b:6a:93:17:b5, IRQ 23.
[    3.351473] eth0: MII PHY found at address 1, status 0x7869 advertising 05e1 Link 45e1.
[    3.351739] Uniform Multi-Platform E-IDE driver
[    3.351748] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[    3.358956] VP_IDE: IDE controller (0x1106:0x0571 rev 0x06) at  PCI slot 0000:00:0f.1
[    3.358990] ACPI: PCI Interrupt 0000:00:0f.1[A] -> GSI 20 (level, low) -> IRQ 20
[    3.359007] VP_IDE: not 100% native mode: will probe irqs later
[    3.359024] VP_IDE: VIA vt8237 (rev 00) IDE UDMA133 controller on pci0000:00:0f.1
[    3.359037]     ide0: BM-DMA at 0xfc00-0xfc07
[    3.359049]     ide1: BM-DMA at 0xfc08-0xfc0f
[    3.359055] Probing IDE interface ide0...
[    3.772134] hda: ST340015A, ATA DISK drive
[    4.352052] usb 1-2: USB disconnect, address 2
[    4.444097] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[    4.444278] hda: UDMA/100 mode selected
[    4.444491] Probing IDE interface ide1...
[    4.596029] usb 1-2: new full speed USB device using uhci_hcd and address 3
[    4.753086] usb 1-2: configuration #1 chosen from 1 choice
[    4.756430] usb 1-2: New USB device found, idVendor=0c45, idProduct=612a
[    4.756436] usb 1-2: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.756439] usb 1-2: Product: USB camera
[    4.996024] usb 2-1: new low speed USB device using uhci_hcd and address 3
[    5.164974] usb 2-1: configuration #1 chosen from 1 choice
[    5.184017] usb 2-1: New USB device found, idVendor=09da, idProduct=000a
[    5.184017] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.184017] usb 2-1: Product: USB Optical Mouse
[    5.184017] usb 2-1: Manufacturer: A4Tech
[    5.211275] usbcore: registered new interface driver hiddev
[    5.222979] input: A4Tech USB Optical Mouse as /class/input/input1
[    5.224108] input,hidraw0: USB HID v1.10 Mouse [A4Tech USB Optical Mouse] on usb-0000:00:10.1-1
[    5.224144] usbcore: registered new interface driver usbhid
[    5.224150] usbhid: v2.6:USB HID core driver
[    5.308136] hdc: HL-DT-ST DVDRAM GSA-4167B, ATAPI CD/DVD-ROM drive
[    6.092129] hdd: SAMSUNG CD-R/RW DRIVE SW-252F, ATAPI CD/DVD-ROM drive
[    6.148099] hdc: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[    6.148906] hdc: UDMA/33 mode selected
[    6.149369] hdd: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[    6.149491] hdd: UDMA/33 mode selected
[    6.149660] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    6.151345] ide1 at 0x170-0x177,0x376 on irq 15
[    6.204517] hda: max request size: 128KiB
[    6.205403] hda: 78165360 sectors (40020 MB) w/2048KiB Cache, CHS=65535/16/63
[    6.209048] hda: cache flushes supported
[    6.209130]  hda: hda1 hda2 < hda5 hda6 hda7 > hda3 hda4
[    6.267300] hdc: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
[    6.267312] Uniform CD-ROM driver Revision: 3.20
[    6.276733] hdd: ATAPI 1X CD-ROM CD-R/RW drive, 2048kB Cache
[    6.968789] PM: Starting manual resume from disk
[    7.063957] kjournald starting.  Commit interval 5 seconds
[    7.063987] EXT3-fs: mounted filesystem with ordered data mode.
[    9.290431] udevd version 125 started
[   11.350615] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   11.356592] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   11.376812] Linux agpgart interface v0.103
[   11.388046] agpgart: Detected VIA PT800 chipset
[   11.397124] agpgart: AGP aperture is 128M @ 0xe0000000
[   11.487146] input: Power Button (FF) as /class/input/input2
[   11.514564] ACPI: Power Button (FF) [PWRF]
[   11.514685] input: Power Button (CM) as /class/input/input3
[   11.548126] ACPI: Power Button (CM) [PWRB]
[   11.548268] input: Sleep Button (CM) as /class/input/input4
[   11.580127] ACPI: Sleep Button (CM) [SLPB]
[   12.912200] input: PC Speaker as /class/input/input5
[   13.404490] parport_pc 00:09: reported by Plug and Play ACPI
[   13.404595] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE,EPP]
[   13.534290] gameport: NS558 PnP Gameport is pnp00:0a/gameport0, io 0x200, speed 806kHz
[   14.276545] ACPI: PCI Interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 22
[   14.276708] PCI: Setting latency timer of device 0000:00:11.5 to 64
[   15.924702] Adding 497972k swap on /dev/hda6.  Priority:-1 extents:1 across:497972k
[   16.378427] EXT3 FS on hda4, internal journal
[   16.933301] loop: module loaded
[   17.805328] kjournald starting.  Commit interval 5 seconds
[   17.805328] EXT3 FS on hda3, internal journal
[   17.805328] EXT3-fs: mounted filesystem with ordered data mode.
[   17.837449] kjournald starting.  Commit interval 5 seconds
[   17.840138] EXT3 FS on hda7, internal journal
[   17.840149] EXT3-fs: mounted filesystem with ordered data mode.
[   17.958622] NTFS driver 2.1.29 [Flags: R/W MODULE].
[   17.959039] NTFS-fs error (device hda1): parse_options(): Unrecognized mount option codepage.
[   17.959117] NTFS-fs warning (device hda1): parse_options(): Option iocharset is deprecated. Please use option nls=<charsetname> in the future.
[   18.123477] NTFS-fs error (device hda5): parse_options(): Unrecognized mount option codepage.
[   18.123477] NTFS-fs warning (device hda5): parse_options(): Option iocharset is deprecated. Please use option nls=<charsetname> in the future.
[   20.035053] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[   22.675838] NET: Registered protocol family 10
[   22.676588] lo: Disabled Privacy Extensions
[   23.611465] lp0: using parport0 (interrupt-driven).
[   23.636766] ppdev: user-space parallel port driver
[   31.304733] [drm] Initialized drm 1.1.0 20060810
[   31.317905] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[   31.318030] [drm] Initialized radeon 1.29.0 20080528 on minor 0
[   32.929118] agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
[   32.929148] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
[   32.929218] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
[   33.332448] [drm] Setting GART location based on new memory map
[   33.332461] [drm] Loading R200 Microcode
[   33.332506] [drm] writeback test succeeded in 1 usecs
[   42.432025] eth0: no IPv6 routers present
[ 7723.727847] mtrr: no MTRR for c0000000,8000000 found
[ 7728.917186] agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
[ 7728.917186] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
[ 7728.917186] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
[ 7729.290530] [drm] Setting GART location based on new memory map
[ 7729.290530] [drm] Loading R200 Microcode
[ 7729.290530] [drm] writeback test succeeded in 1 usecs
[ 7813.292999] fusion-icon[4062]: segfault at 4d0 ip b7a418a7 sp bfff6070 error 4 in libX11.so.6.2.0[b7a2a000+eb000]
[ 7818.484009] agpgart: Found an AGP 3.5 compliant device at 0000:00:00.0.
[ 7818.484009] agpgart: Putting AGP V3 device at 0000:00:00.0 into 8x mode
[ 7818.484009] agpgart: Putting AGP V3 device at 0000:01:00.0 into 8x mode
[ 7818.484009] [drm] Loading R200 Microcode
[ 8709.558291] fuse init (API version 7.9)
[11637.962562] process `skype' is using obsolete setsockopt SO_BSDCOMPAT
Awatar użytkownika
otypoks
Beginner
Posty: 111
Rejestracja: 18 marca 2007, 13:59
Lokalizacja: Ruda Śląska

Post autor: otypoks »

Uruchom ponownie komputer i uruchom system z nowym jądrem i wtedy sprawdź czy działa.
ODPOWIEDZ