Nowe posty

xx Problem ze sterownikami. (5)
2024-04-13, 21:25:16
xx Instalacja xfce4 (2)
2024-04-13, 16:20:17
xx Serie kompilacji bez instalacji dla “emerge” w Gentoo (2)
2024-04-08, 18:40:04
xx Plasma 6 w Neonie ssie trochę mniej ... (17)
2024-04-05, 10:03:46
xx Problem z Linux Lite po instalacji (3)
2024-04-03, 14:23:40
xx Jak właczyć num locka przy starcie systemu debian 12? (12)
2024-04-02, 17:43:54
xx Brak dźwieku w systemie. (5)
2024-04-02, 16:13:41
xx Dystrybucja pod HP Omen (7)
2024-03-29, 11:33:05
xx [Poradnik] Wyszukiwanie Sterowników (2)
2024-03-27, 21:08:23
xx Ile pingwinów? (1)
2024-03-27, 08:59:24

Autor Wątek: Konfiguracja pppd pod slackware 13.0 (PLAY online)  (Przeczytany 3559 razy)

  • Gość
Konfiguracja pppd pod slackware 13.0 (PLAY online)
« dnia: 2010-05-02, 17:11:22 »
Postępowałem zgodnie z instrukcją:

Cytuj
Witam,
pewnosci nie mam ale jezeli producent nie udostepnil linuksowych sterow powinno byc to mozliwe za pomoca windowsowego drivera, do rzeczy:

1) sciagasz ndiswrapper, rozpakowywujesz jako root, w konsoli dajesz make, make install
2) ladujemy windowsowy sterownik poleceniem: ndiswrapper -i sterownik.inf,
nastepnie wydajemy polecenie ndiswrapper -l, jezeli ujrzymy harware present to pierwszy sukces! wtedy ladujemy modul ndiswrappera wraz ze sterownikiem poleceniem: modprobe ndiswrapper.
3) pelni dumy robimy przerwe na papierosa po czym bierzemy sie za konfiguracje polaczenia, przykladowe skrypty podal na forum kolega skiera:

Kod:

U mnie na SE GC79 działa coś takiego:

/etc/ppp/peers/iplus
-------------------------------------------------------------------
noauth
connect "/usr/sbin/chat -v -f /etc/ppp/iplus-connect"
disconnect "/usr/sbin/chat -v -f /etc/ppp/iplus-disconnect"
debug
/dev/ttyS1
115200
defaultroute
crtscts
lock
local
nodetach
usepeerdns
lcp-echo-failure 4
lcp-echo-interval 65535
-------------------------------------------------------------------


/etc/ppp/iplus-connect
-------------------------------------------------------------------
TIMEOUT 600
ABORT 'BUSY'
ABORT 'NO ANSWER'
ABORT 'ERROR'
SAY 'Starting GPRS connect script\\n'

"" 'AT+CFUN=1,1'
"" 'AT+CPIN=TWOJ_PIN'

OK 'ATE1\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d'

SAY 'Setting APN\\n'
OK 'AT+CGDCONT=1,"IP","www.plusgsm.pl"'

ABORT 'NO CARRIER'
SAY 'Dialing...\\n'
OK 'ATD*99***1#'

CONNECT ''
-------------------------------------------------------------------


/etc/ppp/iplus-disconnect
-------------------------------------------------------------------
"" "\\K"
"" "+++ATH0"
SAY "GPRS Disconnected."
-------------------------------------------------------------------

Może komuś się przyda... aha, uruchamia się to to:
Kod:
pppd call iplus

Można zmniejszyć ilość "/d", dałem trochę na zapas bo u mnie chwilę trwa zanim się połączy po podaniu pinu.

EDIT:
Oczywiście to co na czerwono należy ustawić wg siebie.


jeszcze pozostalo wpisac dnsy w pliku etc/resolv.conf
dla plusa sa to : 212.2.96.51 i 212.2.96.52

Dziala na tym GC79 ale mysle ze po podaniu odpowiedniego portu powinny dzialac tez urzadzenia USB :)
Mój /etc/ppp/play:

Cytuj
noauth
connect "/usr/sbin/chat -v -f /etc/ppp/play-connect"
disconnect "/usr/sbin/chat -v -f /etc/ppp/play-disconnect"
debug
/dev/ttyHS0
115200
defaultroute
crtscts
lock
local
nodetach
usepeerdns
lcp-echo-failure 4
lcp-echo-interval 65535
Mój /etc/ppp/play-connect
Cytuj
TIMEOUT 600
ABORT 'BUSY'
ABORT 'NO ANSWER'
ABORT 'ERROR'
SAY 'Starting GPRS connect script\\n'

"" 'AT+CFUN=1,1'
"" 'AT+CPIN=TWOJ_PIN'

OK 'ATE1\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d'

SAY 'Setting APN\\n'
OK 'AT+CGDCONT=1,"IP","Internet"'

ABORT 'NO CARRIER'
SAY 'Dialing...\\n'
OK 'ATD*99***1#'

CONNECT ''
Mój /etc/ppp/disconnect

Cytuj
"" "\\K"
"" "+++ATH0"
SAY "GPRS Disconnected."
Jak próbuję połączyć się (pppd call play)

to wyświetla mnie

Cytuj
pppd: In file /etc/ppp/peers/play: unrecognized option '/dev/ttyHS0'
Mój resolv.conf

Cytuj
nameserver 89.108.195.184
nameserver 217.17.34.10
Co robię nie tak?

  • Gość
Konfiguracja pppd pod slackware 13.0 (PLAY online)
« Odpowiedź #1 dnia: 2010-05-02, 18:45:25 »
Spróbowałem opalić skrypt pod ubuntu. O dziwo wystartował bez tego komunikatu o urządzeniu, ale po kilkunastu sekundach nic nie wskórał pppd się skończył i zwiesił cały laptop. W ogóle zauważyłem, że ten model stosunkowo często zamraża linucha. Czemu tak jest?

Wyciąg z /var/log/messages

Cytuj
May  2 18:30:21 tomasz-laptop pppd[2071]: pppd 2.4.5 started by tomasz, uid 0
May  2 18:30:21 tomasz-laptop chat[2073]: timeout set to 600 seconds
May  2 18:30:21 tomasz-laptop chat[2073]: abort on (BUSY)
May  2 18:30:21 tomasz-laptop chat[2073]: abort on (NO ANSWER)
May  2 18:30:21 tomasz-laptop chat[2073]: abort on (ERROR)
May  2 18:30:21 tomasz-laptop chat[2073]: send (AT+CFUN=1,1^M)
May  2 18:30:21 tomasz-laptop chat[2073]: expect (OK)
May  2 18:30:21 tomasz-laptop chat[2073]: AT+CFUN=1,1^M^M
May  2 18:30:21 tomasz-laptop chat[2073]: OK
May  2 18:30:21 tomasz-laptop chat[2073]:  -- got it
May  2 18:30:21 tomasz-laptop chat[2073]: send (ATE1\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d^M)
May  2 18:30:24 tomasz-laptop kernel: [  207.685069] usb 2-3: USB disconnect, address 4
May  2 18:30:30 tomasz-laptop kernel: [  213.796044] usb 2-3: new full speed USB device using ohci_hcd and address 5
May  2 18:30:30 tomasz-laptop kernel: [  214.016244] usb 2-3: configuration #1 chosen from 1 choice
May  2 18:30:30 tomasz-laptop kernel: [  214.124110] usb-storage: probe of 2-3:1.0 failed with error -5
May  2 18:30:30 tomasz-laptop kernel: [  214.124271] usb 2-3: USB disconnect, address 5
May  2 18:30:32 tomasz-laptop kernel: [  215.672090] usb 2-3: new full speed USB device using ohci_hcd and address 6
May  2 18:30:32 tomasz-laptop kernel: [  215.888796] usb 2-3: configuration #1 chosen from 1 choice
May  2 18:30:32 tomasz-laptop kernel: [  215.907382] hso0: Disabled Privacy Extensions
May  2 18:31:32 tomasz-laptop kernel: imklog 4.2.0, log source = /var/run/rsyslog/kmsg started.
May  2 18:31:32 tomasz-laptop rsyslogd: [origin software="rsyslogd" swVersion="4.2.0" x-pid="1093" x-info="http://www.rsyslog.com"] (re)start
May  2 18:31:32 tomasz-laptop rsyslogd: rsyslogd's groupid changed to 102
May  2 18:31:32 tomasz-laptop rsyslogd: rsyslogd's userid changed to 101
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Initializing cgroup subsys cpuset
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Initializing cgroup subsys cpu
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Linux version 2.6.31-14-generic (buildd@rothera) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #48-Ubuntu SMP Fri Oct 16 14:04:26 UTC 2009 (Ubuntu 2.6.31-14.48-generic)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] KERNEL supported cpus:
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   Intel GenuineIntel
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   AMD AuthenticAMD
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   NSC Geode by NSC
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   Cyrix CyrixInstead
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   Centaur CentaurHauls
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   Transmeta GenuineTMx86
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   Transmeta TransmetaCPU
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   UMC UMC UMC UMC
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] BIOS-provided physical RAM map:
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e800 (usable)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 000000000009e800 - 00000000000a0000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 00000000dffa8000 (usable)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 00000000dffa8000 - 00000000dffb0000 (ACPI NVS)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 00000000dffb0000 - 00000000dffbff00 (ACPI data)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 00000000dffbff00 - 00000000dfff0000 (ACPI NVS)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 00000000dfff0000 - 00000000e0000000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 00000000ff700000 - 0000000100000000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 0000000100000000 - 0000000120000000 (usable)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  BIOS-e820: 0000000120000000 - 0000000140000000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] DMI 2.5 present.
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working around it.
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] last_pfn = 0xdffa8 max_arch_pfn = 0x100000
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Scanning 0 areas for low memory corruption
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] modified physical RAM map:
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 0000000000010000 - 000000000009e800 (usable)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 000000000009e800 - 00000000000a0000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 00000000000e0000 - 0000000000100000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 0000000000100000 - 00000000dffa8000 (usable)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 00000000dffa8000 - 00000000dffb0000 (ACPI NVS)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 00000000dffb0000 - 00000000dffbff00 (ACPI data)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 00000000dffbff00 - 00000000dfff0000 (ACPI NVS)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 00000000dfff0000 - 00000000e0000000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 00000000fec00000 - 00000000fec01000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 00000000ff700000 - 0000000100000000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 0000000100000000 - 0000000120000000 (usable)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]  modified: 0000000120000000 - 0000000140000000 (reserved)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Using x86 segment limits to approximate NX protection
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] RAMDISK: 378a7000 - 37fefa96
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Allocated new RAMDISK: 008ad000 - 00ff5a96
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Move RAMDISK from 00000000378a7000 - 0000000037fefa95 to 008ad000 - 00ff5a95
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: RSDP 000fa3c0 00024 (v02 ACPIAM)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: XSDT dffb0100 0007C (v01 _ASUS_ Notebook 20090619 MSFT 00000097)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: FACP dffb0290 000F4 (v03 061909 FACP1025 20090619 MSFT 00000097)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: DSDT dffb06f0 0EB20 (v01  K50IN K50IN000 00000000 INTL 20051117)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: FACS dffbff00 00040
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: APIC dffb0390 00080 (v01 061909 APIC1025 20090619 MSFT 00000097)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: MCFG dffb0450 0003C (v01 061909 OEMMCFG  20090619 MSFT 00000097)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: SLIC dffb0490 00176 (v01 _ASUS_ Notebook 20090619 MSFT 00000097)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: WDRT dffb0610 00047 (v01 061909 NV-WDRT  20090619 MSFT 00000097)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: ECDT dffb0690 00054 (v01 061909 OEMECDT  20090619 MSFT 00000097)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: DBGP dffb0410 00034 (v01 061909 DBGP1025 20090619 MSFT 00000097)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: BOOT dffb0660 00028 (v01 061909 BOOT1025 20090619 MSFT 00000097)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: OEMB dffbff40 00079 (v01 061909 OEMB1025 20090619 MSFT 00000097)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: HPET dffbf6f0 00038 (v01 061909 OEMHPET0 20090619 MSFT 00000097)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: SSDT dffc0d70 004F0 (v01  PmRef    CpuPm 00003000 INTL 20051117)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] 2695MB HIGHMEM available.
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] 887MB LOWMEM available.
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   mapped low ram: 0 - 377fe000
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   low ram: 0 - 377fe000
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   node 0 low ram: 00000000 - 377fe000
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   node 0 bootmap 00011000 - 00017f00
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] (9 early reservations) ==> bootmem [0000000000 - 00377fe000]
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   #3 [0000100000 - 00008a80a0]    TEXT DATA BSS ==> [0000100000 - 00008a80a0]
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   #4 [000009e800 - 0000100000]    BIOS reserved ==> [000009e800 - 0000100000]
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   #5 [00008a9000 - 00008ac25c]              BRK ==> [00008a9000 - 00008ac25c]
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   #6 [0000010000 - 0000011000]          PGTABLE ==> [0000010000 - 0000011000]
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   #7 [00008ad000 - 0000ff5a96]      NEW RAMDISK ==> [00008ad000 - 0000ff5a96]
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   #8 [0000011000 - 0000018000]          BOOTMAP ==> [0000011000 - 0000018000]
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] found SMP MP-table at [c00ff780] ff780
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Zone PFN ranges:
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   DMA      0x00000010 -> 0x00001000
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   Normal   0x00001000 -> 0x000377fe
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]   HighMem  0x000377fe -> 0x000dffa8
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Movable zone start PFN for each node
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] early_node_map[2] active PFN ranges
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]     0: 0x00000010 -> 0x0000009e
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]     0: 0x00000100 -> 0x000dffa8
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Using APIC driver default
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x4008
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Using ACPI (MADT) for SMP configuration information
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] PM: Registered nosave memory: 000000000009e000 - 000000000009f000
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Allocating PCI resources starting at e0000000 (gap: e0000000:1ec00000)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] PERCPU: Embedded 14 pages at c2c10000, static data 35612 bytes
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 910134
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic root=UUID=6058591d-cdbb-4cb6-a5dc-7a0e16a63856 ro quiet splash
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Enabling fast FPU save and restore... done.
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Enabling unmasked SIMD FPU exception support... done.
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Initializing CPU#0
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] allocated 18348000 bytes of page_cgroup
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Initializing HighMem for node 0 (000377fe:000dffa8)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Memory: 3605260k/3669664k available (4565k kernel code, 63012k reserved, 2143k data, 540k init, 2760360k highmem)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] virtual kernel memory layout:
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]     fixmap  : 0xfff1d000 - 0xfffff000   ( 904 kB)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]       .init : 0xc078e000 - 0xc0815000   ( 540 kB)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]       .data : 0xc0575554 - 0xc078d308   (2143 kB)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000]       .text : 0xc0100000 - 0xc0575554   (4565 kB)
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] NR_IRQS:2304 nr_irqs:440
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Extended CMOS year: 2000
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Fast TSC calibration using PIT
May  2 18:31:32 tomasz-laptop kernel: [    0.000000] Detected 2199.535 MHz processor.
May  2 18:31:32 tomasz-laptop kernel: [    0.001803] Console: colour VGA+ 80x25
May  2 18:31:32 tomasz-laptop kernel: [    0.001806] console [tty0] enabled
May  2 18:31:32 tomasz-laptop kernel: [    0.001968] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
May  2 18:31:32 tomasz-laptop kernel: [    0.001975] Calibrating delay loop (skipped), value calculated using timer frequency.. 4399.07 BogoMIPS (lpj=8798140)
May  2 18:31:32 tomasz-laptop kernel: [    0.001992] Security Framework initialized
May  2 18:31:32 tomasz-laptop kernel: [    0.002012] AppArmor: AppArmor initialized
May  2 18:31:32 tomasz-laptop kernel: [    0.002019] Mount-cache hash table entries: 512
May  2 18:31:32 tomasz-laptop kernel: [    0.002146] Initializing cgroup subsys ns
May  2 18:31:32 tomasz-laptop kernel: [    0.002151] Initializing cgroup subsys cpuacct
May  2 18:31:32 tomasz-laptop kernel: [    0.002155] Initializing cgroup subsys memory
May  2 18:31:32 tomasz-laptop kernel: [    0.002162] Initializing cgroup subsys freezer
May  2 18:31:32 tomasz-laptop kernel: [    0.002164] Initializing cgroup subsys net_cls
May  2 18:31:32 tomasz-laptop kernel: [    0.002178] CPU: L1 I cache: 32K, L1 D cache: 32K
May  2 18:31:32 tomasz-laptop kernel: [    0.002180] CPU: L2 cache: 2048K
May  2 18:31:32 tomasz-laptop kernel: [    0.002183] CPU: Physical Processor ID: 0
May  2 18:31:32 tomasz-laptop kernel: [    0.002184] CPU: Processor Core ID: 0
May  2 18:31:32 tomasz-laptop kernel: [    0.002188] mce: CPU supports 6 MCE banks
May  2 18:31:32 tomasz-laptop kernel: [    0.002196] CPU0: Thermal monitoring enabled (TM2)
May  2 18:31:32 tomasz-laptop kernel: [    0.002199] using mwait in idle threads.
May  2 18:31:32 tomasz-laptop kernel: [    0.002206] Performance Counters: Core2 events, Intel PMU driver.
May  2 18:31:32 tomasz-laptop kernel: [    0.002213] ... version:                 2
May  2 18:31:32 tomasz-laptop kernel: [    0.002215] ... bit width:               40
May  2 18:31:32 tomasz-laptop kernel: [    0.002216] ... generic counters:        2
May  2 18:31:32 tomasz-laptop kernel: [    0.002218] ... value mask:              000000ffffffffff
May  2 18:31:32 tomasz-laptop kernel: [    0.002220] ... max period:              000000007fffffff
May  2 18:31:32 tomasz-laptop kernel: [    0.002221] ... fixed-purpose counters:  3
May  2 18:31:32 tomasz-laptop kernel: [    0.002223] ... counter mask:            0000000700000003
May  2 18:31:32 tomasz-laptop kernel: [    0.002227] Checking 'hlt' instruction... OK.
May  2 18:31:32 tomasz-laptop kernel: [    0.018366] ACPI: Core revision 20090521
May  2 18:31:32 tomasz-laptop kernel: [    0.044444] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
May  2 18:31:32 tomasz-laptop kernel: [    0.086591] CPU0: Intel(R) Core(TM)2 Duo CPU     T5900  @ 2.20GHz stepping 0d
May  2 18:31:32 tomasz-laptop kernel: [    0.088001] Booting processor 1 APIC 0x1 ip 0x6000
May  2 18:31:32 tomasz-laptop kernel: [    0.004000] Initializing CPU#1
May  2 18:31:32 tomasz-laptop kernel: [    0.004000] Calibrating delay using timer specific routine.. 4399.96 BogoMIPS (lpj=8799937)
May  2 18:31:32 tomasz-laptop kernel: [    0.004000] CPU: L1 I cache: 32K, L1 D cache: 32K
May  2 18:31:32 tomasz-laptop kernel: [    0.004000] CPU: L2 cache: 2048K
May  2 18:31:32 tomasz-laptop kernel: [    0.004000] CPU: Physical Processor ID: 0
May  2 18:31:32 tomasz-laptop kernel: [    0.004000] CPU: Processor Core ID: 1
May  2 18:31:32 tomasz-laptop kernel: [    0.004000] mce: CPU supports 6 MCE banks
May  2 18:31:32 tomasz-laptop kernel: [    0.004000] CPU1: Thermal monitoring enabled (TM2)
May  2 18:31:32 tomasz-laptop kernel: [    0.004000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
May  2 18:31:32 tomasz-laptop kernel: [    0.173429] CPU1: Intel(R) Core(TM)2 Duo CPU     T5900  @ 2.20GHz stepping 0d
May  2 18:31:32 tomasz-laptop kernel: [    0.173446] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
May  2 18:31:32 tomasz-laptop kernel: [    0.176022] Brought up 2 CPUs
May  2 18:31:32 tomasz-laptop kernel: [    0.176025] Total of 2 processors activated (8799.03 BogoMIPS).
May  2 18:31:32 tomasz-laptop kernel: [    0.176177] Booting paravirtualized kernel on bare hardware
May  2 18:31:32 tomasz-laptop kernel: [    0.176196] regulator: core version 0.5
May  2 18:31:32 tomasz-laptop kernel: [    0.176196] Time: 18:31:21  Date: 05/02/10
May  2 18:31:32 tomasz-laptop kernel: [    0.176196] NET: Registered protocol family 16
May  2 18:31:32 tomasz-laptop kernel: [    0.176227] EISA bus registered
May  2 18:31:32 tomasz-laptop kernel: [    0.176237] ACPI: bus type pci registered
May  2 18:31:32 tomasz-laptop kernel: [    0.176307] PCI: MCFG configuration 0: base fc000000 segment 0 buses 0 - 31
May  2 18:31:32 tomasz-laptop kernel: [    0.176309] PCI: Not using MMCONFIG.
May  2 18:31:32 tomasz-laptop kernel: [    0.176509] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
May  2 18:31:32 tomasz-laptop kernel: [    0.176511] PCI: Using configuration type 1 for base access
May  2 18:31:32 tomasz-laptop kernel: [    0.177461] bio: create slab at 0
May  2 18:31:32 tomasz-laptop kernel: [    0.181421] ACPI: EC: EC description table is found, configuring boot EC
May  2 18:31:32 tomasz-laptop kernel: [    0.189242] ACPI: BIOS _OSI(Linux) query ignored
May  2 18:31:32 tomasz-laptop kernel: [    0.197047] ACPI: Interpreter enabled
May  2 18:31:32 tomasz-laptop kernel: [    0.197056] ACPI: (supports S0 S3 S4 S5)
May  2 18:31:32 tomasz-laptop kernel: [    0.197079] ACPI: Using IOAPIC for interrupt routing
May  2 18:31:32 tomasz-laptop kernel: [    0.197152] PCI: MCFG configuration 0: base fc000000 segment 0 buses 0 - 31
May  2 18:31:32 tomasz-laptop kernel: [    0.204899] PCI: MCFG area at fc000000 reserved in ACPI motherboard resources
May  2 18:31:32 tomasz-laptop kernel: [    0.204901] PCI: Using MMCONFIG for extended config space
May  2 18:31:32 tomasz-laptop kernel: [    0.224984] ACPI: EC: GPE = 0x27, I/O: command/status = 0x66, data = 0x62
May  2 18:31:32 tomasz-laptop kernel: [    0.224986] ACPI: EC: driver started in poll mode
May  2 18:31:32 tomasz-laptop kernel: [    0.225439] ACPI: No dock devices found.
May  2 18:31:32 tomasz-laptop kernel: [    0.226005] ACPI: PCI Root Bridge [PCI0] (0000:00)
May  2 18:31:32 tomasz-laptop kernel: [    0.226411] pci 0000:00:03.2: PME# supported from D3hot D3cold
May  2 18:31:32 tomasz-laptop kernel: [    0.226417] pci 0000:00:03.2: PME# disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.226687] pci 0000:00:04.0: PME# supported from D0 D1 D2 D3hot D3cold
May  2 18:31:32 tomasz-laptop kernel: [    0.226691] pci 0000:00:04.0: PME# disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.226766] pci 0000:00:04.1: PME# supported from D0 D1 D2 D3hot D3cold
May  2 18:31:32 tomasz-laptop kernel: [    0.226770] pci 0000:00:04.1: PME# disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.226844] pci 0000:00:08.0: PME# supported from D3hot D3cold
May  2 18:31:32 tomasz-laptop kernel: [    0.226848] pci 0000:00:08.0: PME# disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.227163] pci 0000:00:0c.0: PME# supported from D0 D1 D2 D3hot D3cold
May  2 18:31:32 tomasz-laptop kernel: [    0.227171] pci 0000:00:0c.0: PME# disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.227256] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
May  2 18:31:32 tomasz-laptop kernel: [    0.227259] pci 0000:00:10.0: PME# disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.227466] pci 0000:00:15.0: PME# supported from D0 D1 D2 D3hot D3cold
May  2 18:31:32 tomasz-laptop kernel: [    0.227474] pci 0000:00:15.0: PME# disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.227704] pci 0000:00:16.0: PME# supported from D0 D1 D2 D3hot D3cold
May  2 18:31:32 tomasz-laptop kernel: [    0.227712] pci 0000:00:16.0: PME# disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.227805] pci 0000:00:09.0: transparent bridge
May  2 18:31:32 tomasz-laptop kernel: [    0.228178] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
May  2 18:31:32 tomasz-laptop kernel: [    0.228183] pci 0000:04:00.0: PME# disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.228389] pci 0000:05:00.0: PME# supported from D0 D1 D3hot D3cold
May  2 18:31:32 tomasz-laptop kernel: [    0.228393] pci 0000:05:00.0: PME# disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.241887] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.242223] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.242557] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.242890] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.243224] ACPI: PCI Interrupt Link [LN0A] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.243558] ACPI: PCI Interrupt Link [LN0B] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.243891] ACPI: PCI Interrupt Link [LN0C] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.244231] ACPI: PCI Interrupt Link [LN0D] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.244564] ACPI: PCI Interrupt Link [LN1A] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.244897] ACPI: PCI Interrupt Link [LN1B] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.245230] ACPI: PCI Interrupt Link [LN1C] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.245562] ACPI: PCI Interrupt Link [LN1D] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.245893] ACPI: PCI Interrupt Link [LN2A] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.246225] ACPI: PCI Interrupt Link [LN2B] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.246558] ACPI: PCI Interrupt Link [LN2C] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.246890] ACPI: PCI Interrupt Link [LN2D] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.247228] ACPI: PCI Interrupt Link [LN3A] (IRQs 16 17 18 19) *15
May  2 18:31:32 tomasz-laptop kernel: [    0.247561] ACPI: PCI Interrupt Link [LN3B] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.247894] ACPI: PCI Interrupt Link [LN3C] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.248235] ACPI: PCI Interrupt Link [LN3D] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.248574] ACPI: PCI Interrupt Link [LN4A] (IRQs 16 17 18 19) *10
May  2 18:31:32 tomasz-laptop kernel: [    0.248906] ACPI: PCI Interrupt Link [LN4B] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.249238] ACPI: PCI Interrupt Link [LN4C] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.249571] ACPI: PCI Interrupt Link [LN4D] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.249904] ACPI: PCI Interrupt Link [LN5A] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.250235] ACPI: PCI Interrupt Link [LN5B] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.250569] ACPI: PCI Interrupt Link [LN5C] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.250901] ACPI: PCI Interrupt Link [LN5D] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.251234] ACPI: PCI Interrupt Link [LN6A] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.251567] ACPI: PCI Interrupt Link [LN6B] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.251900] ACPI: PCI Interrupt Link [LN6C] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.252241] ACPI: PCI Interrupt Link [LN6D] (IRQs 16 17 18 19) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.252580] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *10
May  2 18:31:32 tomasz-laptop kernel: [    0.252917] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *11
May  2 18:31:32 tomasz-laptop kernel: [    0.253249] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.253587] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *9
May  2 18:31:32 tomasz-laptop kernel: [    0.253927] ACPI: PCI Interrupt Link [SGRU] (IRQs 20 21 22 23) *15
May  2 18:31:32 tomasz-laptop kernel: [    0.254268] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *14
May  2 18:31:32 tomasz-laptop kernel: [    0.254608] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *7
May  2 18:31:32 tomasz-laptop kernel: [    0.254948] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5
May  2 18:31:32 tomasz-laptop kernel: [    0.255342] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.255676] ACPI: PCI Interrupt Link [UB11] (IRQs 20 21 22 23) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.256016] ACPI: PCI Interrupt Link [UB12] (IRQs 20 21 22 23) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.256356] ACPI: PCI Interrupt Link [LRP0] (IRQs 20 21 22 23) *10
May  2 18:31:32 tomasz-laptop kernel: [    0.256692] ACPI: PCI Interrupt Link [LRP1] (IRQs 20 21 22 23) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.257028] ACPI: PCI Interrupt Link [LRP2] (IRQs 20 21 22 23) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.257367] ACPI: PCI Interrupt Link [LRP3] (IRQs 20 21 22 23) *11
May  2 18:31:32 tomasz-laptop kernel: [    0.257708] ACPI: PCI Interrupt Link [LRP4] (IRQs 20 21 22 23) *9
May  2 18:31:32 tomasz-laptop kernel: [    0.258042] ACPI: PCI Interrupt Link [LRP5] (IRQs 20 21 22 23) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.258376] ACPI: PCI Interrupt Link [LRP6] (IRQs 20 21 22 23) *0, disabled.
May  2 18:31:32 tomasz-laptop kernel: [    0.258560] SCSI subsystem initialized
May  2 18:31:32 tomasz-laptop kernel: [    0.258579] usbcore: registered new interface driver usbfs
May  2 18:31:32 tomasz-laptop kernel: [    0.258579] usbcore: registered new interface driver hub
May  2 18:31:32 tomasz-laptop kernel: [    0.258579] usbcore: registered new device driver usb
May  2 18:31:32 tomasz-laptop kernel: [    0.258579] ACPI: WMI: Mapper loaded
May  2 18:31:32 tomasz-laptop kernel: [    0.258579] PCI: Using ACPI for IRQ routing
May  2 18:31:32 tomasz-laptop kernel: [    0.268007] Bluetooth: Core ver 2.15
May  2 18:31:32 tomasz-laptop kernel: [    0.268020] NET: Registered protocol family 31
May  2 18:31:32 tomasz-laptop kernel: [    0.268020] Bluetooth: HCI device and connection manager initialized
May  2 18:31:32 tomasz-laptop kernel: [    0.268020] Bluetooth: HCI socket layer initialized
May  2 18:31:32 tomasz-laptop kernel: [    0.268020] NetLabel: Initializing
May  2 18:31:32 tomasz-laptop kernel: [    0.268020] NetLabel:  domain hash size = 128
May  2 18:31:32 tomasz-laptop kernel: [    0.268020] NetLabel:  protocols = UNLABELED CIPSOv4
May  2 18:31:32 tomasz-laptop kernel: [    0.268031] NetLabel:  unlabeled traffic allowed by default
May  2 18:31:32 tomasz-laptop kernel: [    0.268064] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31, 31
May  2 18:31:32 tomasz-laptop kernel: [    0.268070] hpet0: 4 comparators, 64-bit 25.000000 MHz counter
May  2 18:31:32 tomasz-laptop kernel: [    0.284009] pnp: PnP ACPI init
May  2 18:31:32 tomasz-laptop kernel: [    0.284018] ACPI: bus type pnp registered
May  2 18:31:32 tomasz-laptop kernel: [    0.291837] pnp: PnP ACPI: found 13 devices
May  2 18:31:32 tomasz-laptop kernel: [    0.291839] ACPI: ACPI bus type pnp unregistered
May  2 18:31:32 tomasz-laptop kernel: [    0.291842] PnPBIOS: Disabled by ACPI PNP
May  2 18:31:32 tomasz-laptop kernel: [    0.291855] system 00:06: ioport range 0x4d0-0x4d1 has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291858] system 00:06: ioport range 0x800-0x80f has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291861] system 00:06: ioport range 0x4000-0x407f has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291863] system 00:06: ioport range 0x4080-0x40ff has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291866] system 00:06: ioport range 0x4400-0x447f has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291869] system 00:06: ioport range 0x4480-0x44ff has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291871] system 00:06: ioport range 0x4800-0x487f has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291874] system 00:06: ioport range 0x4880-0x48ff has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291877] system 00:06: iomem range 0xfefe2000-0xfefe3fff has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291880] system 00:06: iomem range 0xfefe1000-0xfefe1fff has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291883] system 00:06: iomem range 0xfee01000-0xfeefffff has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291886] system 00:06: iomem range 0xfed01000-0xfed01fff has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291892] system 00:09: ioport range 0x250-0x253 has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291895] system 00:09: ioport range 0x256-0x25f has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291897] system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291900] system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291906] system 00:0a: ioport range 0x5000-0x507f has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291908] system 00:0a: ioport range 0x5080-0x50ff has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291914] system 00:0b: iomem range 0xfc000000-0xfdffffff has been reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291919] system 00:0c: iomem range 0x0-0x9ffff could not be reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291922] system 00:0c: iomem range 0xc0000-0xcffff could not be reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291924] system 00:0c: iomem range 0xe0000-0xfffff could not be reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291927] system 00:0c: iomem range 0x100000-0xdfffffff could not be reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.291930] system 00:0c: iomem range 0xfc000000-0xffffffff could not be reserved
May  2 18:31:32 tomasz-laptop kernel: [    0.326600] AppArmor: AppArmor Filesystem Enabled
May  2 18:31:32 tomasz-laptop kernel: [    0.326680] pci 0000:00:09.0: PCI bridge, secondary bus 0000:01
May  2 18:31:32 tomasz-laptop kernel: [    0.326682] pci 0000:00:09.0:   IO window: disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.326687] pci 0000:00:09.0:   MEM window: disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.326690] pci 0000:00:09.0:   PREFETCH window: disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.326694] pci 0000:00:0c.0: PCI bridge, secondary bus 0000:02
May  2 18:31:32 tomasz-laptop kernel: [    0.326695] pci 0000:00:0c.0:   IO window: disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.326706] pci 0000:00:0c.0:   MEM window: disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.326713] pci 0000:00:0c.0:   PREFETCH window: disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.326721] pci 0000:00:10.0: PCI bridge, secondary bus 0000:03
May  2 18:31:32 tomasz-laptop kernel: [    0.326724] pci 0000:00:10.0:   IO window: 0xd000-0xdfff
May  2 18:31:32 tomasz-laptop kernel: [    0.326728] pci 0000:00:10.0:   MEM window: 0xfaf00000-0xfbffffff
May  2 18:31:32 tomasz-laptop kernel: [    0.326732] pci 0000:00:10.0:   PREFETCH window: 0x000000e0000000-0x000000f9ffffff
May  2 18:31:32 tomasz-laptop kernel: [    0.326737] pci 0000:00:15.0: PCI bridge, secondary bus 0000:04
May  2 18:31:32 tomasz-laptop kernel: [    0.326742] pci 0000:00:15.0:   IO window: 0xe000-0xefff
May  2 18:31:32 tomasz-laptop kernel: [    0.326752] pci 0000:00:15.0:   MEM window: 0xfea00000-0xfeafffff
May  2 18:31:32 tomasz-laptop kernel: [    0.326760] pci 0000:00:15.0:   PREFETCH window: disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.326768] pci 0000:00:16.0: PCI bridge, secondary bus 0000:05
May  2 18:31:32 tomasz-laptop kernel: [    0.326769] pci 0000:00:16.0:   IO window: disabled
May  2 18:31:32 tomasz-laptop kernel: [    0.326780] pci 0000:00:16.0:   MEM window: 0xfeb00000-0xfebfffff
May  2 18:31:32 tomasz-laptop kernel: [    0.326788] pci 0000:00:16.0:   PREFETCH window: disabled

ra-v

  • Gość
Konfiguracja pppd pod slackware 13.0 (PLAY online)
« Odpowiedź #2 dnia: 2010-05-02, 20:35:47 »
1. Jeśli chcesz w ten sposób odpalać neta to wyłącz NetworkManagera. U mnie kiedyś robiło podobnie że odpalałem czasem na raz i chodziło aż nie wyłączyłem a czasem odpalałem 2-3 razy bo nie zaskakiwało lub musiałem restartować np. po godzinie, bo się zwiesiło połączenie

2. NM nie działa dla tego podelu?

Jeśli totalnie coś zamraża Linuxa to sprubój wyłączyć w BIOSie oszczędzanie energii dla USB oraz chociaż na jakiś czas skalowanie częstotliwości procka (to w systemie).
U mnie też od czasu kiedy mam modem USB nie mogłem używać skalowania częstotliwości procka bo miałem zwiechę bez puszczenia cynka do logów.  Wiążę to tylko z tym że modem jest z tym w konflikcie. Używałem tego na stacjonarce raczej żeby schłodzić procka (i temp. w pokoju) oraz troche energii.

  • Gość
Konfiguracja pppd pod slackware 13.0 (PLAY online)
« Odpowiedź #3 dnia: 2010-05-02, 23:07:02 »
Dla mnie ważniejszy jest fakt, dlaczego na slacku 13.0 pppd wyświetla błąd pliku 'play', a na ubuntu 9.10 pppd nie narzeka na tenże plik

Cytuj
pppd: In file /etc/ppp/peers/play: unrecognized option '/dev/ttyHS0'
---EDIT---

Błąd naprawiony. Na slacku 13.0 (nie ma Network Managera) odpaliłem skrypty. Oczywiście nie powiódł się, ale też nie zwiesił się (czyli rola zwiechy należy do Ubunciaka).

Jednak problem nie został rozwiązany:

Cytuj
May  3 00:18:51 darkstar pppd[4121]: pppd 2.4.4 started by root, uid 0
May  3 00:18:51 darkstar chat[4122]: timeout set to 600 seconds
May  3 00:18:51 darkstar chat[4122]: abort on (BUSY)
May  3 00:18:51 darkstar chat[4122]: abort on (NO ANSWER)
May  3 00:18:51 darkstar chat[4122]: abort on (ERROR)
May  3 00:18:51 darkstar chat[4122]: send (AT+CFUN=1,1^M)
May  3 00:18:52 darkstar chat[4122]: expect (OK)
May  3 00:18:52 darkstar chat[4122]: AT+CFUN=1,1^M^M
May  3 00:18:52 darkstar chat[4122]: OK
May  3 00:18:52 darkstar chat[4122]:  -- got it
May  3 00:18:52 darkstar chat[4122]: send (ATE1\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d^M)
May  3 00:18:54 darkstar kernel: usb 2-3: USB disconnect, address 7
May  3 00:19:00 darkstar kernel: usb 2-3: new full speed USB device using ohci_hcd and address 8
May  3 00:19:00 darkstar kernel: usb 2-3: New USB device found, idVendor=0af0, idProduct=6971
May  3 00:19:00 darkstar kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May  3 00:19:00 darkstar kernel: usb 2-3: Product: Globetrotter HSDPA Modem  
May  3 00:19:00 darkstar kernel: usb 2-3: Manufacturer: Option N.V.
May  3 00:19:00 darkstar kernel: usb 2-3: SerialNumber: Serial Number
May  3 00:19:00 darkstar kernel: usb 2-3: configuration #1 chosen from 1 choice
May  3 00:19:00 darkstar kernel: usb 2-3: USB disconnect, address 8
May  3 00:19:02 darkstar kernel: usb 2-3: new full speed USB device using ohci_hcd and address 9
May  3 00:19:02 darkstar kernel: usb 2-3: New USB device found, idVendor=0af0, idProduct=6971
May  3 00:19:02 darkstar kernel: usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=4
May  3 00:19:02 darkstar kernel: usb 2-3: Product: Globetrotter HSDPA Modem  
May  3 00:19:02 darkstar kernel: usb 2-3: Manufacturer: Option N.V.
May  3 00:19:02 darkstar kernel: usb 2-3: SerialNumber: Serial Number
May  3 00:19:02 darkstar kernel: usb 2-3: configuration #1 chosen from 1 choice
May  3 00:19:02 darkstar kernel: hso0 (hso): not using net_device_ops yet
May  3 00:19:02 darkstar kernel: hso0: Disabled Privacy Extensions
May  3 00:19:22 darkstar chat[4122]:  -- write failed: Input/output error
May  3 00:19:22 darkstar pppd[4121]: Exit.
Wygląda, że w momencie:

Cytuj
May  3 00:18:52 darkstar chat[4122]: OK
May  3 00:18:52 darkstar chat[4122]:  -- got it
May  3 00:18:52 darkstar chat[4122]: send (ATE1\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d\\d^M)
May  3 00:18:54 darkstar kernel: usb 2-3: USB disconnect, address 7
nie wiem czemu modem resetuje się

  • Gość
Konfiguracja pppd pod slackware 13.0 (PLAY online)
« Odpowiedź #4 dnia: 2010-05-03, 23:13:34 »
Ostatnio poprawiłem skrypt na taki:

Cytuj
TIMEOUT 60
ABORT 'BUSY'
ABORT 'NO ANSWER'
ABORT 'ERROR'
SAY 'Starting GPRS connect script\\n'

'' 'AT'

SAY 'I am saying Helo\\n'

OK 'ATE1'

SAY 'I am setting echo on\\n'

OK 'AT+CFUN=1'

SAY 'I am setting full functionality\\n'

SAY 'I am Setting APN\\n'
OK 'AT+CGDCONT=1,"IP","Internet"'

ABORT 'NO CARRIER'
SAY 'I am Dialing...\\n'
OK 'ATD*99***1#'

Say 'I am waiting for connection...\\n'

CONNECT ''
Jak na razie jest postęp, bo zatrzymuje się dopiero na ATD czyli wydzwanianiu.

Co jest źle zrobione? Nie mogę znaleźść lepszego skryptu

ra-v

  • Gość
Konfiguracja pppd pod slackware 13.0 (PLAY online)
« Odpowiedź #5 dnia: 2010-05-04, 22:46:52 »
Ja mam  na Plusie
OK 'ATDT*99***1#'
Możesz spróbować
OK 'ATDT*99#'
Zresztą oblukaj co ja wyprowadziłem http://linux.rh.cba.pl/zte-mf636-internet-auto.manual.html a jak nie to spróbuj jeszcze z wvdial odpalić.

  • Gość
Konfiguracja pppd pod slackware 13.0 (PLAY online)
« Odpowiedź #6 dnia: 2010-05-05, 10:41:00 »
Ok, wziąłem icon225.tar.gz i skrypt connect.sh z niego i działa. Teraz rozbieram go na części i próbuję to wykonać samemu na minicomie ;-)