|
各位大侠,ADSL/PPP 拨号问题,前几天lenny是可以有线拨号,后来升级 squeeze后,无法拨号,又倒退回来lenny,还是无法拨号,现在处于“无网络时代”。请帮我分析一下,我把配置列在下面:
-----------------------------------------------------------
/etc/networks:
default 0.0.0.0
loopback 127.0.0.0
link-local 169.254.0.0
-----------------------------------------------------------
/etc/network/interface:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
allow-hotplug eth1
iface eth1 inet dhcp
wpa-driver wext
wpa-key-mgmt WPA-PSK
wpa-proto WPA
wpa-ssid ChinaNet-Dkfm
auto eth1
auto dsl-provider
iface dsl-provider inet ppp
pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
provider dsl-provider
-----------------------------------------------------------
/etc/resolov.conf:
nameserver 202.96.128.166
nameserver 202.96.134.133
-----------------------------------------------------------
/etc/ppp/目录的文件和文件夹排列:
chap-secrets
ip-down
ip-down.d
ip-up
ip-up.d
ipv6-down
ipv6-down.d
ipv6-up
ipv6-up.d
options
pap-secrets
peers
resolv
resolv.conf
-----------------------------------------------------------
# ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:41:54:1e:86
inet addr:192.168.1.239 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::216:41ff:fe54:1e86/64 Scope ink
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:587 errors:0 dropped:0 overruns:0 frame:0
TX packets:582 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:48652 (47.5 KiB) TX bytes:47612 (46.4 KiB)
Interrupt:16
lo Link encap ocal Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:24 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1904 (1.8 KiB) TX bytes:1904 (1.8 KiB)
ppp0 Link encap oint-to-Point Protocol
inet addr:119.137.90.168 P-t-P:119.137.88.1 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:254 (254.0 B) TX bytes:54 (54.0 B)
-----------------------------------------------------------
# nslookup www.google.cn
Server: 202.96.128.166
Address: 202.96.128.166#53
** server can't find www.google.cn: REFUSED
-----------------------------------------------------------
# ping www.google.cn
ping: unknown host www.google.cn
-----------------------------------------------------------
# plog
May 23 22:07:10 doshost pppd[3338]: PAP authentication succeeded
May 23 22:07:10 doshost pppd[3338]: peer from calling number 00:18:82:1C:06:AB authorized
May 23 22:07:10 doshost pppd[3338]: not replacing existing default route via 192.168.1.1
May 23 22:07:10 doshost pppd[3338]: Cannot determine ethernet address for proxy ARP
May 23 22:07:10 doshost pppd[3338]: local IP address 119.137.90.168
May 23 22:07:10 doshost pppd[3338]: remote IP address 119.137.88.1
May 23 22:07:10 doshost pppd[3338]: primary DNS address 202.96.128.166
May 23 22:07:10 doshost pppd[3338]: secondary DNS address 202.96.134.133
-----------------------------------------------------------
# dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.26-2-686 (Debian 2.6.26-22) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Thu Mar 11 23:19:46 UTC 2010
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
[ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000d0000 - 00000000000d4000 (reserved)
[ 0.000000] BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003f6e0000 (usable)
[ 0.000000] BIOS-e820: 000000003f6e0000 - 000000003f6f5000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003f6f5000 - 000000003f700000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003f700000 - 0000000040000000 (reserved)
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f0008000 - 00000000f000c000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed20000 - 00000000fed90000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ff000000 - 0000000100000000 (reserved)
[ 0.000000] 118MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] Entering add_active_range(0, 0, 259808) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 229376
[ 0.000000] HighMem 229376 -> 259808
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 259808
[ 0.000000] On node 0 totalpages: 259808
[ 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: 1760 pages used for memmap
[ 0.000000] Normal zone: 223520 pages, LIFO batch:31
[ 0.000000] HighMem zone: 238 pages used for memmap
[ 0.000000] HighMem zone: 30194 pages, LIFO batch:7
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] DMI present.
[ 0.000000] ACPI: RSDP 000F6BA0, 0024 (r2 IBM )
[ 0.000000] ACPI: XSDT 3F6E739B, 005C (r1 IBM TP-70 1240 LTP 0)
[ 0.000000] ACPI: FACP 3F6E7400, 00F4 (r3 IBM TP-70 1240 IBM 1)
[ 0.000000] ACPI Warning (tbfadt-0442): Optional field "Gpe1Block" has zero address or length: 000000000000102C/0 [20080321]
[ 0.000000] ACPI: DSDT 3F6E75E7, D75F (r1 IBM TP-70 1240 MSFT 100000E)
[ 0.000000] ACPI: FACS 3F6F6000, 0040
[ 0.000000] ACPI: SSDT 3F6E75B4, 0033 (r1 IBM TP-70 1240 MSFT 100000E)
[ 0.000000] ACPI: ECDT 3F6F4D46, 0052 (r1 IBM TP-70 1240 IBM 1)
[ 0.000000] ACPI: TCPA 3F6F4D98, 0032 (r1 IBM TP-70 1240 PTL 1)
[ 0.000000] ACPI: APIC 3F6F4DCA, 005A (r1 IBM TP-70 1240 IBM 1)
[ 0.000000] ACPI: MCFG 3F6F4E24, 003E (r1 IBM TP-70 1240 IBM 1)
[ 0.000000] ACPI: BOOT 3F6F4FD8, 0028 (r1 IBM TP-70 1240 LTP 1)
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, 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 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d0000
[ 0.000000] PM: Registered nosave memory: 00000000000d0000 - 00000000000d4000
[ 0.000000] PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
[ 0.000000] PERCPU: Allocating 37992 bytes of per cpu data
[ 0.000000] NR_CPUS: 8, nr_cpu_ids: 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257778
[ 0.000000] Kernel command line: root=/dev/sda1 ro quiet
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Detected 1995.183 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.004000] Memory: 1020204k/1039232k available (1771k kernel code, 18284k reserved, 750k data, 244k init, 121728k highmem)
[ 0.004000] virtual kernel memory layout:
[ 0.004000] fixmap : 0xfff4c000 - 0xfffff000 ( 716 kB)
[ 0.004000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.004000] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 0.004000] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 0.004000] .init : 0xc037f000 - 0xc03bc000 ( 244 kB)
[ 0.004000] .data : 0xc02bad3d - 0xc0376620 ( 750 kB)
[ 0.004000] .text : 0xc0100000 - 0xc02bad3d (1771 kB)
[ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.084090] Calibrating delay using timer specific routine.. 3995.01 BogoMIPS (lpj=7990033)
[ 0.084123] Security Framework initialized
[ 0.084129] SELinux: Disabled at boot.
[ 0.084132] Capability LSM initialized
[ 0.084145] Mount-cache hash table entries: 512
[ 0.084273] Initializing cgroup subsys ns
[ 0.084277] Initializing cgroup subsys cpuacct
[ 0.084279] Initializing cgroup subsys devices
[ 0.084297] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.084299] CPU: L2 cache: 2048K
[ 0.084304] Intel machine check architecture supported.
[ 0.084308] Intel machine check reporting enabled on CPU#0.
[ 0.084319] Checking 'hlt' instruction... OK.
[ 0.100365] SMP alternatives: switching to UP code
[ 0.104974] Freeing SMP alternatives: 16k freed
[ 0.104976] ACPI: Core revision 20080321
[ 0.132209] ENABLING IO-APIC IRQs
[ 0.132408] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.172125] CPU0: Intel(R) Pentium(R) M processor 2.00GHz stepping 08
[ 0.176011] Brought up 1 CPUs
[ 0.176011] Total of 1 processors activated (3995.01 BogoMIPS).
[ 0.176011] CPU0 attaching sched-domain:
[ 0.176011] domain 0: span 0
[ 0.176011] groups: 0
[ 0.176011] net_namespace: 660 bytes
[ 0.176011] Booting paravirtualized kernel on bare hardware
[ 0.176011] NET: Registered protocol family 16
[ 0.176011] ACPI: bus type pci registered
[ 0.176011] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[ 0.176011] PCI: MCFG area at e0000000 reserved in E820
[ 0.176011] PCI: Using MMCONFIG for extended config space
[ 0.176011] PCI: Using configuration type 1 for base access
[ 0.176011] Setting up standard PCI resources
[ 0.176931] ACPI: EC: EC description table is found, configuring boot EC
[ 0.184011] ACPI: EC: non-query interrupt received, switching to interrupt mode
[ 0.203440] ACPI: Interpreter enabled
[ 0.203443] ACPI: (supports S0 S3 S4 S5)
[ 0.203456] ACPI: Using IOAPIC for interrupt routing
[ 0.217732] ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
[ 0.217734] ACPI: EC: driver started in interrupt mode
[ 0.217776] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.218564] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[ 0.218570] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
[ 0.218574] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
[ 0.219147] PCI: Transparent bridge - 0000:00:1e.0
[ 0.219202] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.219402] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
[ 0.219536] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT]
[ 0.219670] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
[ 0.223133] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.223346] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.223554] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.223762] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.223971] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.224184] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.224395] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.224603] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 10 *11)
[ 0.225116] ACPI: Power Resource [PUBS] (on)
[ 0.225219] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.225245] pnp: PnP ACPI init
[ 0.225253] ACPI: bus type pnp registered
[ 0.229598] pnp: PnP ACPI: found 14 devices
[ 0.229600] ACPI: ACPI bus type pnp unregistered
[ 0.229603] PnPBIOS: Disabled by ACPI PNP
[ 0.229807] PCI: Using ACPI for IRQ routing
[ 0.230043] hpet clockevent registered
[ 0.230049] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.230053] hpet0: 3 64-bit timers, 14318180 Hz
[ 0.231095] ACPI: RTC can wake from S4
[ 0.231116] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[ 0.231119] system 00:00: iomem range 0xc0000-0xc3fff could not be reserved
[ 0.231121] system 00:00: iomem range 0xc4000-0xc7fff could not be reserved
[ 0.231124] system 00:00: iomem range 0xc8000-0xcbfff has been reserved
[ 0.231127] system 00:00: iomem range 0xcc000-0xcffff could not be reserved
[ 0.231129] system 00:00: iomem range 0xd0000-0xd3fff could not be reserved
[ 0.231132] system 00:00: iomem range 0xdc000-0xdffff has been reserved
[ 0.231135] system 00:00: iomem range 0xe0000-0xe3fff could not be reserved
[ 0.231137] system 00:00: iomem range 0xe4000-0xe7fff could not be reserved
[ 0.231140] system 00:00: iomem range 0xe8000-0xebfff could not be reserved
[ 0.231143] system 00:00: iomem range 0xec000-0xeffff could not be reserved
[ 0.231145] system 00:00: iomem range 0xf0000-0xfffff could not be reserved
[ 0.231148] system 00:00: iomem range 0x100000-0x3fffffff could not be reserved
[ 0.231151] system 00:00: iomem range 0xfec00000-0xffffffff could not be reserved
[ 0.231157] system 00:02: ioport range 0x1000-0x107f has been reserved
[ 0.231159] system 00:02: ioport range 0x1180-0x11bf has been reserved
[ 0.231162] system 00:02: ioport range 0x15e0-0x15ef has been reserved
[ 0.231165] system 00:02: ioport range 0x1600-0x1641 has been reserved
[ 0.231167] system 00:02: ioport range 0x1644-0x167f has been reserved
[ 0.231170] system 00:02: iomem range 0xe0000000-0xefffffff could not be reserved
[ 0.231173] system 00:02: iomem range 0xf0008000-0xf000bfff could not be reserved
[ 0.231176] system 00:02: iomem range 0xfed14000-0xfed17fff could not be reserved
[ 0.231179] system 00:02: iomem range 0xfed18000-0xfed18fff could not be reserved
[ 0.231182] system 00:02: iomem range 0xfed19000-0xfed19fff could not be reserved
[ 0.261531] PCI: Bridge: 0000:00:1c.0
[ 0.261533] IO window: disabled.
[ 0.261539] MEM window: 0x90100000-0x901fffff
[ 0.261543] PREFETCH window: disabled.
[ 0.261549] PCI: Bridge: 0000:00:1c.2
[ 0.261552] IO window: 3000-3fff
[ 0.261558] MEM window: 0x90200000-0x902fffff
[ 0.261562] PREFETCH window: 0x00000000c0000000-0x00000000c00fffff
[ 0.261571] PCI: Bus 5, cardbus bridge: 0000:04:00.0
[ 0.261572] IO window: 0x00004000-0x000040ff
[ 0.261578] IO window: 0x00004400-0x000044ff
[ 0.261583] PREFETCH window: 0xc8000000-0xcbffffff
[ 0.261588] MEM window: 0x94000000-0x97ffffff
[ 0.261594] PCI: Bridge: 0000:00:1e.0
[ 0.261596] IO window: 4000-7fff
[ 0.261602] MEM window: 0x90300000-0x9fffffff
[ 0.261606] PREFETCH window: 0x00000000c8000000-0x00000000cfffffff
[ 0.261634] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 20 (level, low) -> IRQ 20
[ 0.261641] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 0.261661] ACPI: PCI Interrupt 0000:00:1c.2[C] -> GSI 22 (level, low) -> IRQ 22
[ 0.261667] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 0.261679] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 0.261697] ACPI: PCI Interrupt 0000:04:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 0.261717] NET: Registered protocol family 2
[ 0.261792] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.262008] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.262888] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.263482] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.263486] TCP reno registered
[ 0.263618] NET: Registered protocol family 1
[ 0.263743] checking if image is initramfs... it is
[ 0.732043] Switched to high resolution mode on CPU 0
[ 0.751472] Freeing initrd memory: 6052k freed
[ 0.751680] Simple Boot Flag at 0x35 set to 0x1
[ 0.752115] audit: initializing netlink socket (disabled)
[ 0.752133] type=2000 audit(1274623072.752:1): initialized
[ 0.752283] highmem bounce pool size: 64 pages
[ 0.752289] Total HugeTLB memory allocated, 0
[ 0.752363] VFS: Disk quotas dquot_6.5.1
[ 0.752389] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.752428] msgmni has been set to 1767
[ 0.752543] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.752546] io scheduler noop registered
[ 0.752548] io scheduler anticipatory registered
[ 0.752550] io scheduler deadline registered
[ 0.752563] io scheduler cfq registered (default)
[ 0.752577] pci 0000:00:02.0: Boot video device
[ 0.752754] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 0.752797] assign_interrupt_mode Found MSI capability
[ 0.752842] Allocate Port Service[0000:00:1c.0:pcie00]
[ 0.752876] Allocate Port Service[0000:00:1c.0:pcie02]
[ 0.752910] Allocate Port Service[0000:00:1c.0:pcie03]
[ 0.753007] PCI: Setting latency timer of device 0000:00:1c.2 to 64
[ 0.753048] assign_interrupt_mode Found MSI capability
[ 0.753087] Allocate Port Service[0000:00:1c.2:pcie00]
[ 0.753119] Allocate Port Service[0000:00:1c.2:pcie02]
[ 0.753151] Allocate Port Service[0000:00:1c.2:pcie03]
[ 0.753437] isapnp: Scanning for PnP cards...
[ 1.107897] isapnp: No Plug & Play device found
[ 1.110075] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 1.110201] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[ 1.110616] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a NS16550A
[ 1.110756] ACPI: PCI Interrupt 0000:00:1e.3 -> GSI 23 (level, low) -> IRQ 23
[ 1.110764] ACPI: PCI interrupt for device 0000:00:1e.3 disabled
[ 1.111908] brd: module loaded
[ 1.111997] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 1.116081] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.116081] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.116081] mice: PS/2 mouse device common for all mice
[ 1.116081] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 1.116081] rtc0: alarms up to one month, y3k
[ 1.116081] cpuidle: using governor ladder
[ 1.116081] cpuidle: using governor menu
[ 1.116081] No iBFT detected.
[ 1.116081] TCP cubic registered
[ 1.116081] NET: Registered protocol family 17
[ 1.116081] Using IPI No-Shortcut mode
[ 1.116081] registered taskstats version 1
[ 1.116081] rtc_cmos 00:06: setting system clock to 2010-05-23 13:57:53 UTC (1274623073)
[ 1.116081] Freeing unused kernel memory: 244k freed
[ 1.123987] input: AT Translated Set 2 keyboard as /class/input/input0
[ 1.196764] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[ 1.196803] ACPI: ACPI0007:00 is registered as cooling_device0
[ 1.196807] ACPI: Processor [CPU] (supports 8 throttling states)
[ 1.198092] Marking TSC unstable due to: TSC halts in idle.
[ 1.199058] ACPI: LNXTHERM:01 is registered as thermal_zone0
[ 1.199950] ACPI: Thermal Zone [THM0] (62 C)
[ 1.590151] ACPI: ACPI Dock Station Driver
[ 1.643289] tg3.c:v3.92.1 (June 9, 2008)
[ 1.643312] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 1.643326] PCI: Setting latency timer of device 0000:02:00.0 to 64
[ 1.681897] eth0: Tigon3 [partno(BCM95751M) rev 4101 PHY(5750)] (PCI Express) 10/100/1000Base-T Ethernet 00:16:41:54:1e:86
[ 1.681901] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[1] TSOcap[1]
[ 1.681904] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[ 1.706809] usbcore: registered new interface driver usbfs
[ 1.706836] usbcore: registered new interface driver hub
[ 1.706877] usbcore: registered new device driver usb
[ 1.707824] USB Universal Host Controller Interface driver v3.0
[ 1.707862] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 1.707873] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 1.707877] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 1.707997] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 1.708045] uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001820
[ 1.708118] usb usb1: configuration #1 chosen from 1 choice
[ 1.708142] hub 1-0:1.0: USB hub found
[ 1.708147] hub 1-0:1.0: 2 ports detected
[ 1.812132] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.812136] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.812139] usb usb1: Product: UHCI Host Controller
[ 1.812141] usb usb1: Manufacturer: Linux 2.6.26-2-686 uhci_hcd
[ 1.812143] usb usb1: SerialNumber: 0000:00:1d.0
[ 1.812192] ACPI: PCI Interrupt 0000:00:1d.1 -> GSI 17 (level, low) -> IRQ 17
[ 1.812202] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 1.812208] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 1.812229] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[ 1.812262] uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001840
[ 1.812334] usb usb2: configuration #1 chosen from 1 choice
[ 1.812359] hub 2-0:1.0: USB hub found
[ 1.812365] hub 2-0:1.0: 2 ports detected
[ 1.835122] Uniform Multi-Platform E-IDE driver
[ 1.835127] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 1.916113] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.916117] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.916120] usb usb2: Product: UHCI Host Controller
[ 1.916122] usb usb2: Manufacturer: Linux 2.6.26-2-686 uhci_hcd
[ 1.916124] usb usb2: SerialNumber: 0000:00:1d.1
[ 1.916181] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 1.916192] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 1.916197] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 1.916219] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[ 1.916253] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
[ 1.916327] usb usb3: configuration #1 chosen from 1 choice
[ 1.916350] hub 3-0:1.0: USB hub found
[ 1.916356] hub 3-0:1.0: 2 ports detected
[ 1.928506] Floppy drive(s): fd0 is 1.44M
[ 1.947219] FDC 0 is a National Semiconductor PC87306
[ 2.020123] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.020127] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.020130] usb usb3: Product: UHCI Host Controller
[ 2.020132] usb usb3: Manufacturer: Linux 2.6.26-2-686 uhci_hcd
[ 2.020134] usb usb3: SerialNumber: 0000:00:1d.2
[ 2.020188] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 19 (level, low) -> IRQ 19
[ 2.020199] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 2.020204] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 2.020227] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[ 2.020259] uhci_hcd 0000:00:1d.3: irq 19, io base 0x00001880
[ 2.020332] usb usb4: configuration #1 chosen from 1 choice
[ 2.020357] hub 4-0:1.0: USB hub found
[ 2.020363] hub 4-0:1.0: 2 ports detected
[ 2.124094] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.124097] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.124099] usb usb4: Product: UHCI Host Controller
[ 2.124101] usb usb4: Manufacturer: Linux 2.6.26-2-686 uhci_hcd
[ 2.124103] usb usb4: SerialNumber: 0000:00:1d.3
[ 2.124673] ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 19 (level, low) -> IRQ 19
[ 2.124686] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 2.124690] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 2.124709] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[ 2.128633] ehci_hcd 0000:00:1d.7: debug port 1
[ 2.128639] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[ 2.128643] ehci_hcd 0000:00:1d.7: irq 19, io mem 0x90040000
[ 2.144032] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 2.144080] usb usb5: configuration #1 chosen from 1 choice
[ 2.144105] hub 5-0:1.0: USB hub found
[ 2.144111] hub 5-0:1.0: 8 ports detected
[ 2.228027] Clocksource tsc unstable (delta = -191435447 ns)
[ 2.248093] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.248096] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.248098] usb usb5: Product: EHCI Host Controller
[ 2.248100] usb usb5: Manufacturer: Linux 2.6.26-2-686 ehci_hcd
[ 2.248102] usb usb5: SerialNumber: 0000:00:1d.7
[ 2.257000] SCSI subsystem initialized
[ 2.264531] libata version 3.00 loaded.
[ 2.268148] ahci 0000:00:1f.2: version 3.0
[ 2.268183] ahci: probe of 0000:00:1f.2 failed with error -22
[ 2.270644] ata_piix 0000:00:1f.2: version 2.12
[ 2.270654] ata_piix 0000:00:1f.2: MAP [ P0 P2 IDE IDE ]
[ 2.424049] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 2.424121] scsi0 : ata_piix
[ 2.424216] scsi1 : ata_piix
[ 2.425255] ata1: SATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[ 2.425258] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[ 2.588628] ata1.00: ATA-6: HTS541060G9AT00, MB3IA6CA, max UDMA/100
[ 2.588630] ata1.00: 117210240 sectors, multi 16: LBA
[ 2.588633] ata1.00: applying bridge limits
[ 2.604629] ata1.00: configured for UDMA/100
[ 2.760222] ata2.01: NODEV after polling detection
[ 2.768860] ata2.00: ATAPI: UJDA745 DVD/CDRW, 1.03, max UDMA/33
[ 2.784783] ata2.00: configured for UDMA/33
[ 2.784891] scsi 0:0:0:0: Direct-Access ATA HTS541060G9AT00 MB3I PQ: 0 ANSI: 5
[ 2.787937] scsi 1:0:0:0: CD-ROM MATSHITA UJDA745 DVD/CDRW 1.03 PQ: 0 ANSI: 5
[ 2.810998] Driver 'sd' needs updating - please use bus_type methods
[ 2.811095] sd 0:0:0:0: [sda] 117210240 512-byte hardware sectors (60012 MB)
[ 2.811115] sd 0:0:0:0: [sda] Write Protect is off
[ 2.811117] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.811151] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.811212] sd 0:0:0:0: [sda] 117210240 512-byte hardware sectors (60012 MB)
[ 2.811231] sd 0:0:0:0: [sda] Write Protect is off
[ 2.811233] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.811267] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.811270] sda:<4>Driver 'sr' needs updating - please use bus_type methods
[ 2.834698] sda1 sda2 < sda5 sda6 sda7 sda8 sda9 >
[ 2.900512] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.908031] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 2.908035] Uniform CD-ROM driver Revision: 3.20
[ 2.908095] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 2.919792] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.919813] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 3.199332] PM: Starting manual resume from disk
[ 3.228911] kjournald starting. Commit interval 5 seconds
[ 3.228911] EXT3-fs: mounted filesystem with ordered data mode.
[ 4.487022] udevd version 125 started
[ 4.925844] Non-volatile memory driver v1.2
[ 5.060955] Linux agpgart interface v0.103
[ 5.074820] thinkpad_acpi: ThinkPad ACPI Extras v0.20
[ 5.074823] thinkpad_acpi: http://ibm-acpi.sf.net/
[ 5.074825] thinkpad_acpi: ThinkPad BIOS 70ET64WW (1.24 ), EC 70HT27WW-1.04
[ 5.074827] thinkpad_acpi: IBM ThinkPad T43, model 1872D62
[ 5.079671] agpgart: Detected an Intel 915GM Chipset.
[ 5.080150] agpgart: Detected 7932K stolen memory.
[ 5.097109] agpgart: AGP aperture is 256M @ 0xb0000000
[ 5.097207] Registered led device: tpacpi::thinklight
[ 5.097436] thinkpad_acpi: another device driver is already handling bay events
[ 5.097438] thinkpad_acpi: disabling subdriver bay
[ 5.097467] Registered led device: tpacpi::power
[ 5.097482] Registered led device: tpacpi range:batt
[ 5.097497] Registered led device: tpacpi:green:batt
[ 5.097510] Registered led device: tpacpi::dock_active
[ 5.097524] Registered led device: tpacpi::bay_active
[ 5.097538] Registered led device: tpacpi::dock_batt
[ 5.097551] Registered led device: tpacpi::unknown_led
[ 5.097568] Registered led device: tpacpi::standby
[ 5.100004] thinkpad_acpi: fan_init: initial fan status is unknown, assuming it is in auto mode
[ 5.100167] input: ThinkPad Extra Buttons as /class/input/input1
[ 5.330020] input: Power Button (FF) as /class/input/input2
[ 5.356045] ACPI: Power Button (FF) [PWRF]
[ 5.356103] input: Lid Switch as /class/input/input3
[ 5.372470] ACPI: Lid Switch [LID]
[ 5.372519] input: Sleep Button (CM) as /class/input/input4
[ 5.404050] ACPI: Sleep Button (CM) [SLPB]
[ 6.140760] input: Video Bus as /class/input/input5
[ 6.146125] ACPI: \_SB_.PCI0.IDE0.SCND.MSTR: found ejectable bay
[ 6.146130] ACPI: \_SB_.PCI0.IDE0.SCND.MSTR: Adding notify handler
[ 6.146152] ACPI: Error installing bay notify handler
[ 6.172052] ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
[ 6.172598] ACPI: AC Adapter [AC] (on-line)
[ 6.210078] ACPI: Battery Slot [BAT0] (battery present)
[ 6.675496] intel_rng: FWH not detected
[ 6.709717] ACPI: PCI Interrupt 0000:00:1e.3 -> GSI 23 (level, low) -> IRQ 23
[ 6.709741] PCI: Setting latency timer of device 0000:00:1e.3 to 64
[ 6.812066] MC'97 1 converters and GPIO not ready (0xff00)
[ 6.812667] ACPI: PCI Interrupt 0000:00:1e.2[A] -> GSI 22 (level, low) -> IRQ 22
[ 6.812687] PCI: Setting latency timer of device 0000:00:1e.2 to 64
[ 6.952837] ieee80211_crypt: registered algorithm 'NULL'
[ 6.955463] ieee80211: 802.11 data/management/control stack, git-1.1.13
[ 6.955466] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[ 7.057706] input: PC Speaker as /class/input/input6
[ 7.097983] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmprq
[ 7.097987] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[ 7.330088] NET: Registered protocol family 23
[ 7.498475] IBM TrackPoint firmware: 0x0e, buttons: 3/3
[ 7.512326] input: TPPS/2 IBM TrackPoint as /class/input/input7
[ 7.544611] parport_pc 00:0b: reported by Plug and Play ACPI
[ 7.544668] parport0: PC-style at 0x3bc, irq 7 [PCSPP,TRISTATE]
[ 7.641131] nsc-ircc 00:0c: activated
[ 7.641182] nsc-ircc, chip->init
[ 7.641195] nsc-ircc, Found chip at base=0x02e
[ 7.641231] nsc-ircc, driver loaded (Dag Brattli)
[ 7.641462] IrDA: Registered device irda0
[ 7.641524] nsc-ircc, Found dongle: No dongle connected
[ 7.736022] intel8x0_measure_ac97_clock: measured 55503 usecs
[ 7.736026] intel8x0: clocking to 48000
[ 7.736692] ACPI: PCI Interrupt 0000:00:1f.3[A] -> GSI 23 (level, low) -> IRQ 23
[ 7.737139] ACPI: PCI Interrupt 0000:04:02.0[A] -> GSI 21 (level, low) -> IRQ 21
[ 7.737197] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[ 7.737237] firmware: requesting ipw2200-bss.fw
[ 8.294222] ipw2200: Radio Frequency Kill Switch is On:
[ 8.294224] Kill switch must be turned off for wireless networking to work.
[ 8.294482] ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
[ 8.294527] Yenta: CardBus bridge found at 0000:04:00.0 [1014:0528]
[ 8.294552] Yenta: Using INTVAL to route CSC interrupts to PCI
[ 8.294554] Yenta: Routing CardBus interrupts to PCI
[ 8.294560] Yenta TI: socket 0000:04:00.0, mfunc 0x01d21002, devctl 0x64
[ 8.524630] Yenta: ISA IRQ mask 0x0c30, PCI irq 16
[ 8.524635] Socket status: 30000007
[ 8.524638] pcmcia: parent PCI bridge I/O window: 0x4000 - 0x7fff
[ 8.524641] cs: IO port probe 0x4000-0x7fff: clean.
[ 8.525583] pcmcia: parent PCI bridge Memory window: 0x90300000 - 0x9fffffff
[ 8.525586] pcmcia: parent PCI bridge Memory window: 0xc8000000 - 0xcfffffff
[ 8.896617] cs: IO port probe 0x100-0x3af: clean.
[ 8.896617] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7
[ 8.896617] cs: IO port probe 0x820-0x8ff: clean.
[ 8.900011] cs: IO port probe 0xc00-0xcf7: clean.
[ 8.900700] cs: IO port probe 0xa00-0xaff: clean.
[ 9.192729] Adding 2650684k swap on /dev/sda7. Priority:-1 extents:1 across:2650684k
[ 9.769510] EXT3 FS on sda1, internal journal
[ 9.918471] loop: module loaded
[ 11.695659] fuse init (API version 7.9)
[ 11.787733] kjournald starting. Commit interval 5 seconds
[ 11.792397] EXT3 FS on sda9, internal journal
[ 11.792401] EXT3-fs: mounted filesystem with ordered data mode.
[ 11.832625] kjournald starting. Commit interval 5 seconds
[ 11.832864] EXT3 FS on sda8, internal journal
[ 11.832864] EXT3-fs: mounted filesystem with ordered data mode.
[ 11.880316] kjournald starting. Commit interval 5 seconds
[ 11.884410] EXT3 FS on sda5, internal journal
[ 11.884413] EXT3-fs: mounted filesystem with ordered data mode.
[ 11.914124] kjournald starting. Commit interval 5 seconds
[ 11.916360] EXT3 FS on sda6, internal journal
[ 11.916363] EXT3-fs: mounted filesystem with ordered data mode.
[ 15.962559] tg3: eth0: Link is up at 100 Mbps, full duplex.
[ 15.962559] tg3: eth0: Flow control is on for TX and on for RX.
[ 18.650482] NET: Registered protocol family 10
[ 18.650902] lo: Disabled Privacy Extensions
[ 18.651800] ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 22.267921] lp0: using parport0 (interrupt-driven).
[ 22.292504] ppdev: user-space parallel port driver
[ 29.144018] eth0: no IPv6 routers present
[ 29.551971] warning: `ntpd' uses 32-bit capabilities (legacy support in use)
[ 39.740340] [drm] Initialized drm 1.1.0 20060810
[ 39.749935] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 39.749935] PCI: Setting latency timer of device 0000:00:02.0 to 64
[ 39.749935] [drm] Initialized i915 1.6.0 20060119 on minor 0
[ 40.609874] thinkpad_acpi: CMOS NVRAM (7) and EC (6) do not agree on display brightness level
[ 46.407542] scim-launcher[2599]: segfault at b7295232 ip b7295232 sp bfffce4c error 4 in socket.so[b72aa000+11000]
[ 538.333824] PPP generic driver version 2.4.2
[ 538.342830] NET: Registered protocol family 24
[ 558.460515] ip_tables: (C) 2000-2006 Netfilter Core Team
----------------------------------------------------------- |
|