pcmcia-cs and orinoco-cs on 2.6 kernel?


Recommended Posts

Hey I've just unpacked a built the pcmcia-cs-3.2.8 tar file in my kernel sources. I've then done a similar thing with the orinoco-cs tar file and I've got the following error:

Makefile:51: *** Can't cope with 2.6 and pcmcia-cs together. Stop.

Am I doing something wrong here? :s

azrel pcmcia-cs-3.2.8 # 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]:

The kernel source tree is version 2.6.9-gentoo-r9.
The current kernel build date is Sat Apr 2 20:33:41 2005.

Build 'trusting' versions of card utilities (y/n) [n]: n
Include 32-bit (CardBus) card support (y/n) [y]: y
Include PnP BIOS resource checking (y/n) [n]: n
Module install directory [/lib/modules/2.6.9-gentoo-r9]:

Kernel configuration options:
    Kernel-tree PCMCIA support is enabled.
    Symmetric multiprocessing support is disabled.
    Preemptive kernel support is enabled.
    Realtime Hardware Abstraction Layer is disabled.
    High memory support is disabled.
    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 disabled.
     Fast switching is disabled.
     Frame Diverter is disabled.
    Module version checking is enabled.
    Kernel debugging support 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!

azrel pcmcia-cs-3.2.8 # make all
make[1]: Entering directory `/usr/src/pcmcia-cs-3.2.8/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-3.2.8/cardmgr'
make[1]: Entering directory `/usr/src/pcmcia-cs-3.2.8/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-3.2.8/flash'
make[1]: Entering directory `/usr/src/pcmcia-cs-3.2.8/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
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 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-3.2.8/debug-tools'
make[1]: Entering directory `/usr/src/pcmcia-cs-3.2.8/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/pcmcia-cs-3.2.8/man'
make[1]: Entering directory `/usr/src/pcmcia-cs-3.2.8/etc'
make[2]: Entering directory `/usr/src/pcmcia-cs-3.2.8/etc/cis'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/pcmcia-cs-3.2.8/etc/cis'
make[1]: Leaving directory `/usr/src/pcmcia-cs-3.2.8/etc'
azrel pcmcia-cs-3.2.8 # make install
make[1]: Entering directory `/usr/src/pcmcia-cs-3.2.8/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-3.2.8/cardmgr'
make[1]: Entering directory `/usr/src/pcmcia-cs-3.2.8/flash'
cp -f ftl_format ftl_check /sbin
make[1]: Leaving directory `/usr/src/pcmcia-cs-3.2.8/flash'
make[1]: Entering directory `/usr/src/pcmcia-cs-3.2.8/debug-tools'
cp -f dump_cis pack_cis /sbin
make[1]: Leaving directory `/usr/src/pcmcia-cs-3.2.8/debug-tools'
make[1]: Entering directory `/usr/src/pcmcia-cs-3.2.8/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-3.2.8/man'
make[1]: Entering directory `/usr/src/pcmcia-cs-3.2.8/etc'
make[2]: Entering directory `/usr/src/pcmcia-cs-3.2.8/etc/cis'
cp *.dat /etc/pcmcia/cis
make[2]: Leaving directory `/usr/src/pcmcia-cs-3.2.8/etc/cis'
-> Installing PCMCIA startup script as /etc/init.d/pcmcia.N
-> Updating client scripts in /etc/pcmcia
-> Updating /etc/modules.conf
-> Running depmod...
make[1]: Leaving directory `/usr/src/pcmcia-cs-3.2.8/etc'
azrel pcmcia-cs-3.2.8 # cd /home/matt/Downloads/orinoco-0.15rc2
azrel orinoco-0.15rc2 # ls
Makefile        firmware_class.c  ieee802_11.h  orinoco_nortel.c  userhermes.c
README.orinoco  hermes.c          kcompat.h     orinoco_pci.c
airport.c       hermes.conf       orinoco.c     orinoco_plx.c
dump_recs.c     hermes.h          orinoco.h     orinoco_tmd.c
firmware.h      hermes_rid.h      orinoco_cs.c  spectrum_cs.c
azrel orinoco-0.15rc2 # nano -w Makefile
azrel orinoco-0.15rc2 # make
Makefile:51: *** Can't cope with 2.6 and pcmcia-cs together.  Stop.

Well, judging by the...

** 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!

...it is still using the drivers in the kernel. All I can say at this point is make sure the PCMCIA support in the kernel is configured properly (in menuconfig, go into Bus options, then PCMCIA/CardBus suport). If you want to uninstall anything that pcmcia-cs installed anyway, use 'make uninstall'.

0000:00:00.0 Host bridge: Intel Corp. 82830 830 Chipset Host Bridge (rev 04)
0000:00:02.0 VGA compatible controller: Intel Corp. 82830 CGC [Chipset Graphics Controller] (rev 04)
0000:00:02.1 Display controller: Intel Corp. 82830 CGC [Chipset Graphics Controller]
0000:00:1d.0 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #1) (rev 02)
0000:00:1d.1 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #2) (rev 02)
0000:00:1d.2 USB Controller: Intel Corp. 82801CA/CAM USB (Hub #3) (rev 02)
0000:00:1e.0 PCI bridge: Intel Corp. 82801 Mobile PCI Bridge (rev 42)
0000:00:1f.0 ISA bridge: Intel Corp. 82801CAM ISA Bridge (LPC) (rev 02)
0000:00:1f.1 IDE interface: Intel Corp. 82801CAM IDE U100 (rev 02)
0000:00:1f.3 SMBus: Intel Corp. 82801CA/CAM SMBus Controller (rev 02)
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801CA/CAM AC'97 Audio Controller (rev 02)
0000:00:1f.6 Modem: Intel Corp. 82801CA/CAM AC'97 Modem Controller (rev 02)
0000:02:02.0 FireWire (IEEE 1394): Texas Instruments TSB43AB22/A IEEE-1394a-2000 Controller (PHY/Link)
0000:02:05.0 CardBus bridge: Ricoh Co Ltd RL5c475 (rev 80)
0000:02:08.0 Ethernet controller: Intel Corp. 82801CAM (ICH3) PRO/100 VE (LOM) Ethernet Controller (rev 42)
0000:02:0b.0 CardBus bridge: Texas Instruments PCI1410 PC card Cardbus Controller (rev 01)

00e0000 (reserved)
 BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000000fcf0000 (usable)
 BIOS-e820: 000000000fcf0000 - 000000000fcfc000 (ACPI data)
 BIOS-e820: 000000000fcfc000 - 000000000fd00000 (ACPI NVS)
 BIOS-e820: 000000000fd00000 - 000000000fe80000 (usable)
 BIOS-e820: 000000000fe80000 - 0000000010000000 (reserved)
 BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
 BIOS-e820: 00000000fffffc00 - 0000000100000000 (reserved)
254MB LOWMEM available.
On node 0 totalpages: 65152
  DMA zone: 4096 pages, LIFO batch:1
  Normal zone: 61056 pages, LIFO batch:14
  HighMem zone: 0 pages, LIFO batch:1
DMI present.
ACPI: RSDP (v000 SONY                                  ) @ 0x000f6b40
ACPI: RSDT (v001 SONY   C1       0x20020814 PTL  0x00000000) @ 0x0fcf6f2f
ACPI: FADT (v001   SONY       C1 0x20020814 PTL  0x01000000) @ 0x0fcfbf64
ACPI: BOOT (v001   SONY       C1 0x20020814 PTL  0x00000001) @ 0x0fcfbfd8
ACPI: DSDT (v001   SONY       C1 0x20020814 PTL  0x0100000d) @ 0x00000000
ACPI: PM-Timer IO Port: 0x1008
Built 1 zonelists
Kernel command line: root=/dev/hda3 video=vesafb:ywrap,mtrr,1024x768-256@60 vga=773 splash=verbose,theme:emergence
fbsplash: verbose
fbsplash: theme emergence
Initializing CPU#0
CPU 0 irqstacks, hard=c05ae000 soft=c05ad000
PID hash table entries: 1024 (order: 10, 16384 bytes)
Detected 994.339 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: 252116k/260608k available (3389k kernel code, 7860k reserved, 1190k data, 184k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Calibrating delay loop... 1974.27 BogoMIPS (lpj=987136)
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)
CPU: After generic identify, caps: 0383f9ff 00000000 00000000 00000000
CPU: After vendor identify, caps:  0383f9ff 00000000 00000000 00000000
CPU: L1 I cache: 16K, L1 D cache: 16K
CPU: L2 cache: 512K
CPU: After all inits, caps:        0383f9ff 00000000 00000000 00000040
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU: Intel(R) Pentium(R) III Mobile CPU      1000MHz stepping 01
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
ACPI: IRQ9 SCI: Level Trigger.
checking if image is initramfs... it is
Freeing initrd memory: 588k freed
NET: Registered protocol family 16
PCI: PCI BIOS revision 2.10 entry at 0xfd9aa, last bus=2
PCI: Using configuration type 1
ACPI: Subsystem revision 20040816
ACPI: Interpreter enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (00:00)
PCI: Probing PCI hardware (bus 00)
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB_._PRT]
ACPI: Embedded Controller [EC0] (gpe 28)
ACPI: PCI Interrupt Link [LNKA] (IRQs *9)
ACPI: PCI Interrupt Link [LNKB] (IRQs 9) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 9) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs *9)
ACPI: PCI Interrupt Link [LNKE] (IRQs *9)
ACPI: PCI Interrupt Link [LNKF] (IRQs 9) *0
ACPI: PCI Interrupt Link [LNKG] (IRQs 9) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 9) *0, disabled.
SCSI subsystem initialized
Linux Kernel Card Services
  options:  [pci] [cardbus] [pm]
usbcore: registered new driver usbfs
usbcore: registered new driver hub
PCI: Using ACPI for IRQ routing
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:02.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:1d.2[C] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:00:1f.1[A]: no GSI
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 9
ACPI: PCI interrupt 0000:00:1f.3[B] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 9
ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 9
ACPI: PCI interrupt 0000:02:08.0[A] -> GSI 9 (level, low) -> IRQ 9
ACPI: PCI interrupt 0000:02:0b.0[A] -> GSI 9 (level, low) -> IRQ 9
Simple Boot Flag at 0x36 set to 0x80
IA-32 Microcode Update Driver: v1.14 <[email protected]>
audit: initializing netlink socket (disabled)
audit(1112551765.692:0): initialized
devfs: 2004-01-31 Richard Gooch ([email protected])
devfs: boot_options: 0x1
Installing knfsd (copyright (C) 1996 [email protected]).
NTFS driver 2.1.20 [Flags: R/W].
inotify init: minor=63
lp: driver loaded but no devices found
sonypi: Sony Programmable I/O Controller Driver v1.23.
sonypi: detected type2 model, verbose = 0, fnkeyinit = off, camera = off, compat = off, mask = 0xffffffff, useinput = on, acpi = on
sonypi: enabled at irq=11, port1=0x1080, port2=0x1084
sonypi: device allocated minor is 62
Sony VAIO Jog Dial installed.
Linux agpgart interface v0.100 (c) Dave Jones
agpgart: Detected an Intel 830M Chipset.
agpgart: Maximum main memory to use for agp memory: 202M
agpgart: Detected 892K stolen memory.
agpgart: AGP aperture is 128M @ 0xe8000000
vesafb: framebuffer at 0xe8000000, mapped to 0xd0980000, size 832k
vesafb: mode is 1024x768x8, linelength=1024, pages=0
vesafb: protected mode interface info at 00ff:44f0
vesafb: scrolling: redraw
vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
Console: switching to colour frame buffer device 128x48
fbsplash: console 0 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 0
fb0: VESA VGA frame buffer device
ACPI: AC Adapter [ACAD] (on-line)
ACPI: Battery Slot [BAT1] (battery present)
ACPI: Lid Switch [LID]
ACPI: Power Button (CM) [PWRB]
ACPI: Processor [CPU0] (supports C1 C2, 8 throttling states)
ACPI: Thermal Zone [ATF0] (51 C)
serio: i8042 AUX port at 0x60,0x64 irq 12
serio: i8042 KBD port at 0x60,0x64 irq 1
Serial: 8250/16550 driver $Revision: 1.90 $ 14 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
PCI: Enabling device 0000:00:1f.6 (0000 -> 0001)
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 9 (level, low) -> IRQ 9
mice: PS/2 mouse device common for all mice
input: AT Translated Set 2 keyboard on isa0060/serio0
input: PS/2 Generic Mouse on isa0060/serio1
parport0: PC-style at 0x378 (0x778) [PCSPP(,...)]
parport0: irq 7 detected
lp0: using parport0 (polling).
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 4096K size 1024 blocksize
loop: loaded (max 8 devices)
e100: Intel(R) PRO/100 Network Driver, 3.0.27-k2-NAPI
e100: Copyright(c) 1999-2004 Intel Corporation
ACPI: PCI interrupt 0000:02:08.0[A] -> GSI 9 (level, low) -> IRQ 9
e100: eth0: e100_probe: addr 0xe0204000, irq 9, MAC addr 08:00:46:4D:D3:A9
orinoco 0.13e (David Gibson <[email protected]>, Pavel Roskin <[email protected]>, et al)
orinoco_cs 0.13e (David Gibson <[email protected]>, Pavel Roskin <[email protected]>, et al)
orinoco_plx 0.13e (Pavel Roskin <[email protected]>, David Gibson <[email protected]>, Daniel Barlow <[email protected]>)
orinoco_tmd 0.13e (Joerg Dorchain <[email protected]>)
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH3M: IDE controller at PCI slot 0000:00:1f.1
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
ACPI: PCI interrupt 0000:00:1f.1[A]: no GSI
ICH3M: chipset revision 2
ICH3M: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x1860-0x1867, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x1868-0x186f, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
hda: IC25N030ATCS04-0, ATA DISK drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
Probing IDE interface ide1...
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: 58605120 sectors (30005 MB) w/1768KiB Cache, CHS=58140/16/63, UDMA(100)
hda: cache flushes not supported
 /dev/ide/host0/bus0/target0/lun0: p1 p2 p3
ide-floppy driver 0.99.newide
libata version 1.02 loaded.
ieee1394: Initialized config rom entry `ip1394'
ohci1394: $Rev: 1223 $ Ben Collins <[email protected]>
ACPI: PCI interrupt 0000:02:02.0[A] -> GSI 9 (level, low) -> IRQ 9
ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[9]  MMIO=[e0205000-e02057ff]  Max Packet=[2048]
video1394: Installed video1394 module
ieee1394: raw1394: /dev/raw1394 device initialized
sbp2: $Rev: 1219 $ Ben Collins <[email protected]>
eth1394: $Rev: 1224 $ Ben Collins <[email protected]>
eth1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)
ACPI: PCI interrupt 0000:02:05.0[A] -> GSI 9 (level, low) -> IRQ 9
Yenta: CardBus bridge found at 0000:02:05.0 [104d:8100]
Yenta: ISA IRQ mask 0x04b8, PCI irq 9
Socket status: 30000006
PCI: Enabling device 0000:02:0b.0 (0000 -> 0002)
ACPI: PCI interrupt 0000:02:0b.0[A] -> GSI 9 (level, low) -> IRQ 9
Yenta: CardBus bridge found at 0000:02:0b.0 [12a3:ab01]
Yenta: Enabling burst memory read transactions
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket 0000:02:0b.0, mfunc 0x01000002, devctl 0x60
Yenta: ISA IRQ mask 0x0000, PCI irq 9
Socket status: 30000011
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
 [<c0233268>] kobject_cleanup+0x98/0xa0
 [<c0233270>] kobject_release+0x0/0x10
 [<c0233639>] kref_put+0x39/0xa0
 [<c023329f>] kobject_put+0x1f/0x30
 [<c023329f>] kobject_put+0x1f/0x30
 [<c0233270>] kobject_release+0x0/0x10
 [<c05946b3>] init_i82365+0x1c3/0x1e0
 [<c023e3fa>] pci_register_driver+0x6a/0x90
 [<c057a80b>] do_initcalls+0x2b/0xc0
 [<c0100490>] init+0x0/0x150
 [<c0100490>] init+0x0/0x150
 [<c01004c5>] init+0x35/0x150
 [<c01042c8>] kernel_thread_helper+0x0/0x18
 [<c01042cd>] kernel_thread_helper+0x5/0x18
Databook TCIC-2 PCMCIA probe: not found.
USB Universal Host Controller Interface driver v2.2
ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 9 (level, low) -> IRQ 9
uhci_hcd 0000:00:1d.0: Intel Corp. 82801CA/CAM USB (Hub #1)
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: irq 9, io base 00001800
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 9 (level, low) -> IRQ 9
uhci_hcd 0000:00:1d.1: Intel Corp. 82801CA/CAM USB (Hub #2)
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: irq 9, io base 00001820
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI interrupt 0000:00:1d.2[C] -> GSI 9 (level, low) -> IRQ 9
uhci_hcd 0000:00:1d.2: Intel Corp. 82801CA/CAM USB (Hub #3)
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: irq 9, io base 00001840
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
ieee1394: Host added: ID:BUS[0-00:1023]  GUID[08004603010dda83]
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
usbcore: registered new driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
Initializing USB Mass Storage driver...
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.0:USB HID core driver
Advanced Linux Sound Architecture Driver Version 1.0.6 (Sun Aug 15 07:17:53 2004 UTC).
PCI: Enabling device 0000:00:1f.5 (0000 -> 0001)
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 9 (level, low) -> IRQ 9
PCI: Setting latency timer of device 0000:00:1f.5 to 64
usb 3-1: new full speed USB device using address 2
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: Sony      Model: MSC-U03           Rev: 1.00
  Type:   Direct-Access                      ANSI SCSI revision: 02
SCSI device sda: 63424 512-byte hdwr sectors (32 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
 /dev/scsi/host0/bus0/target0/lun0: p1
intel8x0_measure_ac97_clock: measured 49651 usecs
intel8x0: clocking to 48000
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0,  type 0
ALSA device list:
  #0: Intel 82801CA-ICH3 at 0x1c00, irq 9
oprofile: using timer interrupt.
NET: Registered protocol family 2
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 32768)
ip_conntrack version 2.1 (2036 buckets, 16288 max) - 300 bytes per conntrack
ip_tables: (C) 2000-2002 Netfilter core team
USB Mass Storage device found at 2
ipt_recent v0.3.1: Stephen Frost <[email protected]>.  http://snowman.net/projects/ipt_recent/
arp_tables: (C) 2002 David S. Miller
NET: Registered protocol family 1
NET: Registered protocol family 17
ACPI wakeup devices:
PWRB USB1 USB2 USB3  LAN CRD0  EC0 COMA MODE
ACPI: (supports S0 S3 S4 S5)
ReiserFS: hda3: found reiserfs format "3.6" with standard journal
ReiserFS: hda3: using ordered data mode
ReiserFS: hda3: journal params: device hda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
ReiserFS: hda3: checking transaction log (hda3)
ReiserFS: hda3: Using r5 hash to sort names
VFS: Mounted root (reiserfs filesystem) readonly.
Mounted devfs on /dev
Freeing unused kernel memory: 184k freed
Adding 500464k swap on /dev/hda2.  Priority:-1 extents:1
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
fbsplash: console 1 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 1
fbsplash: console 2 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 2
fbsplash: console 3 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 3
fbsplash: console 4 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 4
fbsplash: console 5 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 5
fbsplash: console 6 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 6
fbsplash: console 7 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 7
fbsplash: console 8 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 8
fbsplash: console 9 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 9
fbsplash: console 10 using theme 'emergence'
fbsplash: switched splash state to 'on' on console 10

I'm worried about this `baddness`, I'm not sure what that is exactly, but it certainly wasn't there before I applied the pcmcia-cs to the kernel sources! :s

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Snap Inc. launches new SPECS augmented reality glasses (for 'just' $2,195) by Aditya Tiwari Image: Snap Inc. Smartglasses powered by augmented reality are the latest fashion because the smartphone market is slowly reaching saturation. Snap Inc. announced its latest AR-powered smartglasses, called SPECS, that aim to strike a middle ground between underpowered AI glasses and heavy headsets you can't wear all the time. Available in two sizes, Snap SPECS are made from high-performance Swiss TR90 polymer and feature removable inserts to support prescription lenses. Its 47mm model weighs about 132g; the bigger 52mm model weighs 136g. Snap Inc has been spreading the word about the new glasses for a while now. Earlier this year, it even spun off its smart glasses team into a subsidiary called Specs Inc. Its proprietary LCOS (Liquid Crystal on Silicon) display delivers a 51-degree field of view and 16 million colors. Snap says the device gives the feel of a 24-inch desktop monitor when you're working, and of a 115-inch home cinema screen placed about 10 feet away when watching a movie. A pair of custom stereo speakers and 6x high-SNR MEMS microphones are built into the temples of the smartglasses to deliver open-ear audio while you cast a screen, stream content, open a whiteboard, or collaborate with others. Snap Inc. patted itself on the back, saying the smartglasses don't need tethering or a puck to connect to a computer. Under the hood, SPECS draw its power from two Snapdragon processors: one for computer vision and another for running Lenses. The device supports fast hand tracking, low latency, and responsive interactions that help digital content feel anchored in the real world, according to the company, which claims that SPECS can "deliver 7-millisecond motion-to-photon latency." The smartglasses offer up to four hours of battery life on a single charge while providing AI assistance, Bluetooth notifications, Lenses, audio/video playback, and more. The battery life could jump to 20 hours of mixed use when the charging case is included. Image: Snap Inc. You can view and interact with AR Lenses anchored directly to the physical world around you, and an on-board AI assistant uses the camera to see what's around to answer questions or provide real-time help with tasks. Snap Inc. noted that it filed more than 7,000 patents during the development of SPECS. It's trying to build the required digital ecosystem around the smartglasses, and said that developers have already published hundreds of Lenses for SPECS. Moreover, their electrochromic lenses use the same technology available in Boeing 787 Dreamliner windows, enabling them to shift from clear to tinted in just 10 seconds when you walk out of your house. Snap SPECS are now available for pre-order on the official website with a $2,195 price tag ($200 refundable deposit). The smartglasses are expected to ship in the US, UK, and France during the Fall this year.
    • Sound Booster 1.13 Build 575 by Razvan Serea Increase volume on your laptop. Boost the volume of even very quiet speakers. Raise volume above maximum. Letasoft Sound Booster can be used as an extra amplifier when the volume of the program you are listening to is too low for comfortable listening and you feel that your PC’s speakers can produce a louder sound. This can be the case when the audio or video has been recorded at the level below normal. Or, for example, when the other person’s microphone you are talking to on Skype, is not working properly. There can be a plenty of other reasons why the sound is being too quiet and there is not much you can do about it except buy external speakers. Sound of any application that is being played in the system can be amplified up to 500%. Letasoft Sound Booster can raise volume of programs like web browsers, on-line communication software (Teams, Discord, Zoom), any kind of media player or games. Simply put, volume of virtually any program that can play any sound in PC, can be boosted to a comfortable level with Letasoft Sound Booster. You can control current volume with the pop-up slider from the system tray. Alternatively, you can assign system-wide hot keys for increasing and decreasing, and use them when you need to adjust volume Letasoft Sound Booster constantly monitors current gain level and prevents samples from clipping, thus reducing all major sound distortions. Sound Booster 1.13 Build 575 changelog: usability improvements minor bug fixes Download: Letasoft Sound Booster 1.13.0.575 | 5.4 MB (14-Day Free Trial) View: Letasoft Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I own these and the normal QuietComfort ones from Bose. The QC are amazing and I want to love these, but for the life of me, I have a terrible time getting them attached to my ears.
  • Recent Achievements

    • Conversation Starter
      NovaEdgeX earned a badge
      Conversation Starter
    • One Year In
      Console General earned a badge
      One Year In
    • One Year In
      Twozo Technologies earned a badge
      One Year In
    • One Month Later
      Twozo Technologies earned a badge
      One Month Later
    • Week One Done
      Twozo Technologies earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      506
    2. 2
      +Edouard
      184
    3. 3
      PsYcHoKiLLa
      108
    4. 4
      Steven P.
      89
    5. 5
      ATLien_0
      67
  • Tell a friend

    Love Neowin? Tell a friend!