Ken Jones, USA, Ubuntu 8.04, Kernel 2.6.24-18-386 - Problem: Reconnecting

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



After starting Ubuntu, connecting to the Internet, then disconnecting
from Internet, I'm unable to reconnect to the Internet using wvdial.
The following is displayed in terminal:

hjones@hjones-desktop:~/Desktop$ wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot open /dev/ttySL0: Device or resource busy
--> Cannot open /dev/ttySL0: Device or resource busy
--> Cannot open /dev/ttySL0: Device or resource busy

If I close Ubuntu, and restart Ubuntu I'm able to connect to the
Internet once again.  

Another workaround (without closing down and restarting Ubuntu) is to do
the following in terminal:

hjones@hjones-desktop:~/Desktop$ sudo modprobe ungrab-winmodem
[sudo] password for hjones: 

hjones@hjones-desktop:~/Desktop$ sudo modprobe slamr

hjones@hjones-desktop:~/Desktop$ sudo /etc/init.d/sl-modem-daemon
restart
Shutting down SmartLink Modem driver normally.
Unloading modem driver from kernel ... slamr.
Starting SmartLink Modem driver for: slamr0.
Creating /dev/modem symlink, pointing to: /dev/ttySL0.

hjones@hjones-desktop:~/Desktop$ wvdial
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Sending: ATDT427-4638
--> Waiting for carrier.
ATDT427-4638
CONNECT 24000
--> Carrier detected.  Waiting for prompt.
Welcome to SCRTC
Username: 
--> Looks like a login prompt.
--> Sending: kjones
kjones
Password: 
--> Looks like a password prompt.
--> Sending: (password)
    Entering PPP Session.
    IP address is 66.38.32.140
    MTU is 1524.
--> Looks like a welcome message.
--> Starting pppd at Thu Jun  5 16:45:26 2008
--> Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
--> --> PAP (Password Authentication Protocol) may be flaky.
--> Warning: Could not modify /etc/ppp/chap-secrets: Permission denied
--> --> CHAP (Challenge Handshake) may be flaky.
--> Pid of pppd: 13099
--> Using interface ppp0
--> pppd: Ч[06][08]��[06][08]
--> pppd: Ч[06][08]��[06][08]
--> pppd: Ч[06][08]��[06][08]
--> local  IP address 66.38.32.140
--> pppd: Ч[06][08]��[06][08]
--> remote IP address 66.38.2.135
--> pppd: Ч[06][08]��[06][08]
--> primary   DNS address 66.38.0.240
--> pppd: Ч[06][08]��[06][08]
--> secondary DNS address 66.38.0.241
--> pppd: Ч[06][08]��[06][08]


I tried compiling the modules/drivers using the packages recommended in
ModemData.txt and was able to compile ungrab-winmodem-20070505.tar.gz,
but not slmodem-2.9.11-20080126.tar.gz.  

I receive the following while trying to compile
slmodem-2.9.11-20080126.tar.gz:

hjones@hjones-desktop:~/slamr3/slmodem-2.9.11-20080126$ make clean
make -C modem clean &&  make -C drivers clean &&  echo "done."
make[1]: Entering directory
`/home/hjones/slamr3/slmodem-2.9.11-20080126/modem'
rm -f slmodemd modem_test modem_main.o modem_cmdline.o modem_test.o
modem.o modem_datafile.o modem_at.o modem_timer.o modem_pack.o
modem_ec.o modem_comp.o modem_param.o modem_debug.o homolog_data.o
dp_sinus.o dp_dummy.o sysdep_common.o
rm -f *~ *.orig *.rej
make[1]: Leaving directory
`/home/hjones/slamr3/slmodem-2.9.11-20080126/modem'
make[1]: Entering directory
`/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers'
rm -f kernel-ver slamr.o slusb.o slamr.ko slusb.ko *st7554.o
amrmo_init.o sysdep_amr.o *.mod.* .*.cmd *~
rm -f -r .tmp_versions
make[1]: Leaving directory
`/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers'
done.

hjones@hjones-desktop:~/slamr3/slmodem-2.9.11-20080126$ make
make -C modem all
make[1]: Entering directory
`/home/hjones/slamr3/slmodem-2.9.11-20080126/modem'
rebuild profile...
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o modem_main.o -c
modem_main.c
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o modem_cmdline.o -c
modem_cmdline.c
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o modem.o -c modem.c
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o modem_datafile.o -c
modem_datafile.c
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o modem_at.o -c modem_at.c
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o modem_timer.o -c
modem_timer.c
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o modem_pack.o -c
modem_pack.c
modem_pack.c: In function ‘modem_async_get_bits’:
modem_pack.c:100: warning: pointer targets in passing argument 2 of
‘m->get_chars’ differ in signedness
modem_pack.c: In function ‘modem_async_put_bits’:
modem_pack.c:148: warning: pointer targets in passing argument 2 of
‘m->put_chars’ differ in signedness
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o modem_ec.o -c modem_ec.c
modem_ec.c: In function ‘tx_info’:
modem_ec.c:723: warning: pointer targets in passing argument 2 of
‘l->modem->get_chars’ differ in signedness
modem_ec.c: In function ‘push_rest_data’:
modem_ec.c:811: warning: pointer targets in passing argument 2 of
‘l->modem->put_chars’ differ in signedness
modem_ec.c: In function ‘rx_info’:
modem_ec.c:860: warning: pointer targets in passing argument 2 of
‘l->modem->put_chars’ differ in signedness
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o modem_comp.o -c
modem_comp.c
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o modem_param.o -c
modem_param.c
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o modem_debug.o -c
modem_debug.c
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o homolog_data.o -c
homolog_data.c
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o dp_sinus.o -c dp_sinus.c
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o dp_dummy.o -c dp_dummy.c
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o sysdep_common.o -c
sysdep_common.c
gcc  -o slmodemd modem_main.o modem_cmdline.o modem.o modem_datafile.o
modem_at.o modem_timer.o modem_pack.o modem_ec.o modem_comp.o
modem_param.o modem_debug.o homolog_data.o dp_sinus.o dp_dummy.o
dsplibs.o sysdep_common.o
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM   -o modem_test.o -c
modem_test.c
gcc  -o modem_test modem_test.o modem_cmdline.o modem.o modem_datafile.o
modem_at.o modem_timer.o modem_pack.o modem_ec.o modem_comp.o
modem_param.o modem_debug.o homolog_data.o dp_sinus.o dp_dummy.o
dsplibs.o sysdep_common.o
make[1]: Leaving directory
`/home/hjones/slamr3/slmodem-2.9.11-20080126/modem'
make -C drivers KERNEL_DIR=/lib/modules/2.6.24-18-386/build
make[1]: Entering directory
`/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers'
cc -I/lib/modules/2.6.24-18-386/build/include -o kernel-ver kernel-ver.c
make all KERNEL_VER=2.6.24-18-386
make[2]: Entering directory
`/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers'
make modules -C /lib/modules/2.6.24-18-386/build
SUBDIRS=/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers
make[3]: Entering directory `/usr/src/linux-headers-2.6.24-18-386'
  CC
[M]  /home/hjones/slamr3/slmodem-2.9.11-20080126/drivers/amrmo_init.o
/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers/amrmo_init.c: In
function ‘amrmo_pci_probe’:
/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers/amrmo_init.c:612:
error: ‘SA_SHIRQ’ undeclared (first use in this function)
/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers/amrmo_init.c:612:
error: (Each undeclared identifier is reported only once
/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers/amrmo_init.c:612:
error: for each function it appears in.)
make[4]: ***
[/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers/amrmo_init.o] Error
1
make[3]: ***
[_module_/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.24-18-386'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/hjones/slamr3/slmodem-2.9.11-20080126/drivers'
make: *** [drivers] Error 2
hjones@hjones-desktop:~/slamr3/slmodem-2.9.11-20080126$ 

Afterwards, I tried compiling the latest packages for the
modules/drivers:

ungrab-winmodem-20080126.tar.gz
slmodem-2.9.11-20080417.tar.gz

And, I did not receive any warnings or errors during compiling -
successful compiles.

I also installed the latest Ubuntu package in the Ubuntu repository for
the sl-modem daemon:

sl-modem-daemon_2.9.10+2.9.9d+e-pre2-5ubuntu4_i386.deb

I did use some files from the slamr-2.6.24-16-generic.tar.gz package to
do my installation (sudo ./setup) after replacing the slamr.ko,
slusb.ko, and ungrab-winmodem.ko with my new compiles.  Perhaps, that
was my mistake.  But, I'm somewhat of a Linux newbie, and I couldn't
figure out how else to install the modules/drivers and sl-modem daemon
successfully.  

Any assistance or guidance would be appreciated.

Thanks!




 Only plain text email is forwarded by the  Discuss@xxxxxxxxxxxxx List Server,
 as HTML can contain viruses. Use as the email Subject Line:
           YourName, YourCountry  kernel 2.6.24-18-386 
 With this Subject Line cogent experts will be alerted, and useful case names left in the Archive.
 YourCountry will enable Country specific guidance. Linux experts in YourCountry 
 can be found through: http://www.linux.org/groups/index.html.
They will know your Country's modem code, which may be essential for dialup service.
Responses from Discuss@xxxxxxxxxxxxx are sometimes blocked by an Internet Provider mail filters.
 So in a day, also check the Archived responses at http://www.linmodems.org 
--------------------------  System information ----------------------------
CPU=i686,  
Linux version 2.6.24-18-386 (buildd@terranova) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 Wed May 28 19:30:01 UTC 2008
 scanModem update of:  2008_06_05
The modem symbolic link is /dev/modem -> ttySL0
The slmodemd set symbolic link is /dev/ttySL0 -> /dev/pts/0
Modem drivers blocked from loading during bootup are listed in /etc/modprobe* file lines:
/etc/modprobe.d/blacklist-restricted:blacklist ltmodem


Attached USB devices are:
 ID 6253:0100 TwinHan Technology Co., Ltd Ir reciver f. remote control

USB modems not recognized

For candidate card in slot 00:06.0, firmware information and bootup diagnostics are:
 PCI slot	PCI ID		SubsystemID	Name
 ----------	---------	---------	--------------
 00:06.0	10b9:5459	14fe:9100	Modem: ALi Corporation SmartLink SmartPCI561 56K Modem

 Modem interrupt assignment and sharing: 
 16:     360467   IO-APIC-fasteoi   SL1800
 --- Bootup diagnostics for card in PCI slot 00:06.0 ----
[   23.718301] ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 17 (level, low) -> IRQ 16
[   23.720998] 0000:00:06.0: ttyS2 at I/O 0xa028 (irq = 16) is a 8250
[   23.722402] 0000:00:06.0: ttyS3 at I/O 0xa040 (irq = 16) is a 8250
[   23.722522] Couldn't register serial port 0000:00:06.0: -28
[   40.290221] ACPI: PCI interrupt for device 0000:00:06.0 disabled
[   40.390653] ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 17 (level, low) -> IRQ 16

 The PCI slot 00:06.0 of the modem card may be disabled early in 
 a bootup process,  but then enabled later. If modem drivers load 
 but the  modem is not responsive, read DOCs/Bootup.txt about possible fixes.
 Send dmesg.txt along with ModemData.txt to discuss@xxxxxxxxxxxxx
 if help is needed.
 

=== Finished firmware and bootup diagnostics, next deducing cogent software. ===

Predictive diagnostics for card in bus 00:06.0:
	Modem chipset  detected on
CLASS="Class 0703: 10b9:5459"
NAME="Modem: ALi Corporation SmartLink SmartPCI561 56K Modem"
SUBSYS=14fe:9100
PCIDEV=10b9:5459
IRQ=16
IDENT=slamr

 For candidate modem in:  00:06.0
   Class 0703: 10b9:5459 Modem: ALi Corporation SmartLink SmartPCI561 56K Modem
      Primary device ID:  10b9:5459
 Support type needed or chipset:	slamr
 

----------------end Softmodem section --------------
The modem is supported by the Smartlink 
plus the slmodemd helper utility.  Read the
DOCs/Smartlink.txt and Modem/DOCs/YourSystem.txt for follow through guidance.


For 2.6.24-18-386 compiling drivers is necessary. As of October 2007 the current packages at
http://linmodems.technion.ac.il/packages/smartlink/  are the
ungrab-winmodem-20070505.tar.gz and slmodem-2.9.11-20080126.tar.gz

Writing DOCs/Smartlink.txt
============ end Smartlink section =====================

 Completed candidate modem analyses.

 The base of the UDEV device file system is: /dev/.udev

 Versions adequately match for the compiler installed: 4.2.3
             and the compiler used in kernel assembly: 4.2.3


 
 Minimal compiling resources appear complete:
   make utility - /usr/bin/make
   Compiler version 4.2
   linuc_headers base folder /lib/modules/2.6.24-18-386/build

 However some compilations and executable functions may need additional files,
 in the FileNames.h (so called kernel "h"eaders) collection installed in  /usr/include/ .
 For martian_modem, additional required packages are libc6-dev (and for Debian/Ubuntu,
 linux-libc-dev). The also required headers of package libc6 are commonly installed by default. 
 Compiling hsfmodem drivers does require linux-libc-dev and libc6-dev packages, for kernels 2.6.24 and later versions.
 In not included on your install CD, search for them at http://packages.ubuntu.com
 or comparable Repository for other Linux distros.
 When compiling ALSA drivers, the utility "patch" will also be needed.


Compressed files at: /usr/src/sl-modem.tar.bz2


If a driver compilation fails, with message including some lack of some FileName.h (stdio.h for example), then
Some additional kernel-header files need installation to /usr/include. The minimal additional packages are libc6-dev
and any of its dependents, under Ubuntu linux-libc-dev

If an alternate ethernet connection is available,
$  apt-get update
$  apt-get -s install linux-kernel-devel
will install needed packages.
For Debian/Ubuntu related distributions, run the following command to display the needed package list:

Otherwise packages have to be found through http://packages.ubuntu.com
Once downloaded and transferred into a Linux partition,
they can be installed alltogether with:
$ sudo dpkg -i *.deb


Checking pppd properties:
	-rwsr-xr-- 1 root dip 269256 2007-10-04 14:57 /usr/sbin/pppd

In case of an "error 17" "serial loopback" problem, see:
    http://linmodems.technion.ac.il/linmodems/archive-sixth/msg02637.html

To enable dialout without Root permission do:
	$ su - root  (not for Ubuntu)
        sudo chmod a+x /usr/sbin/pppd
or under Ubuntu related Linuxes
	sudo chmod a+x /usr/sbin/pppd

Checking settings of:	/etc/ppp/options
asyncmap 0
noauth
crtscts
lock
hide-password
modem
proxyarp
lcp-echo-interval 30
lcp-echo-failure 4
noipx

In case of a message like:
   Warning: Could not modify /etc/ppp/pap-secrets: Permission denied
see http://linmodems.technion.ac.il/bigarch/archive-sixth/msg04656.html

Read Modem/DOCs/YourSystem.txt concerning other COMM channels: eth0
Which can interfere with Browser naviagation.

 Don't worry about the following, it is for experts should trouble shooting be necessary.
==========================================================

# start/stop the daemon when the USB modem is connected
KERNEL=="slusb[0-9]*", GROUP="dialout", RUN+="/etc/init.d/sl-modem-daemon"
 Checking for modem support lines:
 --------------------------------------
     /device/modem symbolic link:   lrwxrwxrwx 1 root root 6 2008-06-05 09:22 /dev/modem -> ttySL0
slmodemd created symbolic link /dev/ttySL0:  lrwxrwxrwx 1 root root 10 2008-06-05 09:22 /dev/ttySL0 -> /dev/pts/0
     Within /etc/udev/ files:
/etc/udev/rules.d/030_sl-modem-daemon.rules:# start/stop the daemon when the USB modem is connected
/etc/udev/rules.d/030_sl-modem-daemon.rules:KERNEL=="slusb[0-9]*", GROUP="dialout", RUN+="/etc/init.d/sl-modem-daemon"
/etc/udev/sl-modem-daemon.rules:# start/stop the daemon when the USB modem is connected
/etc/udev/sl-modem-daemon.rules:KERNEL=="slusb[0-9]*", GROUP="dialout", RUN+="/etc/init.d/sl-modem-daemon"
     Within /etc/modprobe.conf files:
/etc/modprobe.d/alsa-base:options snd-atiixp-modem index=-2
/etc/modprobe.d/alsa-base:options snd-via82xx-modem index=-2
/etc/modprobe.d/blacklist-modem:# Uncomment these entries in order to blacklist unwanted modem drivers
/etc/modprobe.d/blacklist-modem:# blacklist snd-atiixp-modem
/etc/modprobe.d/blacklist-modem:# blacklist snd-via82xx-modem
/etc/modprobe.d/sl-modem-daemon.modutils:install slamr modprobe --ignore-install ungrab-winmodem ;  modprobe --ignore-install slamr; test -e /dev/slamr0 || (/bin/mknod -m 660 /dev/slamr0 c 242 0 2>/dev/null && chgrp dialout /dev/slamr0) 
/etc/modprobe.d/blacklist-restricted:blacklist ltmodem
     Within any ancient /etc/devfs files:

     Within ancient kernel 2.4.n /etc/module.conf files:

--------- end modem support lines --------

           CPU0       
  0:    5862284   IO-APIC-edge      timer
  1:        375   IO-APIC-edge      i8042
  3:          2   IO-APIC-edge    
  4:          2   IO-APIC-edge    
  6:          5   IO-APIC-edge      floppy
  7:          0   IO-APIC-edge      parport0
  8:          2   IO-APIC-edge      rtc
  9:          0   IO-APIC-fasteoi   acpi
 12:      61272   IO-APIC-edge      i8042
 14:      60395   IO-APIC-edge      libata
 15:      81890   IO-APIC-edge      libata
 16:     360467   IO-APIC-fasteoi   SL1800
 17:     147878   IO-APIC-fasteoi   uhci_hcd:usb1, uhci_hcd:usb2, uhci_hcd:usb3, ehci_hcd:usb4
 18:       2150   IO-APIC-fasteoi   eth0
 20:         68   IO-APIC-fasteoi   bttv0, bt878
 21:        442   IO-APIC-fasteoi   VIA8233
 22:          0   IO-APIC-fasteoi   radeon@pci:0000:01:00.0
NMI:          0   Non-maskable interrupts
LOC:    2031690   Local timer interrupts
TRM:          0   Thermal event interrupts
SPU:          0   Spurious interrupts
ERR:          0
MIS:          0

[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.24-18-386 (buildd@terranova) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 Wed May 28 19:30:01 UTC 2008 (Ubuntu 2.6.24-18.32-386)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
[    0.000000]  BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 511MB LOWMEM available.
[    0.000000] found SMP MP-table at 000f6750
[    0.000000] Entering add_active_range(0, 0, 131056) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   131056
[    0.000000]   HighMem    131056 ->   131056
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   131056
[    0.000000] On node 0 totalpages: 131056
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 991 pages used for memmap
[    0.000000]   Normal zone: 125969 pages, LIFO batch:31
[    0.000000]   HighMem zone: 0 pages used for memmap
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] DMI 2.2 present.
[    0.000000] ACPI: RSDP signature @ 0xC00F8250 checksum 0
[    0.000000] ACPI: RSDP 000F8250, 0014 (r0 VT8375)
[    0.000000] ACPI: RSDT 1FFF3000, 002C (r1 VT8375 AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: FACP 1FFF3040, 0074 (r1 VT8375 AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: DSDT 1FFF30C0, 39ED (r1 VT8375 AWRDACPI     1000 MSFT  100000D)
[    0.000000] ACPI: FACS 1FFF0000, 0040
[    0.000000] ACPI: APIC 1FFF6AC0, 005A (r1 VT8375 AWRDACPI 42302E31 AWRD        0)
[    0.000000] ACPI: PM-Timer IO Port: 0x4008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] Processor #0 6:8 APIC version 16
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 dfl dfl)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:dec00000)
[    0.000000] swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
[    0.000000] swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000f0000
[    0.000000] swsusp: Registered nosave memory region: 00000000000f0000 - 0000000000100000
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 130033
[    0.000000] Kernel command line: root=UUID=5e114977-8a4e-4fec-a530-ebd7fc775076 ro quiet splash vga=792
[    0.000000] mapped APIC to ffffb000 (fee00000)
[    0.000000] mapped IOAPIC to ffffa000 (fec00000)
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[    0.000000] Detected 1532.720 MHz processor.
[   21.340089] Console: colour dummy device 80x25
[   21.340095] console [tty0] enabled
[   21.340739] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[   21.341211] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[   21.362088] Memory: 507136k/524224k available (2078k kernel code, 16432k reserved, 974k data, 360k init, 0k highmem)
[   21.362100] virtual kernel memory layout:
[   21.362101]     fixmap  : 0xfffa6000 - 0xfffff000   ( 356 kB)
[   21.362103]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[   21.362104]     vmalloc : 0xe0800000 - 0xff7fe000   ( 495 MB)
[   21.362106]     lowmem  : 0xc0000000 - 0xdfff0000   ( 511 MB)
[   21.362107]       .init : 0xc03fe000 - 0xc0458000   ( 360 kB)
[   21.362109]       .data : 0xc0307b14 - 0xc03fb3a4   ( 974 kB)
[   21.362111]       .text : 0xc0100000 - 0xc0307b14   (2078 kB)
[   21.362114] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[   21.362181] SLUB: Genslabs=11, HWalign=32, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
[   21.442191] Calibrating delay using timer specific routine.. 3067.18 BogoMIPS (lpj=6134374)
[   21.442235] Security Framework initialized
[   21.442245] SELinux:  Disabled at boot.
[   21.442266] AppArmor: AppArmor initialized
[   21.442273] Failure registering capabilities with primary security module.
[   21.442283] Mount-cache hash table entries: 512
[   21.442449] Initializing cgroup subsys ns
[   21.442456] Initializing cgroup subsys cpuacct
[   21.442468] CPU: After generic identify, caps: 0383fbff c1c3fbff 00000000 00000000 00000000 00000000 00000000 00000000
[   21.442478] CPU: CLK_CTL MSR was 60031223. Reprogramming to 20031223
[   21.442483] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[   21.442487] CPU: L2 Cache: 256K (64 bytes/line)
[   21.442490] CPU: After all inits, caps: 0383fbff c1c3fbff 00000000 00000420 00000000 00000000 00000000 00000000
[   21.442504] Compat vDSO mapped to ffffe000.
[   21.442520] CPU: AMD Athlon(tm) XP 1800+ stepping 01
[   21.442527] Checking 'hlt' instruction... OK.
[   21.459766] Freeing SMP alternatives: 0k freed
[   21.459952] Early unpacking initramfs... done
[   21.934064] ACPI: Core revision 20070126
[   21.934223] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[   22.066232] ENABLING IO-APIC IRQs
[   22.066424] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[   22.214320] net_namespace: 64 bytes
[   22.214333] Booting paravirtualized kernel on bare hardware
[   22.214930] Time:  9:21:49  Date: 06/05/08
[   22.214977] NET: Registered protocol family 16
[   22.215238] EISA bus registered
[   22.215267] ACPI: bus type pci registered
[   22.257371] PCI: PCI BIOS revision 2.10 entry at 0xfbd30, last bus=1
[   22.257374] PCI: Using configuration type 1
[   22.257377] Setting up standard PCI resources
[   22.262671] ACPI: EC: Look up EC in DSDT
[   22.266626] ACPI: Interpreter enabled
[   22.266631] ACPI: (supports S0 S1 S4 S5)
[   22.266649] ACPI: Using IOAPIC for interrupt routing
[   22.271857] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   22.272422] PCI quirk: region 4000-407f claimed by vt8235 PM
[   22.272427] PCI quirk: region 5000-500f claimed by vt8235 SMB
[   22.272782] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   22.291186] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)
[   22.291361] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 *5 6 7 10 11 12 14 15)
[   22.291532] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 11 12 14 15)
[   22.291699] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 10 *11 12 14 15)
[   22.291864] ACPI: PCI Interrupt Link [ALKA] (IRQs 20) *0
[   22.292023] ACPI: PCI Interrupt Link [ALKB] (IRQs 21) *0
[   22.292203] ACPI: PCI Interrupt Link [ALKC] (IRQs 22) *0
[   22.292360] ACPI: PCI Interrupt Link [ALKD] (IRQs 23) *0
[   22.292508] Linux Plug and Play Support v0.97 (c) Adam Belay
[   22.292551] pnp: PnP ACPI init
[   22.292562] ACPI: bus type pnp registered
[   22.295935] pnp: PnP ACPI: found 13 devices
[   22.295939] ACPI: ACPI bus type pnp unregistered
[   22.295946] PnPBIOS: Disabled by ACPI PNP
[   22.296270] PCI: Using ACPI for IRQ routing
[   22.296275] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   22.334115] NET: Registered protocol family 8
[   22.334119] NET: Registered protocol family 20
[   22.334228] AppArmor: AppArmor Filesystem Enabled
[   22.338065] Time: tsc clocksource has been installed.
[   22.346120] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[   22.346124] system 00:02: ioport range 0x294-0x297 has been reserved
[   22.376674] PCI: Bridge: 0000:00:01.0
[   22.376679]   IO window: 9000-9fff
[   22.376684]   MEM window: e8000000-e80fffff
[   22.376688]   PREFETCH window: d8000000-e7ffffff
[   22.376709] PCI: Setting latency timer of device 0000:00:01.0 to 64
[   22.376724] NET: Registered protocol family 2
[   22.414136] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[   22.414451] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[   22.414761] TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
[   22.414917] TCP: Hash tables configured (established 16384 bind 16384)
[   22.414921] TCP reno registered
[   22.426254] checking if image is initramfs... it is
[   22.878003] Switched to high resolution mode on CPU 0
[   23.319246] Freeing initrd memory: 8090k freed
[   23.320207] audit: initializing netlink socket (disabled)
[   23.320230] audit(1212657710.728:1): initialized
[   23.322783] VFS: Disk quotas dquot_6.5.1
[   23.322818] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   23.323030] io scheduler noop registered
[   23.323033] io scheduler anticipatory registered
[   23.323036] io scheduler deadline registered
[   23.323049] io scheduler cfq registered (default)
[   23.323066] PCI: VIA PCI bridge detected. Disabling DAC.
[   23.323133] Boot video device is 0000:01:00.0
[   23.323505] isapnp: Scanning for PnP cards...
[   23.677347] isapnp: No Plug & Play device found
[   23.715937] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   23.716087] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   23.716236] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   23.717193] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   23.717736] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   23.718301] ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 17 (level, low) -> IRQ 16
[   23.720998] 0000:00:06.0: ttyS2 at I/O 0xa028 (irq = 16) is a 8250
[   23.722402] 0000:00:06.0: ttyS3 at I/O 0xa040 (irq = 16) is a 8250
[   23.722522] Couldn't register serial port 0000:00:06.0: -28
[   23.723360] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   23.723458] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[   23.723598] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[   23.723971] serio: i8042 KBD port at 0x60,0x64 irq 1
[   23.723977] serio: i8042 AUX port at 0x60,0x64 irq 12
[   23.737871] mice: PS/2 mouse device common for all mice
[   23.738034] EISA: Probing bus 0 at eisa.0
[   23.738057] Cannot allocate resource for EISA slot 4
[   23.738059] Cannot allocate resource for EISA slot 5
[   23.738073] EISA: Detected 0 cards.
[   23.738078] cpuidle: using governor ladder
[   23.738277] NET: Registered protocol family 1
[   23.738315] Using IPI Shortcut mode
[   23.738362] registered taskstats version 1
[   23.738501]   Magic number: 12:150:373
[   23.738807] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   23.738810] EDD information not available.
[   23.739479] Freeing unused kernel memory: 360k freed
[   23.765795] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[   23.883076] vesafb: framebuffer at 0xd8000000, mapped to 0xe0880000, using 4608k, total 16384k
[   23.883085] vesafb: mode is 1024x768x24, linelength=3072, pages=6
[   23.883088] vesafb: protected mode interface info at c000:57d9
[   23.883092] vesafb: pmi: set display start = c00c586d, set palette = c00c58b9
[   23.883094] vesafb: pmi: ports = 9010 9016 9054 9038 903c 905c 9000 9004 90b0 90b2 90b4 
[   23.883100] vesafb: scrolling: redraw
[   23.883105] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[   23.883291] Console: switching to colour frame buffer device 128x48
[   23.955099] fb0: VESA VGA frame buffer device
[   25.204920] fuse init (API version 7.9)
[   25.228108] ACPI: Fan [FAN] (on)
[   25.236813] ACPI: CPU0 (power states: C1[C1] C2[C2])
[   25.238982] ACPI: Thermal Zone [THRM] (45 C)
[   25.264285] device-mapper: uevent: version 1.0.3
[   25.264364] device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@xxxxxxxxxx
[   25.290833] md: linear personality registered for level -1
[   25.298358] md: multipath personality registered for level -4
[   25.306776] md: raid0 personality registered for level 0
[   25.314959] md: raid1 personality registered for level 1
[   25.322244] xor: automatically using best checksumming function: pIII_sse
[   25.341434]    pIII_sse  :  4096.000 MB/sec
[   25.341438] xor: using function: pIII_sse (4096.000 MB/sec)
[   25.343519] async_tx: api initialized (async)
[   25.413489] raid6: int32x1    515 MB/s
[   25.481412] raid6: int32x2    594 MB/s
[   25.549396] raid6: int32x4    541 MB/s
[   25.617496] raid6: int32x8    489 MB/s
[   25.685397] raid6: mmxx1     1239 MB/s
[   25.753365] raid6: mmxx2     2078 MB/s
[   25.821392] raid6: sse1x1    1184 MB/s
[   25.889342] raid6: sse1x2    1629 MB/s
[   25.889346] raid6: using algorithm sse1x2 (1629 MB/s)
[   25.889350] md: raid6 personality registered for level 6
[   25.889353] md: raid5 personality registered for level 5
[   25.889355] md: raid4 personality registered for level 4
[   25.933606] md: raid10 personality registered for level 10
[   26.829741] usbcore: registered new interface driver usbfs
[   26.829783] usbcore: registered new interface driver hub
[   26.841524] usbcore: registered new device driver usb
[   26.843023] USB Universal Host Controller Interface driver v3.0
[   26.843471] ACPI: PCI Interrupt Link [ALKB] BIOS reported IRQ 0, using IRQ 21
[   26.843475] ACPI: PCI Interrupt Link [ALKB] enabled at IRQ 21
[   26.843487] ACPI: PCI Interrupt 0000:00:10.0[A] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
[   26.843504] uhci_hcd 0000:00:10.0: UHCI Host Controller
[   26.843978] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[   26.844017] uhci_hcd 0000:00:10.0: irq 17, io base 0x0000a400
[   26.844252] usb usb1: configuration #1 chosen from 1 choice
[   26.844286] hub 1-0:1.0: USB hub found
[   26.844296] hub 1-0:1.0: 2 ports detected
[   26.934181] SCSI subsystem initialized
[   26.945332] ACPI: PCI Interrupt 0000:00:10.1[B] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
[   26.945354] uhci_hcd 0000:00:10.1: UHCI Host Controller
[   26.945402] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 2
[   26.945433] uhci_hcd 0000:00:10.1: irq 17, io base 0x0000a800
[   26.945595] usb usb2: configuration #1 chosen from 1 choice
[   26.945626] hub 2-0:1.0: USB hub found
[   26.945636] hub 2-0:1.0: 2 ports detected
[   26.981268] via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
[   26.981278] via-rhine: Broken BIOS detected, avoid_D3 enabled.
[   27.005734] libata version 3.00 loaded.
[   27.049319] ACPI: PCI Interrupt 0000:00:10.2[C] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
[   27.049340] uhci_hcd 0000:00:10.2: UHCI Host Controller
[   27.049376] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 3
[   27.049407] uhci_hcd 0000:00:10.2: irq 17, io base 0x0000ac00
[   27.049587] usb usb3: configuration #1 chosen from 1 choice
[   27.049620] hub 3-0:1.0: USB hub found
[   27.049630] hub 3-0:1.0: 2 ports detected
[   27.138608] Floppy drive(s): fd0 is 1.44M
[   27.153487] ACPI: PCI Interrupt 0000:00:10.3[D] -> Link [ALKB] -> GSI 21 (level, low) -> IRQ 17
[   27.153511] ehci_hcd 0000:00:10.3: EHCI Host Controller
[   27.153554] ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 4
[   27.153618] ehci_hcd 0000:00:10.3: irq 17, io mem 0xe8103000
[   27.158518] FDC 0 is a post-1991 82077
[   27.165113] ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   27.165322] usb usb4: configuration #1 chosen from 1 choice
[   27.165363] hub 4-0:1.0: USB hub found
[   27.165376] hub 4-0:1.0: 6 ports detected
[   27.269800] ACPI: PCI Interrupt Link [ALKD] BIOS reported IRQ 0, using IRQ 23
[   27.269807] ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
[   27.269820] ACPI: PCI Interrupt 0000:00:12.0[A] -> Link [ALKD] -> GSI 23 (level, low) -> IRQ 18
[   27.274070] eth0: VIA Rhine II at 0xe8104000, 00:0c:76:5f:61:ad, IRQ 18.
[   27.274781] eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 0021.
[   27.278718] ACPI: PCI Interrupt Link [ALKA] BIOS reported IRQ 0, using IRQ 20
[   27.278725] ACPI: PCI Interrupt Link [ALKA] enabled at IRQ 20
[   27.278737] ACPI: PCI Interrupt 0000:00:11.1[A] -> Link [ALKA] -> GSI 20 (level, low) -> IRQ 19
[   27.278840] ACPI: PCI interrupt for device 0000:00:11.1 disabled
[   27.283312] pata_via 0000:00:11.1: version 0.3.3
[   27.283353] ACPI: PCI Interrupt 0000:00:11.1[A] -> Link [ALKA] -> GSI 20 (level, low) -> IRQ 19
[   27.284792] scsi0 : pata_via
[   27.286269] scsi1 : pata_via
[   27.288835] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xb000 irq 14
[   27.288840] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xb008 irq 15
[   27.457600] ata1.00: ATA-7: Maxtor 6E040L0, NAR61590, max UDMA/133
[   27.457608] ata1.00: 80293248 sectors, multi 16: LBA 
[   27.457753] ata1.01: ATA-6: WDC WD800JB-00JJC0, 05.01C05, max UDMA/100
[   27.457756] ata1.01: 156301488 sectors, multi 16: LBA 
[   27.473436] ata1.00: configured for UDMA/133
[   27.481424] ata1.01: configured for UDMA/100
[   27.801417] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-4040B, A304, max UDMA/33
[   27.973248] ata2.00: configured for UDMA/33
[   27.973447] scsi 0:0:0:0: Direct-Access     ATA      Maxtor 6E040L0   NAR6 PQ: 0 ANSI: 5
[   27.973590] scsi 0:0:1:0: Direct-Access     ATA      WDC WD800JB-00JJ 05.0 PQ: 0 ANSI: 5
[   27.977735] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-4040B A304 PQ: 0 ANSI: 5
[   28.183550] Driver 'sd' needs updating - please use bus_type methods
[   28.184160] sd 0:0:0:0: [sda] 80293248 512-byte hardware sectors (41110 MB)
[   28.184182] sd 0:0:0:0: [sda] Write Protect is off
[   28.184186] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   28.184209] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   28.184283] sd 0:0:0:0: [sda] 80293248 512-byte hardware sectors (41110 MB)
[   28.184296] sd 0:0:0:0: [sda] Write Protect is off
[   28.184299] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   28.184318] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   28.184323]  sda:<4>Driver 'sr' needs updating - please use bus_type methods
[   28.232900] usb 1-2: new low speed USB device using uhci_hcd and address 2
[   28.418620] usb 1-2: configuration #1 chosen from 1 choice
[   28.458467] usbcore: registered new interface driver hiddev
[   28.485561] input: Twinhan Tech Remote Control as /devices/pci0000:00/0000:00:10.0/usb1/1-2/1-2:1.0/input/input2
[   28.496886] input,hidraw0: USB HID v1.10 Keyboard [Twinhan Tech Remote Control] on usb-0000:00:10.0-2
[   28.517546] input: Twinhan Tech Remote Control as /devices/pci0000:00/0000:00:10.0/usb1/1-2/1-2:1.1/input/input3
[   28.528875] input,hidraw1: USB HID v1.10 Mouse [Twinhan Tech Remote Control] on usb-0000:00:10.0-2
[   28.528903] usbcore: registered new interface driver usbhid
[   28.528909] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[   28.887062]  sda1
[   28.887175] sd 0:0:0:0: [sda] Attached SCSI disk
[   28.887889] sd 0:0:1:0: [sdb] 156301488 512-byte hardware sectors (80026 MB)
[   28.887910] sd 0:0:1:0: [sdb] Write Protect is off
[   28.887914] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[   28.887936] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   28.888001] sd 0:0:1:0: [sdb] 156301488 512-byte hardware sectors (80026 MB)
[   28.888014] sd 0:0:1:0: [sdb] Write Protect is off
[   28.888017] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[   28.888035] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   28.888041]  sdb: sdb1 sdb2 sdb3
[   28.913609] sd 0:0:1:0: [sdb] Attached SCSI disk
[   28.926721] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   28.926751] sd 0:0:1:0: Attached scsi generic sg1 type 0
[   28.926777] sr 1:0:0:0: Attached scsi generic sg2 type 5
[   28.942986] sr0: scsi3-mmc drive: 32x/32x writer dvd-ram cd/rw xa/form2 cdda tray
[   28.942997] Uniform CD-ROM driver Revision: 3.20
[   28.943090] sr 1:0:0:0: Attached scsi CD-ROM sr0
[   29.391002] kjournald starting.  Commit interval 5 seconds
[   29.391033] EXT3-fs: mounted filesystem with ordered data mode.
[   40.191519] device 10b9:5459 is grabbed by driver serial: try to release
[   40.284390] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   40.290221] ACPI: PCI interrupt for device 0000:00:06.0 disabled
[   40.300565] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   40.384553] slamr: module license 'Smart Link Ltd.' taints kernel.
[   40.389909] slamr: SmartLink AMRMO modem.
[   40.390627] slamr: probe 10b9:5459 SL1800 card...
[   40.390653] ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 17 (level, low) -> IRQ 16
[   40.392764] slamr: mc97 codec is SIL22
[   40.393018] slamr: slamr0 is SL1800 card.
[   40.408115] irda_init()
[   40.408167] NET: Registered protocol family 23
[   40.428285] Linux agpgart interface v0.102
[   40.436566] agpgart: Detected VIA PM266/KM266 chipset
[   40.467863] Linux video capture interface: v2.00
[   40.585007] agpgart: AGP aperture is 128M @ 0xd0000000
[   40.595985] bttv: driver version 0.9.17 loaded
[   40.595993] bttv: using 8 buffers with 2080k (520 pages) each for capture
[   40.596110] bttv: Bt8xx card found (0).
[   40.596151] ACPI: PCI Interrupt 0000:00:07.0[A] -> GSI 18 (level, low) -> IRQ 20
[   40.596167] bttv0: Bt878 (rev 17) at 0000:00:07.0, irq: 20, latency: 32, mmio: 0xe8101000
[   40.596182] bttv0: detected: Twinhan VisionPlus DVB [card=113], PCI subsystem ID is 1822:0001
[   40.596187] bttv0: using: Twinhan DST + clones [card=113,autodetected]
[   40.596212] bttv0: gpio: en=00000000, out=00000000 in=00f500ff [init]
[   40.596282] bttv0: tuner absent
[   40.596323] bttv0: add subdevice "dvb0"
[   40.637237] bt878: AUDIO driver version 0.0.0 loaded
[   40.637306] bt878: Bt878 AUDIO function found (0).
[   40.637332] ACPI: PCI Interrupt 0000:00:07.1[A] -> GSI 18 (level, low) -> IRQ 20
[   40.637341] bt878_probe: card id=[0x11822],[ Twinhan VisionPlus DVB ] has DVB functions.
[   40.637352] bt878(0): Bt878 (rev 17) at 00:07.1, irq: 20, latency: 32, memory: 0xe8102000
[   40.657650] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   40.829124] DVB: registering new adapter (bttv0)
[   41.167044] Real Time Clock Driver v1.12ac
[   41.398626] input: Power Button (FF) as /devices/virtual/input/input5
[   41.413053] ACPI: Power Button (FF) [PWRF]
[   41.413226] input: Power Button (CM) as /devices/virtual/input/input6
[   41.426626] eth0: link up, 10Mbps, half-duplex, lpa 0x0021
[   41.426896] ACPI: Power Button (CM) [PWRB]
[   41.427108] input: Sleep Button (CM) as /devices/virtual/input/input7
[   41.434360] ACPI: Sleep Button (CM) [SLPB]
[   41.740493] dst(0) dst_get_device_id: Recognise [DST-03T]
[   41.775783] dst(0) dst_get_device_id: Unsupported
[   41.815002] dst(0) dst_get_device_id: Unsupported
[   41.815014] dst(0) dst_get_device_id: [DST-03T] has a [MB 86A15]
[   41.815017] dst(0) dst_get_device_id: [DST-03T] has a [MB 86A15]
[   41.815021] DST type flags : 0x2 ts204 0x4 symdiv 0x10 firmware version = 2
[   41.899247] dst(0) dst_get_mac: MAC Address=[00:08:ca:16:0e:00]
[   41.899263] DVB: registering frontend 0 (DST DVB-S)...
[   42.822316] ACPI: PCI Interrupt Link [ALKC] BIOS reported IRQ 0, using IRQ 22
[   42.822324] ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
[   42.822335] ACPI: PCI Interrupt 0000:00:11.5[C] -> Link [ALKC] -> GSI 22 (level, low) -> IRQ 21
[   42.822480] PCI: Setting latency timer of device 0000:00:11.5 to 64
[   42.846477] input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/input/input8
[   42.886094] parport_pc 00:0a: reported by Plug and Play ACPI
[   42.886202] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,EPP,ECP,DMA]
[   43.082182] NET: Registered protocol family 17
[   49.351935] lp0: using parport0 (interrupt-driven).
[   49.560536] w83627hf: Found W83697HF chip at 0x290
[   49.757942] Adding 1068312k swap on /dev/sdb3.  Priority:-1 extents:1 across:1068312k
[   50.362621] EXT3 FS on sdb2, internal journal
[   52.019649] NET: Registered protocol family 10
[   52.019946] lo: Disabled Privacy Extensions
[   52.409385] ip_tables: (C) 2000-2006 Netfilter Core Team
[   53.242526] No dock devices found.
[   55.110885] ppdev: user-space parallel port driver
[   55.360865] audit(1212675743.132:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=5237 profile="/usr/sbin/cupsd" namespace="default"
[   55.443110] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[   55.443121] apm: overridden by ACPI.
[   57.681538] Bluetooth: Core ver 2.11
[   57.684894] NET: Registered protocol family 31
[   57.684903] Bluetooth: HCI device and connection manager initialized
[   57.684908] Bluetooth: HCI socket layer initialized
[   57.709118] Bluetooth: L2CAP ver 2.9
[   57.709130] Bluetooth: L2CAP socket layer initialized
[   57.818548] Bluetooth: RFCOMM socket layer initialized
[   57.818578] Bluetooth: RFCOMM TTY layer initialized
[   57.818580] Bluetooth: RFCOMM ver 1.8
[   59.961145] [drm] Initialized drm 1.1.0 20060810
[   59.971917] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 22
[   59.972522] [drm] Initialized radeon 1.28.0 20060524 on minor 0
[   61.511904] agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
[   61.512326] agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
[   61.512615] agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
[   61.795230] [drm] Setting GART location based on new memory map
[   61.795247] [drm] Loading R300 Microcode
[   61.795290] [drm] writeback test succeeded in 1 usecs
[   62.554133] eth0: no IPv6 routers present
[23430.588419] PPP generic driver version 2.4.2
[23431.680509] PPP BSD Compression module registered
[23431.882797] PPP Deflate Compression module registered

[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux