Request for wifi driver

New features which should be implemented in Porteus Kiosk Edition and the kiosk wizard.
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
user001
Ronin
Ronin
Posts: 2
Joined: 07 Mar 2015, 12:30
Distribution: porteus kiosk
Location: nonofyourbusiness

Request for wifi driver

Post#1 by user001 » 07 Mar 2015, 13:25

Hi I request support for a wifi pc card. I found an old Fujitsu Siemens Amilo laptop in the garbage. I fixed it up with cooling paste and new fans and it works fine! :pardon:

Okay to the technical. I took out one of my old Pc cards from another laptop.
D-Link AirPlusG DWL-G630
H/W ver.: E2, FW.: 5.00
http://www.dlink.com/uk/en/home-solutio ... us-adapter

I read a little in this other thread and followed your posts. Hope it can help a bit.
http://forum.porteus.org/viewtopic.php?f=102&t=3810

The card works under Porteus Desktop Edition.
I have made the following commands:
lsmod
lsusb
lsusb -t
dmesg

Pastes of the output from terminal:

Code: Select all

root@porteus:~# lsmod
Module                  Size  Used by
ipv6                  172604  14 
wl                   5961508  0 
radeon                921308  2 
arc4                    1172  2 
rt61pci                14948  0 
rt2x00pci               1616  1 rt61pci
rt2x00mmio              1628  1 rt61pci
rt2x00lib              22016  3 rt61pci,rt2x00pci,rt2x00mmio
eeprom_93cx6            1108  1 rt61pci
mac80211              189332  2 rt2x00lib,rt2x00pci
cfg80211              122308  3 wl,mac80211,rt2x00lib
rfkill                  8196  2 cfg80211
ppdev                   3732  0 
snd_intel8x0           18636  1 
snd_ac97_codec         67632  1 snd_intel8x0
ttm                    35812  1 radeon
firewire_ohci          20716  0 
snd_pcm                39800  2 snd_ac97_codec,snd_intel8x0
irda                   59324  0 
firewire_core          30348  1 firewire_ohci
sis900                 13528  0 
crc_ccitt                920  1 irda
drm_kms_helper         45524  1 radeon
snd_timer              10296  1 snd_pcm
sparse_keymap           1484  0 
ac97_bus                 492  1 snd_ac97_codec
input_polldev           1576  0 
pcmcia                 21536  0 
led_class               1492  1 rt2x00lib
firmware_class          3864  4 drm_kms_helper,rt2x00lib,pcmcia,radeon
mii                     2388  1 sis900
shpchp                 16568  0 
i2c_sis96x              2264  0 
parport_pc             17936  0 
yenta_socket           13728  0 
pcmcia_rsrc             6248  1 yenta_socket
pcmcia_core             6976  3 pcmcia,pcmcia_rsrc,yenta_socket
8250_pci               23852  0 
parport                18964  2 ppdev,parport_pc
8250                   19500  1 8250_pci
thermal                 5900  0 
serial_core            11976  1 8250
sis_agp                 2596  1 
crc_itu_t                920  2 rt61pci,firewire_core
root@porteus:~# 

Code: Select all

root@porteus:~# lsusb
Bus 001 Device 002: ID 0781:5571 SanDisk Corp. Cruzer Fit
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 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 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

Code: Select all

root@porteus:~# lsusb -t
/:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M
/:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M
/:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=ohci-pci/2p, 12M
/:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
    |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 480M
root@porteus:~# 

Code: Select all

root@porteus:~# dmesg
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.17.4-porteus (root@porteus) (gcc version 4.8.2 (GCC) ) #1 SMP PREEMPT Fri Dec 12 16:04:56 Local time zone must be set--
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000002ffcffff] usable
[    0.000000] BIOS-e820: [mem 0x000000002ffd0000-0x000000002ffdefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000002ffdf000-0x000000002fffffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000fff80000-0x00000000ffffffff] reserved
[    0.000000] Notice: NX (Execute Disable) protection missing in CPU!
[    0.000000] SMBIOS 2.3 present.
[    0.000000] DMI: FUJITSU SIEMENS Amilo D Series/258SA0, BIOS 1.04C   01/14/2004
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x2ffd0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask FE0000000 write-back
[    0.000000]   1 base 020000000 mask FF0000000 write-back
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] initial memory mapped: [mem 0x00000000-0x01bfffff]
[    0.000000] Base memory trampoline at [c0096000] 96000 size 16384
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x2f800000-0x2fbfffff]
[    0.000000]  [mem 0x2f800000-0x2fbfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x28000000-0x2f7fffff]
[    0.000000]  [mem 0x28000000-0x2f7fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x27ffffff]
[    0.000000]  [mem 0x00100000-0x003fffff] page 4k
[    0.000000]  [mem 0x00400000-0x27ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x2fc00000-0x2ffcffff]
[    0.000000]  [mem 0x2fc00000-0x2ffcffff] page 4k
[    0.000000] BRK [0x01671000, 0x01671fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x2ff24000-0x2ffcefff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000F5610 000014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 0x2FFD0000 000030 (v01 A M I  OEMRSDT  01000414 MSFT 00000097)
[    0.000000] ACPI: FACP 0x2FFD0200 000081 (v02 A M I  OEMFACP  01000414 MSFT 00000097)
[    0.000000] ACPI: DSDT 0x2FFD03F0 003E2C (v01 UW     F04_____ 00000001 INTL 02002026)
[    0.000000] ACPI: FACS 0x2FFDF000 000040
[    0.000000] ACPI: APIC 0x2FFD0390 00005C (v01 A M I  OEMAPIC  01000414 MSFT 00000097)
[    0.000000] ACPI: OEMB 0x2FFDF040 000108 (v01 A M I  AMI_OEM  01000414 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 767MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 2ffd0000
[    0.000000]   low ram: 0 - 2ffd0000
[    0.000000] BRK [0x01672000, 0x01672fff] PGTABLE
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   Normal   [mem 0x01000000-0x2ffcffff]
[    0.000000]   HighMem  empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x2ffcffff]
[    0.000000] On node 0 totalpages: 196462
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   Normal zone: 1504 pages used for memmap
[    0.000000]   Normal zone: 192464 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    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] enabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 2, 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 10 global_irq 10 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] e820: [mem 0x30000000-0xfff7ffff] available for PCI devices
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:2 nr_node_ids:1
[    0.000000] PERCPU: Embedded 12 pages/cpu @ef907000 s27264 r0 d21888 u49152
[    0.000000] pcpu-alloc: s27264 r0 d21888 u49152 alloc=12*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 194926
[    0.000000] Kernel command line: quiet initrd=initrd.xz changes=/porteus timezone=Europe/Stockholm kmap=se,us login=root BOOT_IMAGE=vmlinuz 
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (00000000:00000000)
[    0.000000] Memory: 771408K/785848K available (4365K kernel code, 320K rwdata, 1024K rodata, 448K init, 380K bss, 14440K reserved, 0K highmem)
[    0.000000] virtual kernel memory layout:
[    0.000000]     fixmap  : 0xffd37000 - 0xfffff000   (2848 kB)
[    0.000000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
[    0.000000]     vmalloc : 0xf07d0000 - 0xff3fe000   ( 236 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xeffd0000   ( 767 MB)
[    0.000000]       .init : 0xc1597000 - 0xc1607000   ( 448 kB)
[    0.000000]       .data : 0xc14437c3 - 0xc15953c0   (1350 kB)
[    0.000000]       .text : 0xc1000000 - 0xc14437c3   (4365 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:2304 nr_irqs:440 0
[    0.000000] CPU 0 irqstacks, hard=ef408000 soft=ef40a000
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3061.671 MHz processor
[    0.002017] Calibrating delay loop (skipped), value calculated using timer frequency.. 6123.34 BogoMIPS (lpj=3061671)
[    0.002024] pid_max: default: 32768 minimum: 301
[    0.002045] ACPI: Core revision 20140724
[    0.005987] ACPI: All ACPI Tables successfully acquired
[    0.006428] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.006432] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.006806] Initializing cgroup subsys net_cls
[    0.006837] CPU: Physical Processor ID: 0
[    0.006840] CPU: Processor Core ID: 0
[    0.006848] mce: CPU supports 4 MCE banks
[    0.006861] CPU0: Thermal monitoring enabled (TM1)
[    0.006880] Last level iTLB entries: 4KB 64, 2MB 64, 4MB 64
[    0.006880] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64, 1GB 0
[    0.007103] Freeing SMP alternatives memory: 12K (c1607000 - c160a000)
[    0.007225] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.007565] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.017581] smpboot: CPU0: Genuine Intel(R) CPU 3.06GHz (fam: 0f, model: 02, stepping: 09)
[    0.018000] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
[    0.018000] ... version:                0
[    0.018000] ... bit width:              40
[    0.018000] ... generic registers:      18
[    0.018000] ... value mask:             000000ffffffffff
[    0.018000] ... max period:             0000007fffffffff
[    0.018000] ... fixed-purpose events:   0
[    0.018000] ... event mask:             000000000003ffff
[    0.023124] CPU 1 irqstacks, hard=ef514000 soft=ef516000
[    0.023127] x86: Booting SMP configuration:
[    0.023129] .... node  #0, CPUs:      #1
[    0.003000] Initializing CPU#1
[    0.095051] x86: Booted up 1 node, 2 CPUs
[    0.095058] smpboot: Total of 2 processors activated (12244.73 BogoMIPS)
[    0.095573] devtmpfs: initialized
[    0.096243] PM: Registering ACPI NVS region [mem 0x2ffdf000-0x2fffffff] (135168 bytes)
[    0.096409] pinctrl core: initialized pinctrl subsystem
[    0.096602] NET: Registered protocol family 16
[    0.096841] EISA bus registered
[    0.096845] cpuidle: using governor ladder
[    0.096848] cpuidle: using governor menu
[    0.096952] ACPI: bus type PCI registered
[    0.096958] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.098731] PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
[    0.098734] PCI: Using configuration type 1 for base access
[    0.107158] ACPI: Added _OSI(Module Device)
[    0.107158] ACPI: Added _OSI(Processor Device)
[    0.107158] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.107158] ACPI: Added _OSI(Processor Aggregator Device)
[    0.110164] ACPI: Executed 1 blocks of module-level executable AML code
[    0.113040] ACPI: Interpreter enabled
[    0.113060] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
[    0.113067] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
[    0.113090] ACPI: (supports S0 S3 S4 S5)
[    0.113094] ACPI: Using IOAPIC for interrupt routing
[    0.114007] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
[    0.117054] ACPI : EC: GPE storm detected(20 GPEs), transactions will use polling mode
[    0.122831] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.124970] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.124981] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI]
[    0.124991] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[    0.125100] acpi PNP0A03:00: host bridge window [io  0x0000-0x0cf7] (ignored)
[    0.125104] acpi PNP0A03:00: host bridge window [io  0x0d00-0xffff] (ignored)
[    0.125108] acpi PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
[    0.125112] acpi PNP0A03:00: host bridge window [mem 0x000d0000-0x000d3fff] (ignored)
[    0.125116] acpi PNP0A03:00: host bridge window [mem 0x000d4000-0x000d7fff] (ignored)
[    0.125120] acpi PNP0A03:00: host bridge window [mem 0x000de000-0x000dffff] (ignored)
[    0.125124] acpi PNP0A03:00: host bridge window [mem 0x30000000-0xffffffff] (ignored)
[    0.125129] PCI: root bus 00: using default resources
[    0.125134] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.125320] PCI host bridge to bus 0000:00
[    0.125325] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.125329] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.125333] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
[    0.125356] pci 0000:00:00.0: [1039:0648] type 00 class 0x060000
[    0.125373] pci 0000:00:00.0: reg 0x10: [mem 0xe0000000-0xe3ffffff]
[    0.125572] pci 0000:00:01.0: [1039:0003] type 01 class 0x060400
[    0.125717] pci 0000:00:02.0: [1039:0008] type 00 class 0x060100
[    0.125810] pci 0000:00:02.0: Enabling SiS 96x SMBus
[    0.125922] pci 0000:00:02.1: [1039:0016] type 00 class 0x0c0500
[    0.125987] pci 0000:00:02.1: reg 0x20: [io  0x0c00-0x0c1f]
[    0.126132] pci 0000:00:02.3: [1039:7007] type 00 class 0x0c0010
[    0.126158] pci 0000:00:02.3: reg 0x10: [mem 0xdfff9000-0xdfff9fff]
[    0.126229] pci 0000:00:02.3: reg 0x30: [mem 0xdffa0000-0xdffbffff pref]
[    0.126270] pci 0000:00:02.3: supports D1 D2
[    0.126273] pci 0000:00:02.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.126325] pci 0000:00:02.3: System wakeup disabled by ACPI
[    0.126410] pci 0000:00:02.5: [1039:5513] type 00 class 0x010180
[    0.126483] pci 0000:00:02.5: reg 0x20: [io  0xffa0-0xffaf]
[    0.126513] pci 0000:00:02.5: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.126516] pci 0000:00:02.5: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.126520] pci 0000:00:02.5: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.126523] pci 0000:00:02.5: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.126638] pci 0000:00:02.6: [1039:7013] type 00 class 0x070300
[    0.126663] pci 0000:00:02.6: reg 0x10: [io  0xe000-0xe0ff]
[    0.126677] pci 0000:00:02.6: reg 0x14: [io  0xee80-0xeeff]
[    0.126772] pci 0000:00:02.6: supports D1 D2
[    0.126775] pci 0000:00:02.6: PME# supported from D3hot D3cold
[    0.126824] pci 0000:00:02.6: System wakeup disabled by ACPI
[    0.126909] pci 0000:00:02.7: [1039:7012] type 00 class 0x040100
[    0.126934] pci 0000:00:02.7: reg 0x10: [io  0xe400-0xe4ff]
[    0.126948] pci 0000:00:02.7: reg 0x14: [io  0xec00-0xec7f]
[    0.127053] pci 0000:00:02.7: supports D1 D2
[    0.127057] pci 0000:00:02.7: PME# supported from D3hot D3cold
[    0.127107] pci 0000:00:02.7: System wakeup disabled by ACPI
[    0.127190] pci 0000:00:03.0: [1039:7001] type 00 class 0x0c0310
[    0.127210] pci 0000:00:03.0: reg 0x10: [mem 0xdfffa000-0xdfffafff]
[    0.127385] pci 0000:00:03.1: [1039:7001] type 00 class 0x0c0310
[    0.127405] pci 0000:00:03.1: reg 0x10: [mem 0xdfffb000-0xdfffbfff]
[    0.127575] pci 0000:00:03.2: [1039:7001] type 00 class 0x0c0310
[    0.127596] pci 0000:00:03.2: reg 0x10: [mem 0xdfffc000-0xdfffcfff]
[    0.127775] pci 0000:00:03.3: [1039:7002] type 00 class 0x0c0320
[    0.127799] pci 0000:00:03.3: reg 0x10: [mem 0xdfffd000-0xdfffdfff]
[    0.127900] pci 0000:00:03.3: PME# supported from D0 D3hot D3cold
[    0.128037] pci 0000:00:04.0: [1039:0900] type 00 class 0x020000
[    0.128064] pci 0000:00:04.0: reg 0x10: [io  0xe800-0xe8ff]
[    0.128079] pci 0000:00:04.0: reg 0x14: [mem 0xdfffe000-0xdfffefff]
[    0.128137] pci 0000:00:04.0: reg 0x30: [mem 0xdffc0000-0xdffdffff pref]
[    0.128177] pci 0000:00:04.0: supports D1 D2
[    0.128180] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.128231] pci 0000:00:04.0: System wakeup disabled by ACPI
[    0.128324] pci 0000:00:09.0: [1217:7114] type 02 class 0x060700
[    0.128350] pci 0000:00:09.0: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.128392] pci 0000:00:09.0: supports D1 D2
[    0.128395] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.128515] pci 0000:00:09.1: [1217:7114] type 02 class 0x060700
[    0.128541] pci 0000:00:09.1: reg 0x10: [mem 0x00000000-0x00000fff]
[    0.128582] pci 0000:00:09.1: supports D1 D2
[    0.128586] pci 0000:00:09.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.128711] pci 0000:00:09.2: [1217:7110] type 00 class 0x088000
[    0.128737] pci 0000:00:09.2: reg 0x10: [mem 0xdffff000-0xdfffffff]
[    0.128845] pci 0000:00:09.2: supports D1 D2
[    0.128848] pci 0000:00:09.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.129088] pci 0000:01:00.0: [1002:4e50] type 00 class 0x030000
[    0.129111] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xd7ffffff pref]
[    0.129123] pci 0000:01:00.0: reg 0x14: [io  0xd000-0xd0ff]
[    0.129136] pci 0000:01:00.0: reg 0x18: [mem 0xdfef0000-0xdfefffff]
[    0.129173] pci 0000:01:00.0: reg 0x30: [mem 0xdfec0000-0xdfedffff pref]
[    0.129216] pci 0000:01:00.0: supports D1 D2
[    0.129336] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.129343] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.129350] pci 0000:00:01.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[    0.129357] pci 0000:00:01.0:   bridge window [mem 0xcfd00000-0xdfcfffff pref]
[    0.129365] pci 0000:00:09.0: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.129377] pci 0000:00:09.1: bridge configuration invalid ([bus 00-00]), reconfiguring
[    0.129454] pci_bus 0000:02: busn_res: [bus 02-ff] end is updated to 05
[    0.129526] pci_bus 0000:06: busn_res: [bus 06-ff] end is updated to 09
[    0.129534] pci_bus 0000:00: on NUMA node 0
[    0.140373] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 *11 12 14 15)
[    0.140481] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.140577] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.140674] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.140770] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.140867] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 7 10 11 12 14 15)
[    0.140967] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 *10 11 12 14 15)
[    0.141077] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 7 10 11 12 14 15)
[    0.141256] ACPI : EC: GPE = 0xb, I/O: command/status = 0x66, data = 0x62
[    0.141388] vgaarb: setting as boot device: PCI:0000:01:00.0
[    0.141388] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[    0.141388] vgaarb: loaded
[    0.141388] vgaarb: bridge control possible 0000:01:00.0
[    0.141388] SCSI subsystem initialized
[    0.141388] libata version 3.00 loaded.
[    0.141388] ACPI: bus type USB registered
[    0.141388] usbcore: registered new interface driver usbfs
[    0.141388] usbcore: registered new interface driver hub
[    0.141388] usbcore: registered new device driver usb
[    0.141388] Linux video capture interface: v2.00
[    0.142097] Advanced Linux Sound Architecture Driver Initialized.
[    0.142100] PCI: Using ACPI for IRQ routing
[    0.142107] PCI: pci_cache_line_size set to 64 bytes
[    0.142185] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    0.142189] e820: reserve RAM buffer [mem 0x2ffd0000-0x2fffffff]
[    0.142576] Switched to clocksource refined-jiffies
[    0.142680] pnp: PnP ACPI init
[    0.142825] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.142937] pnp 00:01: Plug and Play ACPI device, IDs PNP030b (active)
[    0.143079] pnp 00:02: Plug and Play ACPI device, IDs SYN0801 SYN0800 PNP0f13 (active)
[    0.143436] pnp 00:03: [dma 1]
[    0.143521] pnp 00:03: Plug and Play ACPI device, IDs NSC6001 (active)
[    0.143948] pnp 00:04: [dma 0 disabled]
[    0.144124] pnp 00:04: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.144479] system 00:05: [io  0x0480-0x048f] has been reserved
[    0.144485] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    0.144489] system 00:05: [io  0x0800-0x087f] could not be reserved
[    0.144494] system 00:05: [io  0x0880-0x08ff] has been reserved
[    0.144498] system 00:05: [io  0x0c00-0x0c1f] has been reserved
[    0.144503] system 00:05: [mem 0xffe80000-0xffefffff] has been reserved
[    0.144508] system 00:05: [mem 0xfff80000-0xffffffff] has been reserved
[    0.144513] system 00:05: [mem 0xfee00400-0xffbfffff] has been reserved
[    0.144519] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.144603] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.150271] system 00:07: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.150278] system 00:07: [mem 0x000e0000-0x000fffff] could not be reserved
[    0.150283] system 00:07: [mem 0x00100000-0x2fffffff] could not be reserved
[    0.150288] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.150499] pnp: PnP ACPI: found 8 devices
[    0.150506] PnPBIOS: Disabled by ACPI PNP
[    0.188785] Switched to clocksource acpi_pm
[    0.188844] pci 0000:00:09.0: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.188850] pci 0000:00:09.0: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.188855] pci 0000:00:09.1: res[15]=[mem 0x04000000-0x03ffffff pref] get_res_add_size add_size 4000000
[    0.188859] pci 0000:00:09.1: res[16]=[mem 0x04000000-0x03ffffff] get_res_add_size add_size 4000000
[    0.188864] pci 0000:00:09.0: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.188868] pci 0000:00:09.0: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.188872] pci 0000:00:09.1: res[13]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.188876] pci 0000:00:09.1: res[14]=[io  0x0100-0x00ff] get_res_add_size add_size 100
[    0.188885] pci 0000:00:09.0: BAR 0: assigned [mem 0x30000000-0x30000fff]
[    0.188895] pci 0000:00:09.0: BAR 15: assigned [mem 0x34000000-0x37ffffff pref]
[    0.188901] pci 0000:00:09.0: BAR 16: assigned [mem 0x38000000-0x3bffffff]
[    0.188906] pci 0000:00:09.1: BAR 0: assigned [mem 0x3c000000-0x3c000fff]
[    0.188915] pci 0000:00:09.1: BAR 15: assigned [mem 0x40000000-0x43ffffff pref]
[    0.188920] pci 0000:00:09.1: BAR 16: assigned [mem 0x44000000-0x47ffffff]
[    0.188926] pci 0000:00:09.0: BAR 13: assigned [io  0x1000-0x10ff]
[    0.188931] pci 0000:00:09.0: BAR 14: assigned [io  0x1400-0x14ff]
[    0.188936] pci 0000:00:09.1: BAR 13: assigned [io  0x1800-0x18ff]
[    0.188940] pci 0000:00:09.1: BAR 14: assigned [io  0x1c00-0x1cff]
[    0.188947] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.188952] pci 0000:00:01.0:   bridge window [io  0xd000-0xdfff]
[    0.188960] pci 0000:00:01.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[    0.188966] pci 0000:00:01.0:   bridge window [mem 0xcfd00000-0xdfcfffff pref]
[    0.188976] pci 0000:00:09.0: CardBus bridge to [bus 02-05]
[    0.188979] pci 0000:00:09.0:   bridge window [io  0x1000-0x10ff]
[    0.188986] pci 0000:00:09.0:   bridge window [io  0x1400-0x14ff]
[    0.188986] pci 0000:00:09.0:   bridge window [mem 0x34000000-0x37ffffff pref]
[    0.188986] pci 0000:00:09.0:   bridge window [mem 0x38000000-0x3bffffff]
[    0.188986] pci 0000:00:09.1: CardBus bridge to [bus 06-09]
[    0.188986] pci 0000:00:09.1:   bridge window [io  0x1800-0x18ff]
[    0.188986] pci 0000:00:09.1:   bridge window [io  0x1c00-0x1cff]
[    0.188986] pci 0000:00:09.1:   bridge window [mem 0x40000000-0x43ffffff pref]
[    0.188986] pci 0000:00:09.1:   bridge window [mem 0x44000000-0x47ffffff]
[    0.188986] pci_bus 0000:00: resource 4 [io  0x0000-0xffff]
[    0.188986] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
[    0.188986] pci_bus 0000:01: resource 0 [io  0xd000-0xdfff]
[    0.188986] pci_bus 0000:01: resource 1 [mem 0xdfe00000-0xdfefffff]
[    0.188986] pci_bus 0000:01: resource 2 [mem 0xcfd00000-0xdfcfffff pref]
[    0.188986] pci_bus 0000:02: resource 0 [io  0x1000-0x10ff]
[    0.188986] pci_bus 0000:02: resource 1 [io  0x1400-0x14ff]
[    0.188986] pci_bus 0000:02: resource 2 [mem 0x34000000-0x37ffffff pref]
[    0.188986] pci_bus 0000:02: resource 3 [mem 0x38000000-0x3bffffff]
[    0.188986] pci_bus 0000:06: resource 0 [io  0x1800-0x18ff]
[    0.188986] pci_bus 0000:06: resource 1 [io  0x1c00-0x1cff]
[    0.188986] pci_bus 0000:06: resource 2 [mem 0x40000000-0x43ffffff pref]
[    0.188986] pci_bus 0000:06: resource 3 [mem 0x44000000-0x47ffffff]
[    0.188986] NET: Registered protocol family 2
[    0.188986] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.188986] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.188986] TCP: Hash tables configured (established 8192 bind 8192)
[    0.188986] TCP: reno registered
[    0.188986] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.188986] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.188986] NET: Registered protocol family 1
[    0.406289] pci 0000:01:00.0: Video device with shadowed ROM
[    0.406294] PCI: CLS 64 bytes, default 64
[    0.406617] Unpacking initramfs...
[    0.575115] Freeing initrd memory: 684K (eff24000 - effcf000)
[    0.575838] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.579196] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.579312] fuse init (API version 7.23)
[    0.579496] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[    0.580155] aufs 3.17-20141110
[    0.580164] msgmni has been set to 1508
[    0.580519] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[    0.580524] io scheduler noop registered
[    0.580527] io scheduler deadline registered (default)
[    0.580724] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.580756] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.589057] ACPI: AC Adapter [AC0] (on-line)
[    0.589302] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:00/PNP0C0D:00/input/input0
[    0.589331] ACPI: Lid Switch [LID]
[    0.589430] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input1
[    0.589436] ACPI: Sleep Button [SLPB]
[    0.589533] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
[    0.589538] ACPI: Power Button [PWRB]
[    0.589635] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    0.589640] ACPI: Power Button [PWRF]
[    0.589752] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    0.589803] [Firmware Bug]: ACPI: No _BQC method, cannot determine initial brightness
[    0.589939] acpi device:12: registered as cooling_device0
[    0.590110] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:10/LNXVIDEO:00/input/input4
[    0.590347] isapnp: Scanning for PnP cards...
[    0.599045] ACPI: Battery Slot [BAT0] (battery absent)
[    0.946894] isapnp: No Plug & Play device found
[    0.947135] Linux agpgart interface v0.103
[    0.947162] [drm] Initialized drm 1.1.0 20060810
[    0.948586] loop: module loaded
[    0.948708] usbcore: registered new interface driver rtsx_usb
[    0.950066] pata_sis 0000:00:02.5: version 0.5.2
[    0.950162] pata_sis 0000:00:02.5: SiS 962/963 MuTIOL IDE UDMA133 controller
[    0.951403] scsi host0: pata_sis
[    0.951630] scsi host1: pata_sis
[    0.951721] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[    0.951725] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[    0.952184] Fusion MPT base driver 3.04.20
[    0.952187] Copyright (c) 1999-2008 LSI Corporation
[    0.952204] Fusion MPT SPI Host driver 3.04.20
[    0.952239] Fusion MPT SAS Host driver 3.04.20
[    0.952286] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.952289] ehci-pci: EHCI PCI platform driver
[    0.952501] ehci-pci 0000:00:03.3: EHCI Host Controller
[    0.952518] ehci-pci 0000:00:03.3: new USB bus registered, assigned bus number 1
[    0.952567] ehci-pci 0000:00:03.3: cache line size of 64 is not supported
[    0.952592] ehci-pci 0000:00:03.3: irq 23, io mem 0xdfffd000
[    0.958032] ehci-pci 0000:00:03.3: USB 2.0 started, EHCI 1.00
[    0.958412] hub 1-0:1.0: USB hub found
[    0.958426] hub 1-0:1.0: 6 ports detected
[    0.958732] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    0.958743] ohci-pci: OHCI PCI platform driver
[    0.958935] ohci-pci 0000:00:03.0: OHCI PCI host controller
[    0.958948] ohci-pci 0000:00:03.0: new USB bus registered, assigned bus number 2
[    0.959036] ohci-pci 0000:00:03.0: irq 20, io mem 0xdfffa000
[    1.012347] hub 2-0:1.0: USB hub found
[    1.012362] hub 2-0:1.0: 2 ports detected
[    1.012676] ohci-pci 0000:00:03.1: OHCI PCI host controller
[    1.012689] ohci-pci 0000:00:03.1: new USB bus registered, assigned bus number 3
[    1.012731] ohci-pci 0000:00:03.1: irq 21, io mem 0xdfffb000
[    1.065331] hub 3-0:1.0: USB hub found
[    1.065345] hub 3-0:1.0: 2 ports detected
[    1.065654] ohci-pci 0000:00:03.2: OHCI PCI host controller
[    1.065666] ohci-pci 0000:00:03.2: new USB bus registered, assigned bus number 4
[    1.065718] ohci-pci 0000:00:03.2: irq 22, io mem 0xdfffc000
[    1.118365] hub 4-0:1.0: USB hub found
[    1.118384] hub 4-0:1.0: 2 ports detected
[    1.118599] uhci_hcd: USB Universal Host Controller Interface driver
[    1.118754] usbcore: registered new interface driver usb-storage
[    1.118774] usbcore: registered new interface driver ums-alauda
[    1.118794] usbcore: registered new interface driver ums-cypress
[    1.118815] usbcore: registered new interface driver ums-datafab
[    1.118838] usbcore: registered new interface driver ums_eneub6250
[    1.118857] usbcore: registered new interface driver ums-freecom
[    1.118877] usbcore: registered new interface driver ums-isd200
[    1.118897] usbcore: registered new interface driver ums-jumpshot
[    1.118916] usbcore: registered new interface driver ums-karma
[    1.118937] usbcore: registered new interface driver ums-onetouch
[    1.118965] usbcore: registered new interface driver ums-realtek
[    1.118986] usbcore: registered new interface driver ums-sddr09
[    1.119029] usbcore: registered new interface driver ums-sddr55
[    1.119050] usbcore: registered new interface driver ums-usbat
[    1.119139] i8042: PNP: PS/2 Controller [PNP030b:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.127001] i8042: Detected active multiplexing controller, rev 1.0
[    1.127027] ata1.00: ATA-6: FUJITSU MHT2060AT, 009A, max UDMA/100
[    1.127033] ata1.00: 117210240 sectors, multi 16: LBA 
[    1.127044] ata1.00: limited to UDMA/33 due to 40-wire cable
[    1.129317] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.129378] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    1.129424] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    1.129476] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    1.129521] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    1.129744] mousedev: PS/2 mouse device common for all mice
[    1.130538] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[    1.130573] rtc_cmos 00:00: alarms up to one month, 114 bytes nvram
[    1.130633] platform eisa.0: Probing EISA bus 0
[    1.130644] platform eisa.0: Cannot allocate resource for EISA slot 1
[    1.130678] platform eisa.0: EISA: Detected 0 cards
[    1.130695] sdhci: Secure Digital Host Controller Interface driver
[    1.130697] sdhci: Copyright(c) Pierre Ossman
[    1.130804] wbsd: Winbond W83L51xD SD/MMC card interface driver
[    1.130807] wbsd: Copyright(c) Pierre Ossman
[    1.130864] VUB300 Driver rom wait states = 1C irqpoll timeout = 0400
[    1.131090] usbcore: registered new interface driver vub300
[    1.131122] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.131342] hidraw: raw HID events driver (C) Jiri Kosina
[    1.131402] usbcore: registered new interface driver usbhid
[    1.131405] usbhid: USB HID core driver
[    1.131549] TCP: cubic registered
[    1.131554] NET: Registered protocol family 17
[    1.131898] Using IPI No-Shortcut mode
[    1.132117] registered taskstats version 1
[    1.132676] rtc_cmos 00:00: setting system clock to 2015-03-07 12:59:33 UTC (1425733173)
[    1.132701] ALSA device list:
[    1.132703]   No soundcards found.
[    1.133603] ata1.00: configured for UDMA/33
[    1.133800] scsi 0:0:0:0: Direct-Access     ATA      FUJITSU MHT2060A 009A PQ: 0 ANSI: 5
[    1.134194] sd 0:0:0:0: [sda] 117210240 512-byte logical blocks: (60.0 GB/55.8 GiB)
[    1.134423] sd 0:0:0:0: [sda] Write Protect is off
[    1.134433] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.134482] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    1.135601] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[    1.213752]  sda: sda1 sda2
[    1.214325] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.260044] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    1.309284] ata2.00: ATAPI:         DVD+RW RW8165, 1.01, max UDMA/33
[    1.315272] ata2.00: configured for UDMA/33
[    1.317026] scsi 1:0:0:0: CD-ROM                     DVD+RW RW8165    1.01 PQ: 0 ANSI: 5
[    1.319240] sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[    1.319245] cdrom: Uniform CD-ROM driver Revision: 3.20
[    1.319482] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    1.320247] Freeing unused kernel memory: 448K (c1597000 - c1607000)
[    1.375286] usb-storage 1-1:1.0: USB Mass Storage device detected
[    1.375486] scsi host2: usb-storage 1-1:1.0
[    1.576023] tsc: Refined TSC clocksource calibration: 3061.438 MHz
[    2.356130] psmouse serio2: synaptics: Touchpad model: 1, fw: 5.9, id: 0xa36eb3, caps: 0x904713/0x10008/0x0, board id: 3655, fw id: 753378
[    2.377450] scsi 2:0:0:0: Direct-Access     SanDisk  Cruzer Fit       1.27 PQ: 0 ANSI: 6
[    2.378563] sd 2:0:0:0: [sdb] 31266816 512-byte logical blocks: (16.0 GB/14.9 GiB)
[    2.380057] sd 2:0:0:0: [sdb] Write Protect is off
[    2.380062] sd 2:0:0:0: [sdb] Mode Sense: 43 00 00 00
[    2.381057] sd 2:0:0:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[    2.387752]  sdb: sdb1
[    2.390937] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[    2.395987] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input11
[    2.546700] random: blkid urandom read with 110 bits of entropy available
[    2.576119] Switched to clocksource tsc
[    2.622012] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[    2.625803] random: nonblocking pool is initialized
[    2.674091] ISO 9660 Extensions: Microsoft Joliet Level 3
[    2.693435] ISO 9660 Extensions: RRIP_1991A
[    5.329270] udevd[389]: starting version 182
[    6.532606] agpgart-sis 0000:00:00.0: SiS chipset [1039/0648]
[    6.578180] agpgart-sis 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
[    6.763766] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    6.764126] serial8250: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 921600) is a NS16550A
[    6.784366] thermal LNXTHERM:00: registered as thermal_zone0
[    6.784374] ACPI: Thermal Zone [THRM] (75 C)
[    6.955675] yenta_cardbus 0000:00:09.0: CardBus bridge found [1734:1031]
[    6.955709] yenta_cardbus 0000:00:09.0: O2: enabling read prefetch/write burst. If you experience problems or performance issues, use the yenta_socket parameter 'o2_speedup=off'
[    7.092283] parport_pc 00:04: reported by Plug and Play ACPI
[    7.092420] parport0: PC-style at 0x378 (0x778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,EPP,ECP]
[    7.104084] yenta_cardbus 0000:00:09.0: ISA IRQ mask 0x0a38, PCI irq 17
[    7.104094] yenta_cardbus 0000:00:09.0: Socket status: 30000820
[    7.189581] yenta_cardbus 0000:00:09.1: CardBus bridge found [1734:1031]
[    7.315858] yenta_cardbus 0000:00:09.1: ISA IRQ mask 0x0a38, PCI irq 17
[    7.315868] yenta_cardbus 0000:00:09.1: Socket status: 30000006
[    7.345636] sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0x0c00
[    7.347493] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.631788] sis900.c: v1.08.10 Apr. 2 2006
[    7.633852] 0000:00:04.0: Realtek RTL8201 PHY transceiver found at address 1.
[    7.678974] wistron_btns: BIOS entry point not found
[    7.686348] NET: Registered protocol family 23
[    7.708671] nsc-ircc, chip->init
[    7.708688] nsc-ircc, Found chip at base=0x02e
[    7.708722] nsc-ircc, driver loaded (Dag Brattli)
[    7.708747] nsc_ircc_open(), can't get iobase of 0x3f8
[    7.708790] nsc-ircc, Found chip at base=0x02e
[    7.708823] nsc-ircc, driver loaded (Dag Brattli)
[    7.708832] nsc_ircc_open(), can't get iobase of 0x3f8
[    7.709622] nsc-ircc 00:03: disabled
[    7.899825] ppdev: user-space parallel port driver
[    7.939176] 0000:00:04.0: Using transceiver found at address 1 as default
[    7.957544] eth0: SiS 900 PCI Fast Ethernet at 0x0001e800, IRQ 19, 00:03:0d:0f:a9:c2
[    8.027562] firewire_ohci 0000:00:02.3: added OHCI v1.0 device as card 0, 4 IR + 6 IT contexts, quirks 0x0
[    8.067075] pcmcia_socket pcmcia_socket0: pccard: CardBus card inserted into slot 0
[    8.067129] pci 0000:02:00.0: [1814:0302] type 00 class 0x028000
[    8.067165] pci 0000:02:00.0: reg 0x10: [mem 0xffff8000-0xffffffff]
[    8.067519] pci 0000:02:00.0: BAR 0: assigned [mem 0x38000000-0x38007fff]
[    8.187151] cfg80211: Calling CRDA to update world regulatory domain
[    8.483702] rt61pci 0000:02:00.0: enabling device (0000 -> 0002)
[    8.528296] firewire_core 0000:00:02.3: created device fw0: GUID 00030d532580d56e, S400
[    8.689606] ieee80211 phy0: rt2x00_set_chip: Info - Chipset detected - rt: 2561, rf: 0003, rev: 000c
[    8.732444] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcff:
[    8.732800]  excluding 0xc00-0xc1f 0xcf8-0xcff
[    8.734571] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff:
[    8.734994]  excluding 0x3f0-0x3ff 0x480-0x48f 0x4d0-0x4d7
[    8.735914] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af:
[    8.737114]  excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x37f
[    8.738357] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcff:
[    8.738698]  excluding 0xc00-0xc1f
[    8.739107] pcmcia_socket pcmcia_socket0: cs: memory probe 0x0c0000-0x0fffff:
[    8.739119]  excluding 0xc0000-0xdbfff 0xe0000-0xfffff
[    8.739223] pcmcia_socket pcmcia_socket0: cs: memory probe 0x60000000-0x60ffffff:
[    8.739248]  clean.
[    8.739332] pcmcia_socket pcmcia_socket0: cs: memory probe 0xa0000000-0xa0ffffff:
[    8.739355]  clean.
[    8.739444] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff:
[    8.740244]  clean.
[    8.772097]  0xcf8-0xcff
[    8.772321] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff:
[    8.772732]  excluding 0x3f0-0x3ff 0x480-0x48f
[    8.788125] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    8.846298]  0x4d0-0x4d7
[    8.846724] pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af:
[    8.869229]  excluding 0x170-0x177 0x1f0-0x1f7 0x370-0x37f
[    8.920273] pcmcia_socket pcmcia_socket1: cs: memory probe 0x0c0000-0x0fffff:
[    8.920287]  excluding 0xc0000-0xdbfff 0xe0000-0xfffff
[    8.920390] pcmcia_socket pcmcia_socket1: cs: memory probe 0x60000000-0x60ffffff:
[    8.920414]  clean.
[    8.920514] pcmcia_socket pcmcia_socket1: cs: memory probe 0xa0000000-0xa0ffffff:
[    8.920538]  clean.
[    8.920631] pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff:
[    8.921464]  clean.
[    9.625103] snd_intel8x0 0000:00:02.7: intel8x0_measure_ac97_clock: measured 50664 usecs (2438 samples)
[    9.625113] snd_intel8x0 0000:00:02.7: clocking to 48000
[    9.768134] floppy0: no floppy controllers found
[    9.768162] work still pending
[    9.845947] [drm] radeon kernel modesetting enabled.
[    9.874583] [drm] initializing kernel modesetting (RV350 0x1002:0x4E50 0x1734:0x1031).
[    9.874627] [drm] register mmio base: 0xDFEF0000
[    9.874631] [drm] register mmio size: 65536
[    9.956478] agpgart-sis 0000:00:00.0: AGP 3.5 bridge
[    9.956517] agpgart-sis 0000:00:00.0: putting AGP V3 device at 0000:00:00.0 into 8x mode
[    9.956525] agpgart-sis 0000:00:00.0: SiS delay workaround: giving bridge time to recover
[    9.967170] agpgart-sis 0000:00:00.0: putting AGP V3 device at 0000:01:00.0 into 8x mode
[    9.967196] radeon 0000:01:00.0: GTT: 64M 0xE0000000 - 0xE3FFFFFF
[    9.967205] [drm] Generation 2 PCI interface, using max accessible memory
[    9.967213] radeon 0000:01:00.0: VRAM: 128M 0x00000000D0000000 - 0x00000000D7FFFFFF (128M used)
[    9.967582] [drm] Detected VRAM RAM=128M, BAR=128M
[    9.967590] [drm] RAM width 128bits DDR
[    9.969533] [TTM] Zone  kernel: Available graphics memory: 386276 kiB
[    9.969541] [TTM] Initializing pool allocator
[    9.969557] [TTM] Initializing DMA pool allocator
[    9.969627] [drm] radeon: 128M of VRAM memory ready
[    9.969632] [drm] radeon: 64M of GTT memory ready.
[    9.969739] [drm] radeon: power management initialized
[    9.969785] [drm] radeon: 1 quad pipes, 1 Z pipes initialized.
[    9.972793] radeon 0000:01:00.0: WB disabled
[    9.972812] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x00000000e0000000 and cpu addr 0xf07e6000
[    9.972820] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    9.972826] [drm] Driver supports precise vblank timestamp query.
[    9.972880] [drm] radeon: irq initialized.
[    9.972920] [drm] Loading R300 Microcode
[   10.002536] [drm] radeon: ring at 0x00000000E0001000
[   10.002567] [drm] ring test succeeded in 0 usecs
[   10.002850] [drm] ib test succeeded in 0 usecs
[   10.008242] [drm] Panel ID String: Samsung LTN154X1 WXGA   
[   10.008249] [drm] Panel Size 1280x800
[   10.008368] [drm] No TV DAC info found in BIOS
[   10.048946] [drm] radeon legacy LVDS backlight initialized
[   10.048964] [drm] Radeon Display Connectors
[   10.048968] [drm] Connector 0:
[   10.048972] [drm]   VGA-1
[   10.048978] [drm]   DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[   10.048983] [drm]   Encoders:
[   10.048987] [drm]     CRT1: INTERNAL_DAC1
[   10.048991] [drm] Connector 1:
[   10.048994] [drm]   LVDS-1
[   10.048998] [drm]   Encoders:
[   10.056952] [drm]     LCD1: INTERNAL_LVDS
[   10.056958] [drm] Connector 2:
[   10.056962] [drm]   SVIDEO-1
[   10.056965] [drm]   Encoders:
[   10.056969] [drm]     TV1: INTERNAL_DAC2
[   10.513347] [drm] fb mappable at 0xD0040000
[   10.513354] [drm] vram apper at 0xD0000000
[   10.513357] [drm] size 4096000
[   10.513361] [drm] fb depth is 24
[   10.513364] [drm]    pitch is 5120
[   10.519527] fbcon: radeondrmfb (fb0) is primary device
[   10.677354] Console: switching to colour frame buffer device 160x50
[   10.722191] wl: module license 'unspecified' taints kernel.
[   10.722194] Disabling lock debugging due to kernel taint
[   10.776043] radeon 0000:01:00.0: fb0: radeondrmfb frame buffer device
[   10.776050] radeon 0000:01:00.0: registered panic notifier
[   10.781042] [drm] Initialized radeon 2.40.0 20080528 for 0000:01:00.0 on minor 0
[   12.514842] Adding 2128608k swap on /dev/sda2.  Priority:1 extents:1 across:2128608k FS
[   13.411795] eth0: Media Link Off
[   13.432542] ieee80211 phy0: rt2x00lib_request_firmware: Info - Loading firmware file 'rt2561.bin'
[   13.469346] ieee80211 phy0: rt2x00lib_request_firmware: Info - Firmware detected - version: 0.8
[   13.664341] NET: Registered protocol family 10
[   13.696408] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   13.696483] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   14.883345] cfg80211: Calling CRDA to update world regulatory domain
[   30.535553] VFS: busy inodes on changed media or resized disk sr0
[   31.065598] sr 1:0:0:0: [sr0]  
[   31.065605] Result: hostbyte=0x00 driverbyte=0x08
[   31.065611] sr 1:0:0:0: [sr0]  
[   31.065614] Sense Key : 0x2 [current] 
[   31.065622] sr 1:0:0:0: [sr0]  
[   31.065626] ASC=0x3a ASCQ=0x0
[   31.065631] sr 1:0:0:0: [sr0] CDB: 
[   31.065635] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.065651] end_request: I/O error, dev sr0, sector 116
[   31.080624] sr 1:0:0:0: [sr0]  
[   31.080633] Result: hostbyte=0x00 driverbyte=0x08
[   31.080638] sr 1:0:0:0: [sr0]  
[   31.080642] Sense Key : 0x2 [current] 
[   31.080649] sr 1:0:0:0: [sr0]  
[   31.080653] ASC=0x3a ASCQ=0x0
[   31.080659] sr 1:0:0:0: [sr0] CDB: 
[   31.080662] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.080679] end_request: I/O error, dev sr0, sector 116
[   31.324196] sr 1:0:0:0: [sr0]  
[   31.324204] Result: hostbyte=0x00 driverbyte=0x08
[   31.324209] sr 1:0:0:0: [sr0]  
[   31.324213] Sense Key : 0x2 [current] 
[   31.324220] sr 1:0:0:0: [sr0]  
[   31.324223] ASC=0x3a ASCQ=0x0
[   31.324228] sr 1:0:0:0: [sr0] CDB: 
[   31.324231] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.324249] end_request: I/O error, dev sr0, sector 116
[   31.337795] sr 1:0:0:0: [sr0]  
[   31.337805] Result: hostbyte=0x00 driverbyte=0x08
[   31.337810] sr 1:0:0:0: [sr0]  
[   31.337814] Sense Key : 0x2 [current] 
[   31.337822] sr 1:0:0:0: [sr0]  
[   31.337825] ASC=0x3a ASCQ=0x0
[   31.337832] sr 1:0:0:0: [sr0] CDB: 
[   31.337835] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.337852] end_request: I/O error, dev sr0, sector 116
[   31.350830] sr 1:0:0:0: [sr0]  
[   31.350840] Result: hostbyte=0x00 driverbyte=0x08
[   31.350846] sr 1:0:0:0: [sr0]  
[   31.350849] Sense Key : 0x2 [current] 
[   31.350857] sr 1:0:0:0: [sr0]  
[   31.350860] ASC=0x3a ASCQ=0x0
[   31.350866] sr 1:0:0:0: [sr0] CDB: 
[   31.350869] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.350885] end_request: I/O error, dev sr0, sector 116
[   31.364369] sr 1:0:0:0: [sr0]  
[   31.364378] Result: hostbyte=0x00 driverbyte=0x08
[   31.364383] sr 1:0:0:0: [sr0]  
[   31.364386] Sense Key : 0x2 [current] 
[   31.364396] sr 1:0:0:0: [sr0]  
[   31.364400] ASC=0x3a ASCQ=0x0
[   31.364405] sr 1:0:0:0: [sr0] CDB: 
[   31.364409] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.364426] end_request: I/O error, dev sr0, sector 116
[   31.378082] sr 1:0:0:0: [sr0]  
[   31.378089] Result: hostbyte=0x00 driverbyte=0x08
[   31.378095] sr 1:0:0:0: [sr0]  
[   31.378099] Sense Key : 0x2 [current] 
[   31.378107] sr 1:0:0:0: [sr0]  
[   31.378111] ASC=0x3a ASCQ=0x0
[   31.378117] sr 1:0:0:0: [sr0] CDB: 
[   31.378122] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.378141] end_request: I/O error, dev sr0, sector 116
[   31.390863] sr 1:0:0:0: [sr0]  
[   31.390873] Result: hostbyte=0x00 driverbyte=0x08
[   31.390879] sr 1:0:0:0: [sr0]  
[   31.390882] Sense Key : 0x2 [current] 
[   31.390891] sr 1:0:0:0: [sr0]  
[   31.390895] ASC=0x3a ASCQ=0x0
[   31.390900] sr 1:0:0:0: [sr0] CDB: 
[   31.390904] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.390922] end_request: I/O error, dev sr0, sector 116
[   31.403037] sr 1:0:0:0: [sr0]  
[   31.403045] Result: hostbyte=0x00 driverbyte=0x08
[   31.403050] sr 1:0:0:0: [sr0]  
[   31.403053] Sense Key : 0x2 [current] 
[   31.403062] sr 1:0:0:0: [sr0]  
[   31.403065] ASC=0x3a ASCQ=0x0
[   31.403070] sr 1:0:0:0: [sr0] CDB: 
[   31.403074] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.403090] end_request: I/O error, dev sr0, sector 116
[   31.415885] sr 1:0:0:0: [sr0]  
[   31.415894] Result: hostbyte=0x00 driverbyte=0x08
[   31.415899] sr 1:0:0:0: [sr0]  
[   31.415902] Sense Key : 0x2 [current] 
[   31.415910] sr 1:0:0:0: [sr0]  
[   31.415913] ASC=0x3a ASCQ=0x0
[   31.415918] sr 1:0:0:0: [sr0] CDB: 
[   31.415921] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.415937] end_request: I/O error, dev sr0, sector 116
[   31.428070] sr 1:0:0:0: [sr0]  
[   31.428079] Result: hostbyte=0x00 driverbyte=0x08
[   31.428084] sr 1:0:0:0: [sr0]  
[   31.428087] Sense Key : 0x2 [current] 
[   31.428095] sr 1:0:0:0: [sr0]  
[   31.428099] ASC=0x3a ASCQ=0x0
[   31.428105] sr 1:0:0:0: [sr0] CDB: 
[   31.428108] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.442121] sr 1:0:0:0: [sr0]  
[   31.442129] Result: hostbyte=0x00 driverbyte=0x08
[   31.442134] sr 1:0:0:0: [sr0]  
[   31.442138] Sense Key : 0x2 [current] 
[   31.442145] sr 1:0:0:0: [sr0]  
[   31.442148] ASC=0x3a ASCQ=0x0
[   31.442154] sr 1:0:0:0: [sr0] CDB: 
[   31.442157] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.454778] sr 1:0:0:0: [sr0]  
[   31.454789] Result: hostbyte=0x00 driverbyte=0x08
[   31.454796] sr 1:0:0:0: [sr0]  
[   31.454800] Sense Key : 0x2 [current] 
[   31.454809] sr 1:0:0:0: [sr0]  
[   31.454812] ASC=0x3a ASCQ=0x0
[   31.454818] sr 1:0:0:0: [sr0] CDB: 
[   31.454822] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.467510] sr 1:0:0:0: [sr0]  
[   31.467519] Result: hostbyte=0x00 driverbyte=0x08
[   31.467524] sr 1:0:0:0: [sr0]  
[   31.467529] Sense Key : 0x2 [current] 
[   31.467538] sr 1:0:0:0: [sr0]  
[   31.467542] ASC=0x3a ASCQ=0x0
[   31.467548] sr 1:0:0:0: [sr0] CDB: 
[   31.467552] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.480196] sr 1:0:0:0: [sr0]  
[   31.480205] Result: hostbyte=0x00 driverbyte=0x08
[   31.480210] sr 1:0:0:0: [sr0]  
[   31.480214] Sense Key : 0x2 [current] 
[   31.480222] sr 1:0:0:0: [sr0]  
[   31.480226] ASC=0x3a ASCQ=0x0
[   31.480231] sr 1:0:0:0: [sr0] CDB: 
[   31.480234] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.492292] sr 1:0:0:0: [sr0]  
[   31.492304] Result: hostbyte=0x00 driverbyte=0x08
[   31.492312] sr 1:0:0:0: [sr0]  
[   31.492316] Sense Key : 0x2 [current] 
[   31.492325] sr 1:0:0:0: [sr0]  
[   31.492329] ASC=0x3a ASCQ=0x0
[   31.492336] sr 1:0:0:0: [sr0] CDB: 
[   31.492341] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.504344] sr 1:0:0:0: [sr0]  
[   31.504353] Result: hostbyte=0x00 driverbyte=0x08
[   31.504358] sr 1:0:0:0: [sr0]  
[   31.504362] Sense Key : 0x2 [current] 
[   31.504370] sr 1:0:0:0: [sr0]  
[   31.504373] ASC=0x3a ASCQ=0x0
[   31.504379] sr 1:0:0:0: [sr0] CDB: 
[   31.504383] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.518694] sr 1:0:0:0: [sr0]  
[   31.518703] Result: hostbyte=0x00 driverbyte=0x08
[   31.518709] sr 1:0:0:0: [sr0]  
[   31.518712] Sense Key : 0x2 [current] 
[   31.518720] sr 1:0:0:0: [sr0]  
[   31.518724] ASC=0x3a ASCQ=0x0
[   31.518730] sr 1:0:0:0: [sr0] CDB: 
[   31.518734] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.533088] sr 1:0:0:0: [sr0]  
[   31.533099] Result: hostbyte=0x00 driverbyte=0x08
[   31.533105] sr 1:0:0:0: [sr0]  
[   31.533109] Sense Key : 0x2 [current] 
[   31.533117] sr 1:0:0:0: [sr0]  
[   31.533121] ASC=0x3a ASCQ=0x0
[   31.533126] sr 1:0:0:0: [sr0] CDB: 
[   31.533130] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.547201] sr 1:0:0:0: [sr0]  
[   31.547210] Result: hostbyte=0x00 driverbyte=0x08
[   31.547216] sr 1:0:0:0: [sr0]  
[   31.547219] Sense Key : 0x2 [current] 
[   31.547228] sr 1:0:0:0: [sr0]  
[   31.547232] ASC=0x3a ASCQ=0x0
[   31.547237] sr 1:0:0:0: [sr0] CDB: 
[   31.547241] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.559241] sr 1:0:0:0: [sr0]  
[   31.559251] Result: hostbyte=0x00 driverbyte=0x08
[   31.559257] sr 1:0:0:0: [sr0]  
[   31.559260] Sense Key : 0x2 [current] 
[   31.559268] sr 1:0:0:0: [sr0]  
[   31.559272] ASC=0x3a ASCQ=0x0
[   31.559278] sr 1:0:0:0: [sr0] CDB: 
[   31.559282] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.572906] sr 1:0:0:0: [sr0]  
[   31.572915] Result: hostbyte=0x00 driverbyte=0x08
[   31.572921] sr 1:0:0:0: [sr0]  
[   31.572924] Sense Key : 0x2 [current] 
[   31.572932] sr 1:0:0:0: [sr0]  
[   31.572936] ASC=0x3a ASCQ=0x0
[   31.572942] sr 1:0:0:0: [sr0] CDB: 
[   31.572945] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[   31.618958] sr 1:0:0:0: [sr0]  
[   31.618967] Result: hostbyte=0x00 driverbyte=0x08
[   31.618972] sr 1:0:0:0: [sr0]  
[   31.618975] Sense Key : 0x2 [current] 
[   31.618983] sr 1:0:0:0: [sr0]  
[   31.618987] ASC=0x3a ASCQ=0x0
[   31.618992] sr 1:0:0:0: [sr0] CDB: 
[   31.618996] cdb[0]=0x28: 28 00 00 00 00 1d 00 00 01 00
[  102.964289] psmouse serio2: TouchPad at isa0060/serio2/input0 lost sync at byte 4
[  102.967942] psmouse serio2: TouchPad at isa0060/serio2/input0 lost sync at byte 1
[  102.990696] psmouse serio2: TouchPad at isa0060/serio2/input0 - driver resynced.
root@porteus:~# 

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: Request for wifi driver

Post#2 by francois » 07 Mar 2015, 15:54

Have a look at this post on troubleshooting wifi driver on kiosk:
http://forum.porteus.org/viewtopic.php? ... 034#p29034

Verify if you provided the necessary information.

Fanthom will come around, he is the kiosk specialist.
Prendre son temps, profiter de celui qui passe.

user001
Ronin
Ronin
Posts: 2
Joined: 07 Mar 2015, 12:30
Distribution: porteus kiosk
Location: nonofyourbusiness

Re: Request for wifi driver

Post#3 by user001 » 07 Mar 2015, 18:22

Thank you for replying I hope Fanthom can help me. Hmm I read the thread. In my situation the wifi doesn't work in the wizard so I can't really install the dist.

Anyway I ran "lspci -knn", again from Porteus Desktop Edition:

Code: Select all

root@porteus:~# lspci -knn
00:00.0 Host bridge [0600]: Silicon Integrated Systems [SiS] 645xx [1039:0648] (rev 51)
	Kernel driver in use: agpgart-sis
	Kernel modules: sis_agp
00:01.0 PCI bridge [0604]: Silicon Integrated Systems [SiS] AGP Port (virtual PCI-to-PCI bridge) [1039:0003]
	Kernel modules: shpchp
00:02.0 ISA bridge [0601]: Silicon Integrated Systems [SiS] SiS963 [MuTIOL Media IO] LPC Controller [1039:0963] (rev 14)
00:02.1 SMBus [0c05]: Silicon Integrated Systems [SiS] SiS961/2/3 SMBus controller [1039:0016]
	Kernel driver in use: sis96x_smbus
	Kernel modules: i2c_sis96x
00:02.3 FireWire (IEEE 1394) [0c00]: Silicon Integrated Systems [SiS] FireWire Controller [1039:7007]
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
	Kernel driver in use: firewire_ohci
	Kernel modules: firewire_ohci
00:02.5 IDE interface [0101]: Silicon Integrated Systems [SiS] 5513 IDE Controller [1039:5513]
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
	Kernel driver in use: pata_sis
00:02.6 Modem [0703]: Silicon Integrated Systems [SiS] AC'97 Modem Controller [1039:7013] (rev a0)
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
	Kernel modules: 8250_pci, snd_intel8x0m
00:02.7 Multimedia audio controller [0401]: Silicon Integrated Systems [SiS] SiS7012 AC'97 Sound Controller [1039:7012] (rev a0)
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
	Kernel driver in use: snd_intel8x0
	Kernel modules: snd_intel8x0
00:03.0 USB controller [0c03]: Silicon Integrated Systems [SiS] USB 1.1 Controller [1039:7001] (rev 0f)
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
	Kernel driver in use: ohci-pci
00:03.1 USB controller [0c03]: Silicon Integrated Systems [SiS] USB 1.1 Controller [1039:7001] (rev 0f)
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
	Kernel driver in use: ohci-pci
00:03.2 USB controller [0c03]: Silicon Integrated Systems [SiS] USB 1.1 Controller [1039:7001] (rev 0f)
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
	Kernel driver in use: ohci-pci
00:03.3 USB controller [0c03]: Silicon Integrated Systems [SiS] USB 2.0 Controller [1039:7002]
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
	Kernel driver in use: ehci-pci
00:04.0 Ethernet controller [0200]: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet [1039:0900] (rev 91)
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
	Kernel driver in use: sis900
	Kernel modules: sis900
00:09.0 CardBus bridge [0607]: O2 Micro, Inc. OZ711M1/MC1 4-in-1 MemoryCardBus Controller [1217:7114] (rev 20)
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
	Kernel driver in use: yenta_cardbus
	Kernel modules: yenta_socket
00:09.1 CardBus bridge [0607]: O2 Micro, Inc. OZ711M1/MC1 4-in-1 MemoryCardBus Controller [1217:7114] (rev 20)
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
	Kernel driver in use: yenta_cardbus
	Kernel modules: yenta_socket
00:09.2 System peripheral [0880]: O2 Micro, Inc. OZ711Mx 4-in-1 MemoryCardBus Accelerator [1217:7110]
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] RV350/M10 [Mobility Radeon 9600 PRO Turbo] [1002:4e50]
	Subsystem: Fujitsu Technology Solutions Device [1734:1031]
	Kernel driver in use: radeon
	Kernel modules: radeon
02:00.0 Network controller [0280]: Ralink corp. RT2561/RT61 rev B 802.11g [1814:0302]
	Subsystem: D-Link System Inc AirPlus G DWL-G630 Wireless Cardbus Adapter (rev.E2) [1186:3c08]
	Kernel driver in use: rt61pci
	Kernel modules: rt61pci, wl
root@porteus:~# 

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5666
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

Re: FAA Request for wifi driver

Post#4 by fanthom » 08 Mar 2015, 17:11

im sorry but i have no plans to implement PCMCIA support in kiosk. this technology died years ago and there is no future for it.

please buy some cheap usb wifi adapter like one of these:
http://www.pixmania.ie/search/WiFi-USB- ... -page.html

you could also take a risk and order something extra cheap from China (i wrote 'take a risk' as the ATA->SATA cable i ordered never arrived to me):
http://www.ebay.co.uk/itm/Realtek-RTL81 ... 35e65de674

Realtek based wifi chipsets should work out of the box in kiosk.
Please add [Solved] to your thread title if the solution was found.

Globalman
White ninja
White ninja
Posts: 4
Joined: 19 Feb 2015, 13:43
Distribution: Porteus-Kiosk
Location: Germany

Re: Request for wifi driver

Post#5 by Globalman » 09 Mar 2015, 15:52

@user001

Maybe some of your friends in your location are having an Wifi USB Stick they don't need any more (because for example their new notebook has it already included as pci-e or USB internal. Ask for it ;)

Locked