PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : PCMCIA funzt nicht auf ACER Aspire 1300 mit Suse 9.2


dirbri
07.05.05, 20:46
Hallo,

ich probiere jetzt schon einige Wochen das Suse 9.2 auf meinem Acer Aspire 1300 zum laufen zu bringen.

Die PCMCIA - Bridge läuft leider immer noch nicht. Ich habe bereits die Pakete pcmcia-cs-3.2.8 und pcmcia-cs-3.2.9 von Sourceforge probiert . Es scheint zwar so, als wäre ich näher am Ziel. Es läuft aber immer noch nicht.

Anbei die Mitschriebe von den Konfigurationsversuchen sowie die Antwort von

<dmesg lless>

Vielleicht liegt das Problem in der Kernel Version oder in den IRQs. Ich komme hier nicht mehr weiter.

Danke im voraus für eure Unterstützung.

Dirk


C--------------------------------------------------------------------------------------------------------------------------------


------------------------------------------------------------------
bei Eingabe in die Root-Konsole von <pcic_probe> kommt folgende Meldung:
PCI bridge probe: O2 Micro 6912 found, 2 sockets.
------------------------------------------------------------------

neue Version vom PCMCIA.cs heruntergeladen und installiert
wichtig war: Make Config, make all und make install und dann Yast
der PCMCIA Umfang lÀßt sich jetzt Ìber den Yast.
Es erfolgt jedoch immer noch keine Reaktion beim EinfÃŒgen der PCMCIA-Karte.
c-------------------------------------------------------------------

PCMCIA_PCIC_OPTS hatte den Wert: probe_io=0. Umgestellt auf den Wert
<poll_interval=100>
Beim make all wird fehlendes <yacc> bemÀngelt. Daraufhin das Paket <Bison> installiert
C----------------------------------------------------------------------
linux:/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9 # make config

-------- Linux PCMCIA Configuration Script --------

The default responses for each question are correct for most users.
Consult the PCMCIA-HOWTO for additional info about each option.

Linux kernel source directory [/usr/src/linux]:

./Configure: line 284: CONFIG_RELEASE: command not found
./Configure: line 284: CONFIG_CFGNAME: command not found
./Configure: line 284: shellecho-: command not found
The kernel source tree is version 2.6.8-.
WARNING: the current kernel is sublevel 2.6.8-24-default.
The current kernel build date is Wed Oct 6 09:16:23 2004.

Build 'trusting' versions of card utilities (y/n) [n]:
Include 32-bit (CardBus) card support (y/n) [y]:
Include PnP BIOS resource checking (y/n) [y]:

The PCMCIA drivers need to be compiled to match the kernel they
will be used with, or some or all of the modules may fail to load.
If you are not sure what to do, please consult the PCMCIA-HOWTO.

How would you like to set kernel-specific options?
1 - Read from the currently running kernel
2 - Read from the Linux source tree
Enter option (1-2) [2]:

Module install directory [/lib/modules/2.6.8-]:

Kernel configuration options:
Kernel-tree PCMCIA support is enabled.
Symmetric multiprocessing support is disabled.
Preemptive kernel support is disabled.
Realtime Hardware Abstraction Layer is disabled.
High memory support is enabled.
PCI BIOS support is enabled.
Power management (APM) support is enabled.
SCSI support is enabled.
IEEE 1394 (FireWire) support is disabled.
Networking support is enabled.
Radio network interface support is enabled.
Token Ring device support is enabled.
Fast switching is disabled.
Frame Diverter is disabled.
Module version checking is disabled.
Kernel debugging support is enabled.
Memory leak detection support is disabled.
Spinlock debugging is disabled.
/proc filesystem support is enabled.
PAE support is disabled.


Configuration successful.

** Your kernel is configured with PCMCIA driver support. Therefore,
** 'make all' will compile the PCMCIA utilities but not the drivers.
** See README-2.4 if this is not what you intended!


C------------------------------------------------------------------------------------------------------------------

linux:/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9 # make all

make[1]: Entering directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/cardmgr'
cc -MD -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules -c cardmgr.c
cc -c -MD -O -pipe -I../include/static -I/usr/src/linux/include -I../include -I../modules yacc_config.c
cc -c -MD -O -pipe -I../include/static -I/usr/src/linux/include -I../include -I../modules lex_config.c
cc cardmgr.o yacc_config.o lex_config.o -o cardmgr
cc -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules cardctl.c -o cardctl
cc -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules ifport.c -o ifport
cc -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules ifuser.c -o ifuser
cc -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules scsi_info.c -o scsi_info
cc -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules ide_info.c -o ide_info
cc -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules pcic_probe.c -o pcic_probe
make[1]: Leaving directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/cardmgr'
make[1]: Entering directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/flash'
cc -MD -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -c ftl_format.c
cc ftl_format.o -o ftl_format
cc -MD -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -c ftl_check.c
cc ftl_check.o -o ftl_check
make[1]: Leaving directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/flash'
make[1]: Entering directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/debug-tools'
cc -MD -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules -c dump_cis.c
cc dump_cis.o -o dump_cis
cc -MD -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules -c dump_cisreg.c
cc dump_cisreg.o -o dump_cisreg
cc -MD -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules -c pack_cis.c
yacc -d yacc_cis.y
mv y.tab.c yacc_cis.c
mv y.tab.h yacc_cis.h
cc -MD -O -pipe -I../include/static -I/usr/src/linux/include -I../include -I../modules -c lex_cis.c
cc -MD -O -pipe -I../include/static -I/usr/src/linux/include -I../include -I../modules -c yacc_cis.c
cc pack_cis.o lex_cis.o yacc_cis.o -o pack_cis -lm
cc -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules dump_exca.c -o dump_exca
cc -MD -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules -c lspnp.c
lspnp.c: In function `dump_chain':
lspnp.c:499: warning: use of cast expressions as lvalues is deprecated
cc lspnp.o -o lspnp
cc -MD -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules -c setpnp.c
setpnp.c: In function `update_chain':
setpnp.c:166: warning: use of cast expressions as lvalues is deprecated
cc setpnp.o -o setpnp
cc -MD -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules -c dump_tcic.c
cc dump_tcic.o -o dump_tcic
cc -O3 -Wall -Wstrict-prototypes -pipe -Wa,--no-warn -I../include/static -I/usr/src/linux/include -I../include -I../modules dump_cardbus.c -o dump_cardbus
make[1]: Leaving directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/debug-tools'
make[1]: Entering directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/man'
make[1]: Entering directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/etc'
make[2]: Entering directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/etc/cis'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/etc/cis'
make[1]: Leaving directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/etc'


C---------------------------------------------------------------------------------------------------------------

linux:/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9 # make install

make[1]: Entering directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/cardmgr'
cp -f cardmgr cardctl ifport ifuser scsi_info ide_info pcinitrd /sbin
chmod u+s /sbin/cardctl
make[1]: Leaving directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/cardmgr'
make[1]: Entering directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/flash'
cp -f ftl_format ftl_check /sbin
make[1]: Leaving directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/flash'
make[1]: Entering directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/debug-tools'
cp -f dump_cis pack_cis /sbin
cp -f lspnp setpnp /sbin
cp -f pnp.ids /usr/share
make[1]: Leaving directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/debug-tools'
make[1]: Entering directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/man'
cp *.4 /usr/share/man//man4
cp *.5 /usr/share/man//man5
cp *.8 /usr/share/man//man8
make[1]: Leaving directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/man'
make[1]: Entering directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/etc'
make[2]: Entering directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/etc/cis'
cp *.dat /etc/pcmcia/cis
make[2]: Leaving directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/etc/cis'
-> Creating PCMCIA options file /etc/sysconfig/pcmcia
-> Installing PCMCIA startup script as /etc/init.d/pcmcia.N
-> Updating client scripts in /etc/pcmcia
-> Updating /etc/modules.conf
-> *NOT* running depmod. Run depmod by hand if necessary.
make[1]: Leaving directory `/usr/src/pcmcia-cs.03-Mar-05/pcmcia-cs-3.2.9/etc'

C---------------------------------------------------------------------


dmesg lless

Linux version 2.6.8-24-default (geeko@buildhost) (gcc version 3.3.4 (pre 3.3.5 20040809)) #1 Wed Oct 6 09:16:23 UTC 2004
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000000eff0000 (usable)
BIOS-e820: 000000000eff0000 - 000000000effffc0 (ACPI data)
BIOS-e820: 000000000effffc0 - 000000000f000000 (ACPI NVS)
BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
773MB vmalloc/ioremap area available.
0MB HIGHMEM available.
239MB LOWMEM available.
On node 0 totalpages: 61424
DMA zone: 4096 pages, LIFO batch:1
Normal zone: 57328 pages, LIFO batch:13
HighMem zone: 0 pages, LIFO batch:1
DMI 2.3 present.
ACPI: RSDP (v000 OID_00 ) @ 0x000e4010
ACPI: RSDT (v001 OID_00 RSDT_000 0x30303030 & 0x00010007) @ 0x0efffbc0
ACPI: FADT (v002 INSYDE FACP_000 0x00000100 & 0x00010007) @ 0x0efffac0
ACPI: BOOT (v001 INSYDE SYS_BOOT 0x00000100 & 0x00010007) @ 0x0efffb50
ACPI: DBGP (v001 INSYDE SYS_DBGP 0x00000100 & 0x00010007) @ 0x0efffb80
ACPI: DSDT (v001 INSYDE VT8362 0x00001000 MSFT 0x0100000d) @ 0x00000000
ACPI: PM-Timer IO Port: 0x1008
ACPI: local apic disabled
Built 1 zonelists
Kernel command line: root=/dev/hda7 vga=0x314 selinux=0 resume=/dev/hda6 desktop elevator=as splash=silent
bootsplash: silent mode.
Initializing CPU#0
PID hash table entries: 1024 (order: 10, 16384 bytes)
Detected 1200.559 MHz processor.
Using pmtmr for high-res timesource
Console: colour dummy device 80x25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 238284k/245696k available (2074k kernel code, 6780k reserved, 782k data, 212k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 2375.68 BogoMIPS (lpj=1187840)
Security Scaffold v1.0.0 initialized
SELinux: Disabled at boot.
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0183f9ff c1cbf9ff 00000000 00000000
CPU: After vendor identify, caps: 0183f9ff c1cbf9ff 00000000 00000000
Enabling disabled K7/SSE Support.
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU: After all inits, caps: 0383f9ff c1cbf9ff 00000000 00000020
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: AMD mobile AMD Athlon(tm) XP 1400+ stepping 00
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
ACPI: IRQ9 SCI: Edge set to Level Trigger.
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd
Looking for DSDT in initrd ...No customized DSDT found in initrd!
Freeing initrd memory: 1146k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xe8a64, last bus=1
PCI: Using configuration type 1
mtrr: v2.0 (20020519)
ACPI: Subsystem revision 20040715
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
Disabling VIA memory write queue (PCI ID 0305, rev 80): [55] 3c & 1f -> 1c
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: Embedded Controller [EC0] (gpe 1)
ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs *10)
ACPI: PCI Interrupt Link [LNKD] (IRQs 10 *11)
Linux Plug and Play Support v0.97 (c) Adam Belay
PCI: Using ACPI for IRQ routing
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:0a.0[A] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI interrupt 0000:00:11.2[D] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
ACPI: PCI interrupt 0000:00:11.5[C] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI interrupt 0000:00:11.6[C] -> GSI 10 (level, low) -> IRQ 10
ACPI: PCI interrupt 0000:00:12.0[A] -> GSI 11 (level, low) -> IRQ 11
ACPI: PCI interrupt 0000:01:00.0[A] -> GSI 11 (level, low) -> IRQ 11
TC classifier action (bugs to netdev@oss.sgi.com cc hadi@cyberus.ca)
Simple Boot Flag at 0x37 set to 0x1
apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
apm: overridden by ACPI.
audit: initializing netlink socket (disabled)
audit(1115477796.4294966580:0): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializing Cryptographic API
Applying VIA southbridge workaround.
vesafb: framebuffer at 0x90000000, mapped to 0xcf880000, using 3750k, total 15296k
vesafb: mode is 800x600x16, linelength=1600, pages=14
vesafb: protected mode interface info at c000:7926
vesafb: scrolling: redraw
vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
bootsplash 3.1.6-2004/03/31: looking for picture...<6> silentjpeg size 24323 bytes,<6>...found (800x600, 13475 bytes, v3).
Console: switching to colour frame buffer device 99x33
fb0: VESA VGA frame buffer device
isapnp: Scanning for PnP cards...
isapnp: No Plug & Play device found
Real Time Clock Driver v1.12
i8042.c: Detected active multiplexing controller, rev 1.1.
serio: i8042 KBD port at 0x60,0x64 irq 1
serio: i8042 AUX0 port at 0x60,0x64 irq 12
serio: i8042 AUX1 port at 0x60,0x64 irq 12
serio: i8042 AUX2 port at 0x60,0x64 irq 12
serio: i8042 AUX3 port at 0x60,0x64 irq 12
Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 64000K size 1024 blocksize
loop: loaded (max 8 devices)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller at PCI slot 0000:00:11.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8231 (rev 10) IDE UDMA100 controller on pci0000:00:11.1
ide0: BM-DMA at 0x1100-0x1107, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0x1108-0x110f, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0...
hda: IC25N020ATCS04-0, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
hdc: QSI CD-RW/DVD-ROM SBW-161, ATAPI CD/DVD-ROM drive
ide1 at 0x170-0x177,0x376 on irq 15
Probing IDE interface ide2...
ide2: Wait for ready failed before probe !
Probing IDE interface ide3...
ide3: Wait for ready failed before probe !
Probing IDE interface ide4...
ide4: Wait for ready failed before probe !
Probing IDE interface ide5...
ide5: Wait for ready failed before probe !
hda: max request size: 128KiB
hda: 39070080 sectors (20003 MB) w/1768KiB Cache, CHS=38760/16/63, UDMA(100)
hda: cache flushes not supported
hda: hda1 hda2 < hda5 hda6 hda7 >
ide-floppy driver 0.99.newide
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard on isa0060/serio0
alps.c: E6 report: 00 00 64
alps.c: E7 report: 73 02 14
alps.c: E6 report: 00 00 64
alps.c: E7 report: 73 02 14
alps.c: Status: 15 01 0a
ALPS Touchpad (Glidepoint) detected
Disabling hardware tapping
alps.c: Status: 11 01 0a
input: AlpsPS/2 ALPS TouchPad on isa0060/serio4
input: PC Speaker
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 32768)
NET: Registered protocol family 1
NET: Registered protocol family 8
NET: Registered protocol family 20
PM: Reading pmdisk image.
swsusp: Resume From Partition: /dev/hda6
<3>swsusp: Invalid partition type.
pmdisk: Error -22 resuming
PM: Resume from disk failed.
ACPI: (supports S0 S3 S4 S4bios S5)
ACPI wakeup devices:
LID BAT0 PBTN AUDI MODM USB0 USB1 LAN0
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
RAMDISK: Compressed image found at block 0
VFS: Mounted root (ext2 filesystem).
ReiserFS: hda7: found reiserfs format "3.6" with standard journal
ReiserFS: hda7: using ordered data mode
reiserfs: using flush barriers
ReiserFS: hda7: journal params: device hda7, size 8192, journal first block 18,max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda7: checking transaction log (hda7)
ReiserFS: hda7: replayed 21 transactions in 4 seconds
reiserfs: disabling flush barriers on hda7
ReiserFS: hda7: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Trying to move old root to /initrd ... failed
Unmounting old root
Trying to free ramdisk memory ... okay
Freeing unused kernel memory: 212k freed
Adding 136040k swap on /dev/hda6. Priority:42 extents:1
usbcore: registered new driver usbfs
usbcore: registered new driver hub
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
device-mapper: 4.1.0-ioctl (2003-12-10) initialised: dm@uk.sistina.com
evdev_connect: evdev cdec3540 handle cdec355c name event0
evdev_connect: evdev cdec3840 handle cdec385c name event1
evdev_connect: evdev cdec3640 handle cdec365c name event2
subfs 0.9
NET: Registered protocol family 23
via_ircc: unsupported module, tainting kernel.
via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written by Donald Becker
PCI: Enabling device 0000:00:12.0 (0001 -> 0003)
ACPI: PCI interrupt 0000:00:12.0[A] -> GSI 11 (level, low) -> IRQ 11
eth0: VIA Rhine II at 0xe800, 00:c0:9f:12:9d:86, IRQ 11.
eth0: MII PHY found at address 1, status 0x7809 advertising 01e1 Link 0000.
Linux Kernel Card Services
options: [pci] [cardbus] [pm]
ACPI: PCI interrupt 0000:00:0a.0[A] -> GSI 11 (level, low) -> IRQ 11
PCI: Unable to reserve mem region #1:1000@c000000 for device 0000:00:0a.0
yenta_cardbus: probe of 0000:00:0a.0 failed with error -16
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected VIA Twister-K/KT133x/KM133 chipset
agpgart: Maximum main memory to use for agp memory: 189M
agpgart: AGP aperture is 64M @ 0xa0000000
USB Universal Host Controller Interface driver v2.2
ACPI: PCI interrupt 0000:00:11.2[D] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:11.2: UHCI Host Controller
uhci_hcd 0000:00:11.2: irq 11, io base 00001200
uhci_hcd 0000:00:11.2: new USB bus registered, assigned bus number 1
usb usb1: Product: UHCI Host Controller
usb usb1: Manufacturer: Linux 2.6.8-24-default uhci_hcd
usb usb1: SerialNumber: 0000:00:11.2
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
usb 1-2: new low speed USB device using address 2
usb 1-2: Manufacturer: Logitech
hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache
Uniform CD-ROM driver Revision: 3.20
SCSI subsystem initialized
st: Version 20040403, fixed bufsize 32768, s/g segs 256
usbcore: registered new driver hiddev
evdev_connect: evdev cdfe62c0 handle cdfe62dc name event3
input: USB HID v1.00 Mouse [Logitech] on usb-0000:00:11.2-2
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
eth0: link down
NET: Registered protocol family 17
BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
slamr: unsupported module, tainting kernel.
slamr: module license 'Smart Link Ltd.' taints kernel.
slamr: SmartLink AMRMO modem.
slamr: probe 1106:3068 VIA3058 card...
ACPI: PCI interrupt 0000:00:11.6[C] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:11.6 to 64
slamr: mc97 codec is CXT29
slamr: slamr0 is VIA3058 card.
ACPI: PCI interrupt 0000:00:11.5[C] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:11.5 to 64
NET: Registered protocol family 10
Disabled Privacy Extensions on device c037f6a0(lo)
IPv6 over IPv4 tunneling driver
eth0: no IPv6 routers present
Disabled Privacy Extensions on device cd122000(sit0)
ACPI: AC Adapter [ADP0] (off-line)
ACPI: Battery Slot [BAT0] (battery present)
ACPI: Power Button (FF) [PWRF]
ACPI: Lid Switch [LID]
ACPI: Processor [CPU0] (supports C1 C2)
ACPI: Thermal Zone [THRM] (62 C)
powernow-k8: Processor cpuid 680 not supported
powernow: PowerNOW! Technology present. Can scale: frequency and voltage.
powernow: SGTC: 10000
powernow: Minimum speed 500 MHz. Maximum speed 1200 MHz.
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
lp0: using parport0 (polling).
drivers/usb/serial/usb-serial.c: USB Serial support registered for Generic
usbcore: registered new driver usbserial_generic
usbcore: registered new driver usbserial
drivers/usb/serial/usb-serial.c: USB Serial Driver core v2.0
mtrr: 0x90000000,0x1000000 overlaps existing 0x90000000,0x800000
Non-volatile memory driver v1.2
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
bootsplash: status on console 0 changed to on
cdrom: open failed.
cdrom: open failed.
subfs: unsuccessful attempt to mount media (256)
cdrom: open failed.
cdrom: open failed.
subfs: unsuccessful attempt to mount media (256)
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
subfs: unsuccessful attempt to mount media (256)
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
subfs: unsuccessful attempt to mount media (256)
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
subfs: unsuccessful attempt to mount media (256)
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
subfs: unsuccessful attempt to mount media (256)
ip6_tables: (C) 2000-2002 Netfilter core team
ip_tables: (C) 2000-2002 Netfilter core team
unloading Kernel Card Services
Linux Kernel Card Services
options: [pci] [cardbus] [pm]
ACPI: PCI interrupt 0000:00:0a.0[A] -> GSI 11 (level, low) -> IRQ 11
PCI: Unable to reserve mem region #1:1000@c000000 for device 0000:00:0a.0
yenta_cardbus: probe of 0000:00:0a.0 failed with error -16
unloading Kernel Card Services
Linux Kernel Card Services
options: [pci] [cardbus] [pm]
i82365: unsupported module, tainting kernel.
Intel ISA PCIC probe: not found.
Device 'i823650' does not have a release() function, it is broken and must be fixed.
Badness in device_release at drivers/base/core.c:85
[<c01cfe39>] kobject_cleanup+0x69/0x70
[<c01cfe40>] kobject_release+0x0/0x10
[<c01d0144>] kref_put+0x24/0x70
[<cfc7521d>] init_i82365+0x17d/0x192 [i82365]
[<c0130764>] sys_init_module+0x114/0x1a0
[<c0105c69>] sysenter_past_esp+0x52/0x79
ACPI: PCI interrupt 0000:00:0a.0[A] -> GSI 11 (level, low) -> IRQ 11
PCI: Unable to reserve mem region #1:1000@c000000 for device 0000:00:0a.0
yenta_cardbus: probe of 0000:00:0a.0 failed with error -16
unloading Kernel Card Services
Linux Kernel Card Services
options: [pci] [cardbus] [pm]
ACPI: PCI interrupt 0000:00:0a.0[A] -> GSI 11 (level, low) -> IRQ 11
PCI: Unable to reserve mem region #1:1000@c000000 for device 0000:00:0a.0
yenta_cardbus: probe of 0000:00:0a.0 failed with error -16
cdrom: open failed.
cdrom: open failed.
subfs: unsuccessful attempt to mount media (256)
cdrom: open failed.
cdrom: open failed.
subfs: unsuccessful attempt to mount media (256)
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
subfs: unsuccessful attempt to mount media (256)
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
subfs: unsuccessful attempt to mount media (256)
cdrom: open failed.
cdrom: open failed.
subfs: unsuccessful attempt to mount media (256)
cdrom: open failed.
cdrom: open failed.
subfs: unsuccessful attempt to mount media (256)
cdrom: open failed.
ISO 9660 Extensions: Microsoft Joliet Level 3
ISO 9660 Extensions: RRIP_1991A
unloading Kernel Card Services
Linux Kernel Card Services
options: [pci] [cardbus] [pm]
ACPI: PCI interrupt 0000:00:0a.0[A] -> GSI 11 (level, low) -> IRQ 11
PCI: Unable to reserve mem region #1:1000@c000000 for device 0000:00:0a.0
yenta_cardbus: probe of 0000:00:0a.0 failed with error -16
unloading Kernel Card Services
Linux Kernel Card Services
options: [pci] [cardbus] [pm]
ACPI: PCI interrupt 0000:00:0a.0[A] -> GSI 11 (level, low) -> IRQ 11
PCI: Unable to reserve mem region #1:1000@c000000 for device 0000:00:0a.0
yenta_cardbus: probe of 0000:00:0a.0 failed with error -16
hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
hdc: packet command error: error=0x50
ide: failed opcode was 100
cdrom: open failed.
hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
hdc: packet command error: error=0x50
ide: failed opcode was 100
cdrom: open failed.
subfs: unsuccessful attempt to mount media (256)
hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
hdc: packet command error: error=0x50
ide: failed opcode was 100
cdrom: open failed.
hdc: packet command error: status=0x51 { DriveReady SeekComplete Error }
hdc: packet command error: error=0x50
ide: failed opcode was 100
cdrom: open failed.
subfs: unsuccessful attempt to mount media (256)
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
subfs: unsuccessful attempt to mount media (256)
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
end_request: I/O error, dev fd0, sector 0
subfs: unsuccessful attempt to mount media (256)

ottix
07.05.05, 22:11
versuch mal den bootparameter noapic im Lilo mitzugen

nunja
08.05.05, 14:46
@ ottix
Als Mitglied einer LUG solltest Du wissen das Signaturen mit mehr als vier Zeilen unerwünscht sind.

@ dirbri
Wenn Du die Suchfunktion in den Linuxforen und auch Anderen benutzt hättest müßtest Du festgestellt haben das die O2 Micro Bausteine unter Linux noch nicht funktionieren da die Herstellerfirma keinerlei Informationen dazu verfügbar macht.
Somit wird auch das Übersetzen externer Programme nicht helfen wenn es kein Kernmodul gibt das diese Bausteine korrekt einbindet.

dirbri
08.05.05, 17:43
@ ottix

der Bootloader /boot/grub.lst siehe unten enthält bereits das noapic. Meinst Du dieses?

@ nunja
vielleicht habe ich ja wirklich etwas übersehen, aber im PCMCIA-HOWTO von David Hinds ist der O2Micro OZ6912 als "recognized by the supplied socket driver" gelistet.



C--------------------------------------------------------------------------------------------------------------------------
/boot/grub.lst :

# Modified by YaST2. Last modification on Sun May 8 18:26:13 2005


gfxmenu (hd0,4)/message
color white/blue black/light-gray
default 0
timeout 8

###Don't change this comment - YaST2 identifier: Original name: linux###
title SUSE LINUX 9.2
kernel (hd0,4)/vmlinuz root=/dev/hda7 vga=0x314 selinux=0 splash=silent resume=/dev/hda6 desktop elevator=as showopts
initrd (hd0,4)/initrd

title windows
root (hd0,0)
makeactive
chainloader +1

title floppy
root (fd0)
chainloader +1

###Don't change this comment - YaST2 identifier: Original name: failsafe###
title Failsafe -- SUSE LINUX 9.2
kernel (hd0,4)/vmlinuz root=/dev/hda7 showopts ide=nodma apm=off acpi=off vga=normal noresume selinux=0 barrier=off nosmp noapic maxcpus=0 3
initrd (hd0,4)/initrd

thor1965
10.05.05, 19:12
Wenn Du die Suchfunktion in den Linuxforen und auch Anderen benutzt hättest müßtest Du festgestellt haben das die O2 Micro Bausteine unter Linux noch nicht funktionieren da die Herstellerfirma keinerlei Informationen dazu verfügbar macht.
Somit wird auch das Übersetzen externer Programme nicht helfen wenn es kein Kernmodul gibt das diese Bausteine korrekt einbindet.

was für ein quatsch den du schreibs!!!
ich habe hier ein amilo a 1640 mit o2 Micro am laufen.

@dirbri schau mal auf die seite vieleicht hilft sie dir. http://www.nervous.it/hw/linux_aspire1300xv.html#WiFi

gruß thorsten