Prosíme přihlašte se nebo zaregistrujte.

Přihlašte se svým uživatelským jménem a heslem.
Vaše pomoc je stále potřeba!

Autor Téma: adsl deskporte  (Přečteno 4150 krát)

Pokuston

  • Návštěvník
  • Příspěvků: 20
adsl deskporte
« kdy: 03 Prosince 2006, 15:27:38 »
Mam nb asus A7TC, na pripojenie na internet potrebujem rozbehat usb modem microcom deskporte. Postupoval som presne podla navodu http://vigor318.ic.cz/Ubuntu/index.html .

Pri prvom spusteni stdsl.sh start sa vsak nepodari koneknut na socket. Vypise:

br2684ctl[4906]: Interface "nas0" created sucessfully
br2684ctl[4906]: Communicating over ATM 0.1.32, encapsulation: LLC
br2684ctl[4906]: Fatal: failed to connect on socket

a nasledne sa postupne vypisuju rozne nahodne znaky

Co je zaujimave, toto mi vypise, ci uz modem mam pripojeny, alebo odpojeny, ako keby nevedel ze ho tam ma.. ale on to vie, v device manageri ho identifikoval..

Kde moze byt chyba?

jidash

  • Návštěvník
  • Příspěvků: 48
adsl deskporte
« Odpověď #1 kdy: 03 Prosince 2006, 20:03:59 »
Muzes sem dat vnitrek toho stdsl.sh?? Nepodarilo se mi ho stahnout z tech stranek a docela by me zajimalo co je uvnitr. Taky jsem se dival ze uz o tom tvym modemu jsou tu na foru nejaky thready, tak zkus mrknout tam.

Pokuston

  • Návštěvník
  • Příspěvků: 20
adsl deskporte
« Odpověď #2 kdy: 03 Prosince 2006, 23:04:41 »
#!/bin/sh
#  ADSL connect for ST DSL
#2005.04.03 Ladislav Rado (lr (at) rsw (dot) sk)
case "$1" in
    start)
   modprobe br2684
   modprobe ppp_generic
   modprobe pppoe
   br2684ctl -b -c 0 -a 0.1.32
   ifconfig nas0 up
   pppd call dsl-provider
   ;;
   stop)
   stopadsl
   ifconfig nas0 down
   ps h -o pid -C br2684ctl | xargs kill -s 9
   ;;
    *)
   echo "Usage `basename $0` {start|stop}"
esac


Uz som snad prebrowsoval vsetko mozne a nikde som nenasiel, ze by mal niekto podobny problem. Kazdy kto to spravil podla toho navodu, bol uspesny.

jidash

  • Návštěvník
  • Příspěvků: 48
adsl deskporte
« Odpověď #3 kdy: 04 Prosince 2006, 16:09:15 »
A ses si jistej, ze je radek "br2684ctl -b -c 0 -a 0.1.32" spravne?? Ja mam sice ADSL modem Sagem F@st, ale pouzivam "br2684ctl -c 0 -b -a 8.48". Ale na slovensku je to mozna spravne. Predpokladam, ze se pripojujes odtamtud. Zkus se podivat ve widlich jaky mas VPI  a VCI. Jestli to mas spravne nastaveny. Jinak se mi ten skript zda vporadku.

Pokuston

  • Návštěvník
  • Příspěvků: 20
adsl deskporte
« Odpověď #4 kdy: 04 Prosince 2006, 16:29:56 »
Som si isty, pozeral som parametre providera, slovanet ma VPI = 1, VCI = 32.

Pokuston

  • Návštěvník
  • Příspěvků: 20
adsl deskporte
« Odpověď #5 kdy: 04 Prosince 2006, 20:29:25 »
tak som to komplet cele presiel znova.. ci som nieco nespravil zle...... ten isty vysledok

jidash

  • Návštěvník
  • Příspěvků: 48
adsl deskporte
« Odpověď #6 kdy: 05 Prosince 2006, 09:53:52 »
muzes sem jeste hodit vypis /var/log/messages a obsah toho souboru dsl-provider(misto prihlasovacich udaju napis treba  "jmeno_prijmeni" a "heslo")? a zkus jeste misto toho 0.1.32 tak dat jenom 1.32

Pokuston

  • Návštěvník
  • Příspěvků: 20
adsl deskporte
« Odpověď #7 kdy: 05 Prosince 2006, 19:21:58 »
Dec  5 19:12:23 Traktor kernel: [    0.000000] Bootdata ok (command line is root=/dev/sda1 ro quiet splash pci=noacpi)
Dec  5 19:12:23 Traktor kernel: [    0.000000] Linux version 2.6.17-10-generic (root@crested) (gcc version 4.1.2 20060928 (prerelease) (Ubuntu 4.1.1-13ubuntu5)) #2 SMP Fri Oct 13 15:34:39 UTC 2006 (Ubuntu 2.6.17-10.33-generic)
Dec  5 19:12:23 Traktor kernel: [    0.000000] BIOS-provided physical RAM map:
Dec  5 19:12:23 Traktor kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
Dec  5 19:12:23 Traktor kernel: [    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
Dec  5 19:12:23 Traktor kernel: [    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
Dec  5 19:12:23 Traktor kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 000000003ffc0000 (usable)
Dec  5 19:12:23 Traktor kernel: [    0.000000]  BIOS-e820: 000000003ffc0000 - 000000003ffce000 (ACPI data)
Dec  5 19:12:23 Traktor kernel: [    0.000000]  BIOS-e820: 000000003ffce000 - 000000003fff0000 (ACPI NVS)
Dec  5 19:12:23 Traktor kernel: [    0.000000]  BIOS-e820: 000000003fff0000 - 0000000040000000 (reserved)
Dec  5 19:12:23 Traktor kernel: [    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
Dec  5 19:12:23 Traktor kernel: [    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
Dec  5 19:12:23 Traktor kernel: [    0.000000]  BIOS-e820: 00000000ff780000 - 0000000100000000 (reserved)
Dec  5 19:12:23 Traktor kernel: [    0.000000] DMI present.
Dec  5 19:12:23 Traktor kernel: [    0.000000] Scanning NUMA topology in Northbridge 24
Dec  5 19:12:23 Traktor kernel: [    0.000000] Number of nodes 1
Dec  5 19:12:23 Traktor kernel: [    0.000000] Node 0 MemBase 0000000000000000 Limit 000000003ffc0000
Dec  5 19:12:23 Traktor kernel: [    0.000000] Using node hash shift of 63
Dec  5 19:12:23 Traktor kernel: [    0.000000] Bootmem setup node 0 0000000000000000-000000003ffc0000
Dec  5 19:12:23 Traktor kernel: [    0.000000] Nvidia board detected. Ignoring ACPI timer override.
Dec  5 19:12:23 Traktor kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x508
Dec  5 19:12:23 Traktor kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
Dec  5 19:12:23 Traktor kernel: [    0.000000] Processor #0 15:8 APIC version 16
Dec  5 19:12:23 Traktor kernel: [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
Dec  5 19:12:23 Traktor kernel: [    0.000000] Processor #1 15:8 APIC version 16
Dec  5 19:12:23 Traktor kernel: [    0.000000] Using ACPI for processor (LAPIC) configuration information
Dec  5 19:12:23 Traktor kernel: [    0.000000] Intel MultiProcessor Specification v1.4
Dec  5 19:12:23 Traktor kernel: [    0.000000]     Virtual Wire compatibility mode.
Dec  5 19:12:23 Traktor kernel: [    0.000000] OEM ID: ASUS     Product ID:  APIC at: 0xFEE00000
Dec  5 19:12:23 Traktor kernel: [    0.000000] I/O APIC #2 Version 17 at 0xFEC00000.
Dec  5 19:12:23 Traktor kernel: [    0.000000] Setting APIC routing to physical flat
Dec  5 19:12:23 Traktor kernel: [    0.000000] Processors: 2
Dec  5 19:12:23 Traktor kernel: [    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:bec00000)
Dec  5 19:12:23 Traktor kernel: [    0.000000] Checking aperture...
Dec  5 19:12:23 Traktor kernel: [    0.000000] CPU 0: aperture @ b622000000 size 32 MB
Dec  5 19:12:23 Traktor kernel: [    0.000000] Aperture from northbridge cpu 0 too small (32 MB)
Dec  5 19:12:23 Traktor kernel: [    0.000000] No AGP bridge found
Dec  5 19:12:23 Traktor kernel: [    0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
Dec  5 19:12:23 Traktor kernel: [    0.000000] Built 1 zonelists
Dec  5 19:12:23 Traktor kernel: [    0.000000] Kernel command line: root=/dev/sda1 ro quiet splash pci=noacpi
Dec  5 19:12:23 Traktor kernel: [    0.000000] Initializing CPU#0
Dec  5 19:12:23 Traktor kernel: [    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
Dec  5 19:12:23 Traktor kernel: [    0.000000] Disabling vsyscall due to use of PM timer
Dec  5 19:12:23 Traktor kernel: [    0.000000] time.c: Using 3.579545 MHz WALL PM GTOD PM timer.
Dec  5 19:12:23 Traktor kernel: [    0.000000] time.c: Detected 1607.364 MHz processor.
Dec  5 19:12:23 Traktor kernel: [   32.118119] Console: colour VGA+ 80x25
Dec  5 19:12:23 Traktor kernel: [   32.118663] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
Dec  5 19:12:23 Traktor kernel: [   32.119385] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
Dec  5 19:12:23 Traktor kernel: [   32.129182] Memory: 1020244k/1048320k available (2129k kernel code, 27688k reserved, 1424k data, 188k init)
Dec  5 19:12:23 Traktor kernel: [   32.205435] Calibrating delay using timer specific routine.. 3218.41 BogoMIPS (lpj=6436829)
Dec  5 19:12:23 Traktor kernel: [   32.205496] Security Framework v1.0.0 initialized
Dec  5 19:12:23 Traktor kernel: [   32.205502] SELinux:  Disabled at boot.
Dec  5 19:12:23 Traktor kernel: [   32.205526] Mount-cache hash table entries: 256
Dec  5 19:12:23 Traktor kernel: [   32.205669] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Dec  5 19:12:23 Traktor kernel: [   32.205673] CPU: L2 Cache: 512K (64 bytes/line)
Dec  5 19:12:23 Traktor kernel: [   32.205677] CPU 0/0(2) -> Node 0 -> Core 0
Dec  5 19:12:23 Traktor kernel: [   32.205693] SMP alternatives: switching to UP code
Dec  5 19:12:23 Traktor kernel: [   32.205930] checking if image is initramfs... it is
Dec  5 19:12:23 Traktor kernel: [   32.864003] Freeing initrd memory: 6257k freed
Dec  5 19:12:23 Traktor kernel: [   32.867391] ACPI: Core revision 20060707
Dec  5 19:12:23 Traktor kernel: [   32.867876] ACPI: Looking for DSDT ... not found!
Dec  5 19:12:23 Traktor kernel: [   32.869872] ACPI Error (psloop-0196): Found unknown opcode FD at AML address ffffc200000161d8 offset 5D44, ignoring [20060707]
Dec  5 19:12:23 Traktor kernel: [   32.869894] ACPI Error (psloop-0196): Found unknown opcode FD at AML address ffffc2000001628d offset 5DF9, ignoring [20060707]
Dec  5 19:12:23 Traktor kernel: [   32.872162] ACPI Error (psloop-0196): Found unknown opcode FD at AML address ffffc200000161d8 offset 5D44, ignoring [20060707]
Dec  5 19:12:23 Traktor kernel: [   32.872182] ACPI Error (psloop-0196): Found unknown opcode FD at AML address ffffc2000001628d offset 5DF9, ignoring [20060707]
Dec  5 19:12:23 Traktor kernel: [   32.906240] ExtINT not setup in hardware but reported by MP table
Dec  5 19:12:23 Traktor kernel: [   32.906439] Using IO-APIC 2
Dec  5 19:12:23 Traktor kernel: [   32.946929] Using local APIC timer interrupts.
Dec  5 19:12:23 Traktor kernel: [   33.009139] result 12557462
Dec  5 19:12:23 Traktor kernel: [   33.009141] Detected 12.557 MHz APIC timer.
Dec  5 19:12:23 Traktor kernel: [   33.009670] SMP alternatives: switching to SMP code
Dec  5 19:12:23 Traktor kernel: [   33.009776] Booting processor 1/2 APIC 0x1
Dec  5 19:12:23 Traktor kernel: [   33.020444] Initializing CPU#1
Dec  5 19:12:23 Traktor kernel: [   33.097746] Calibrating delay using timer specific routine.. 3214.83 BogoMIPS (lpj=6429678)
Dec  5 19:12:23 Traktor kernel: [   33.097753] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Dec  5 19:12:23 Traktor kernel: [   33.097756] CPU: L2 Cache: 512K (64 bytes/line)
Dec  5 19:12:23 Traktor kernel: [   33.097759] CPU 1/1(2) -> Node 0 -> Core 1
Dec  5 19:12:23 Traktor kernel: [   33.097844] AMD Turion(tm) 64 X2 Mobile Technology TL-52 stepping 02
Dec  5 19:12:23 Traktor kernel: [   33.101762] CPU 1: Syncing TSC to CPU 0.
Dec  5 19:12:23 Traktor kernel: [   33.101479] CPU 1: synchronized TSC with CPU 0 (last diff -7 cycles, maxerr 480 cycles)
Dec  5 19:12:23 Traktor kernel: [   33.101489] Brought up 2 CPUs
Dec  5 19:12:23 Traktor kernel: [   33.101562] testing NMI watchdog ... OK.
Dec  5 19:12:23 Traktor kernel: [   33.423946] migration_cost=227
Dec  5 19:12:23 Traktor kernel: [   33.424283] NET: Registered protocol family 16
Dec  5 19:12:23 Traktor kernel: [   33.424315] ACPI: bus type pci registered
Dec  5 19:12:23 Traktor kernel: [   33.424321] PCI: BIOS Bug: MCFG area at e0000000 is not E820-reserved
Dec  5 19:12:23 Traktor kernel: [   33.424324] PCI: Not using MMCONFIG.
Dec  5 19:12:23 Traktor kernel: [   33.424330] PCI: Using configuration type 1
Dec  5 19:12:23 Traktor kernel: [   33.486494] ACPI: Interpreter enabled
Dec  5 19:12:23 Traktor kernel: [   33.486497] ACPI: Using PIC for interrupt routing
Dec  5 19:12:23 Traktor kernel: [   33.489221] ACPI: Embedded Controller [EC0] (gpe 32) interrupt mode.
Dec  5 19:12:23 Traktor kernel: [   33.502927] Linux Plug and Play Support v0.97 (c) Adam Belay
Dec  5 19:12:23 Traktor kernel: [   33.502939] pnp: PnP ACPI init
Dec  5 19:12:23 Traktor kernel: [   33.511373] pnp: PnP ACPI: found 15 devices
Dec  5 19:12:23 Traktor kernel: [   33.511429] PCI: Probing PCI hardware
Dec  5 19:12:23 Traktor kernel: [   33.517016] PCI: Ignoring BAR0-3 of IDE controller 0000:00:0d.0
Dec  5 19:12:23 Traktor kernel: [   33.517907] PCI: Transparent bridge - 0000:00:10.0
Dec  5 19:12:23 Traktor kernel: [   33.541317] PCI: Using IRQ router default [10de/0260] at 0000:00:0a.0
Dec  5 19:12:23 Traktor kernel: [   33.541340] PCI->APIC IRQ transform: 0000:00:0a.1[A] -> IRQ 7
Dec  5 19:12:23 Traktor kernel: [   33.541346] PCI->APIC IRQ transform: 0000:00:0a.3 -> IRQ 5
Dec  5 19:12:23 Traktor kernel: [   33.541350] PCI->APIC IRQ transform: 0000:00:0b.0[A] -> IRQ 11
Dec  5 19:12:23 Traktor kernel: [   33.541353] PCI->APIC IRQ transform: 0000:00:0b.1 -> IRQ 14
Dec  5 19:12:23 Traktor kernel: [   33.541358] PCI->APIC IRQ transform: 0000:00:0e.0[A] -> IRQ 5
Dec  5 19:12:23 Traktor kernel: [   33.541362] PCI->APIC IRQ transform: 0000:00:10.1 -> IRQ 5
Dec  5 19:12:23 Traktor kernel: [   33.541367] PCI->APIC IRQ transform: 0000:01:00.0[A] -> IRQ 5
Dec  5 19:12:23 Traktor kernel: [   33.541370] PCI->APIC IRQ transform: 0000:04:00.0[A] -> IRQ 11
Dec  5 19:12:23 Traktor kernel: [   33.541374] PCI->APIC IRQ transform: 0000:05:00.0[A] -> IRQ 11
Dec  5 19:12:23 Traktor kernel: [   33.541378] PCI->APIC IRQ transform: 0000:05:01.0[A] -> IRQ 5
Dec  5 19:12:23 Traktor kernel: [   33.541381] PCI->APIC IRQ transform: 0000:05:01.1 -> IRQ 5
Dec  5 19:12:23 Traktor kernel: [   33.541385] PCI->APIC IRQ transform: 0000:05:01.2 -> IRQ 5
Dec  5 19:12:23 Traktor kernel: [   33.541389] PCI->APIC IRQ transform: 0000:05:01.3 -> IRQ 5
Dec  5 19:12:23 Traktor kernel: [   33.541393] PCI->APIC IRQ transform: 0000:05:01.4 -> IRQ 5
Dec  5 19:12:23 Traktor kernel: [   33.541398] PCI->APIC IRQ transform: 0000:05:02.0[A] -> IRQ 5
Dec  5 19:12:23 Traktor kernel: [   33.541612] PCI-DMA: Disabling IOMMU.
Dec  5 19:12:23 Traktor kernel: [   33.543512] pnp: 00:07: ioport range 0x280-0x28f has been reserved
Dec  5 19:12:23 Traktor kernel: [   33.543517] pnp: 00:07: ioport range 0x290-0x29f has been reserved
Dec  5 19:12:23 Traktor kernel: [   33.543520] pnp: 00:07: ioport range 0x2a0-0x2af has been reserved
Dec  5 19:12:23 Traktor kernel: [   33.543524] pnp: 00:07: ioport range 0x2b0-0x2bf has been reserved
Dec  5 19:12:23 Traktor kernel: [   33.543809] PCI: Bridge: 0000:00:02.0
Dec  5 19:12:23 Traktor kernel: [   33.543811]   IO window: disabled.
Dec  5 19:12:23 Traktor kernel: [   33.543815]   MEM window: dcf00000-dcffffff
Dec  5 19:12:23 Traktor kernel: [   33.543819]   PREFETCH window: disabled.
Dec  5 19:12:23 Traktor kernel: [   33.543822] PCI: Bridge: 0000:00:03.0
Dec  5 19:12:23 Traktor kernel: [   33.543825]   IO window: d000-dfff
Dec  5 19:12:23 Traktor kernel: [   33.543829]   MEM window: bfc00000-bfcfffff
Dec  5 19:12:23 Traktor kernel: [   33.543833]   PREFETCH window: bfd00000-bfdfffff
Dec  5 19:12:23 Traktor kernel: [   33.543838] PCI: Bridge: 0000:00:04.0
Dec  5 19:12:23 Traktor kernel: [   33.543841]   IO window: 1000-1fff
Dec  5 19:12:23 Traktor kernel: [   33.543845]   MEM window: dd000000-dfefffff
Dec  5 19:12:23 Traktor kernel: [   33.543849]   PREFETCH window: c0000000-cfffffff
Dec  5 19:12:23 Traktor kernel: [   33.543854] PCI: Bridge: 0000:00:10.0
Dec  5 19:12:23 Traktor kernel: [   33.543857]   IO window: e000-efff
Dec  5 19:12:23 Traktor kernel: [   33.543862]   MEM window: dff00000-dfffffff
Dec  5 19:12:23 Traktor kernel: [   33.543867]   PREFETCH window: 50000000-500fffff
Dec  5 19:12:23 Traktor kernel: [   33.543887] PCI: Enabling device 0000:00:03.0 (0004 -> 0007)
Dec  5 19:12:23 Traktor kernel: [   33.543986] NET: Registered protocol family 2
Dec  5 19:12:23 Traktor kernel: [   33.589411] IP route cache hash table entries: 32768 (order: 6, 262144 bytes)
Dec  5 19:12:23 Traktor kernel: [   33.589644] TCP established hash table entries: 131072 (order: 9, 2097152 bytes)
Dec  5 19:12:23 Traktor kernel: [   33.590726] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
Dec  5 19:12:23 Traktor kernel: [   33.591241] TCP: Hash tables configured (established 131072 bind 65536)
Dec  5 19:12:23 Traktor kernel: [   33.591244] TCP reno registered
Dec  5 19:12:23 Traktor kernel: [   33.591456] Simple Boot Flag at 0x78 set to 0x1
Dec  5 19:12:23 Traktor kernel: [   33.591743] IA32 emulation $Id: sys_ia32.c,v 1.32 2002/03/24 13:02:28 ak Exp $
Dec  5 19:12:23 Traktor kernel: [   33.592215] audit: initializing netlink socket (disabled)
Dec  5 19:12:23 Traktor kernel: [   33.592226] audit(1165342310.912:1): initialized
Dec  5 19:12:23 Traktor kernel: [   33.592438] VFS: Disk quotas dquot_6.5.1
Dec  5 19:12:23 Traktor kernel: [   33.592464] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Dec  5 19:12:23 Traktor kernel: [   33.592523] Initializing Cryptographic API
Dec  5 19:12:23 Traktor kernel: [   33.592528] io scheduler noop registered
Dec  5 19:12:23 Traktor kernel: [   33.592538] io scheduler anticipatory registered
Dec  5 19:12:23 Traktor kernel: [   33.592549] io scheduler deadline registered
Dec  5 19:12:23 Traktor kernel: [   33.592575] io scheduler cfq registered (default)
Dec  5 19:12:23 Traktor kernel: [   41.640659] 0000:00:0b.1 EHCI: BIOS handoff failed (BIOS bug ?) 01010001
Dec  5 19:12:23 Traktor kernel: [   41.641182] pcie_portdrv_probe->Dev[02fc:10de] has invalid IRQ. Check vendor BIOS
Dec  5 19:12:23 Traktor kernel: [   41.641211] assign_interrupt_mode Found MSI capability
Dec  5 19:12:23 Traktor kernel: [   41.641317] pcie_portdrv_probe->Dev[02fd:10de] has invalid IRQ. Check vendor BIOS
Dec  5 19:12:23 Traktor kernel: [   41.641345] assign_interrupt_mode Found MSI capability
Dec  5 19:12:23 Traktor kernel: [   41.641428] pcie_portdrv_probe->Dev[02fb:10de] has invalid IRQ. Check vendor BIOS
Dec  5 19:12:23 Traktor kernel: [   41.641456] assign_interrupt_mode Found MSI capability
Dec  5 19:12:23 Traktor kernel: [   41.669628] Real Time Clock Driver v1.12ac
Dec  5 19:12:23 Traktor kernel: [   41.669679] Linux agpgart interface v0.101 (c) Dave Jones
Dec  5 19:12:23 Traktor kernel: [   41.669682] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
Dec  5 19:12:23 Traktor kernel: [   41.669834] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
Dec  5 19:12:23 Traktor kernel: [   41.670432] mice: PS/2 mouse device common for all mice
Dec  5 19:12:23 Traktor kernel: [   41.671096] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
Dec  5 19:12:23 Traktor kernel: [   41.671231] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
Dec  5 19:12:23 Traktor kernel: [   41.671236] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
Dec  5 19:12:23 Traktor kernel: [   41.671469] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
Dec  5 19:12:23 Traktor kernel: [   41.673334] i8042.c: Detected active multiplexing controller, rev 1.1.
Dec  5 19:12:23 Traktor kernel: [   41.674319] serio: i8042 AUX0 port at 0x60,0x64 irq 12
Dec  5 19:12:23 Traktor kernel: [   41.674489] serio: i8042 AUX1 port at 0x60,0x64 irq 12
Dec  5 19:12:23 Traktor kernel: [   41.674870] serio: i8042 AUX2 port at 0x60,0x64 irq 12
Dec  5 19:12:23 Traktor kernel: [   41.695940] serio: i8042 AUX3 port at 0x60,0x64 irq 12
Dec  5 19:12:23 Traktor kernel: [   41.716949] serio: i8042 KBD port at 0x60,0x64 irq 1
Dec  5 19:12:23 Traktor kernel: [   41.717184] TCP bic registered
Dec  5 19:12:23 Traktor kernel: [   41.717298] NET: Registered protocol family 1
Dec  5 19:12:23 Traktor kernel: [   41.717304] NET: Registered protocol family 8
Dec  5 19:12:23 Traktor kernel: [   41.717307] NET: Registered protocol family 20
Dec  5 19:12:23 Traktor kernel: [   41.717570] ACPI: (supports S0 S1 S3 S4 S5)
Dec  5 19:12:23 Traktor kernel: [   41.717631] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
Dec  5 19:12:23 Traktor kernel: [   41.717660] Freeing unused kernel memory: 188k freed
Dec  5 19:12:23 Traktor kernel: [   41.780562] vga16fb: mapped to 0xffff8100000a0000
Dec  5 19:12:23 Traktor kernel: [   41.834210] input: AT Translated Set 2 keyboard as /class/input/input0
Dec  5 19:12:23 Traktor kernel: [   42.030169] Console: switching to colour frame buffer device 80x25
Dec  5 19:12:23 Traktor kernel: [   42.030175] fb0: VGA16 VGA frame buffer device
Dec  5 19:12:23 Traktor kernel: [   43.060326] Capability LSM initialized
Dec  5 19:12:23 Traktor kernel: [   43.102443] ACPI: Thermal Zone [THRM] (47 C)
Dec  5 19:12:23 Traktor kernel: [   43.512406] SCSI subsystem initialized
Dec  5 19:12:23 Traktor kernel: [   43.518509] ata1: SATA max UDMA/133 cmd 0xC800 ctl 0xC482 bmdma 0xC000 irq 5
Dec  5 19:12:23 Traktor kernel: [   43.518532] ata2: SATA max UDMA/133 cmd 0xC400 ctl 0xC082 bmdma 0xC008 irq 5
Dec  5 19:12:23 Traktor kernel: [   43.724646] ata1: SATA link up 1.5 Gbps (SStatus 113)
Dec  5 19:12:23 Traktor kernel: [   43.896890] ata1: dev 0 ATA-7, max UDMA/100, 234441648 sectors: LBA48
Dec  5 19:12:23 Traktor kernel: [   43.904740] ata1: dev 0 configured for UDMA/100
Dec  5 19:12:23 Traktor kernel: [   43.904746] scsi0 : sata_nv
Dec  5 19:12:23 Traktor kernel: [   44.108472] ata2: SATA link down (SStatus 0)
Dec  5 19:12:23 Traktor kernel: [   44.108478] scsi1 : sata_nv
Dec  5 19:12:23 Traktor kernel: [   44.109176]   Vendor: ATA       Model: FUJITSU MHV2120B  Rev: 0000
Dec  5 19:12:23 Traktor kernel: [   44.109187]   Type:   Direct-Access                      ANSI SCSI revision: 05
Dec  5 19:12:23 Traktor kernel: [   44.112329] NFORCE-MCP51: IDE controller at PCI slot 0000:00:0d.0
Dec  5 19:12:23 Traktor kernel: [   44.112355] NFORCE-MCP51: chipset revision 161
Dec  5 19:12:23 Traktor kernel: [   44.112358] NFORCE-MCP51: not 100%% native mode: will probe irqs later
Dec  5 19:12:23 Traktor kernel: [   44.112367] NFORCE-MCP51: 0000:00:0d.0 (rev a1) UDMA133 controller
Dec  5 19:12:23 Traktor kernel: [   44.112379]     ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:pio
Dec  5 19:12:23 Traktor kernel: [   44.121697] SCSI device sda: 234441648 512-byte hdwr sectors (120034 MB)
Dec  5 19:12:23 Traktor kernel: [   44.121711] sda: Write Protect is off
Dec  5 19:12:23 Traktor kernel: [   44.121730] SCSI device sda: drive cache: write back
Dec  5 19:12:23 Traktor kernel: [   44.121779] SCSI device sda: 234441648 512-byte hdwr sectors (120034 MB)
Dec  5 19:12:23 Traktor kernel: [   44.121789] sda: Write Protect is off
Dec  5 19:12:23 Traktor kernel: [   44.121807] SCSI device sda: drive cache: write back
Dec  5 19:12:23 Traktor kernel: [   44.121811]  sda: sda1 sda2 < sda5 >
Dec  5 19:12:23 Traktor kernel: [   44.222014] sd 0:0:0:0: Attached scsi disk sda
Dec  5 19:12:23 Traktor kernel: [   44.852558] hdc: TSSTcorpCD/DVDW TS-L632L, ATAPI CD/DVD-ROM drive
Dec  5 19:12:23 Traktor kernel: [   45.191605] ide1 at 0x170-0x177,0x376 on irq 15
Dec  5 19:12:23 Traktor kernel: [   45.209560] hdc: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache, UDMA(33)
Dec  5 19:12:23 Traktor kernel: [   45.209570] Uniform CD-ROM driver Revision: 3.20
Dec  5 19:12:23 Traktor kernel: [   45.426293] usbcore: registered new driver usbfs
Dec  5 19:12:23 Traktor kernel: [   45.426316] usbcore: registered new driver hub
Dec  5 19:12:23 Traktor kernel: [   45.427426] ohci_hcd 0000:00:0b.0: OHCI Host Controller
Dec  5 19:12:23 Traktor kernel: [   45.427560] ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 1
Dec  5 19:12:23 Traktor kernel: [   45.861570] ohci_hcd 0000:00:0b.0: irq 11, io mem 0xdcebe000
Dec  5 19:12:23 Traktor kernel: [   45.922689] usb usb1: configuration #1 chosen from 1 choice
Dec  5 19:12:23 Traktor kernel: [   45.922809] hub 1-0:1.0: USB hub found
Dec  5 19:12:23 Traktor kernel: [   45.922821] hub 1-0:1.0: 8 ports detected
Dec  5 19:12:23 Traktor kernel: [   46.037899] ehci_hcd 0000:00:0b.1: EHCI Host Controller
Dec  5 19:12:23 Traktor kernel: [   46.038138] ehci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 2
Dec  5 19:12:23 Traktor kernel: [   46.038176] ehci_hcd 0000:00:0b.1: debug port 1
Dec  5 19:12:23 Traktor kernel: [   46.038194] ehci_hcd 0000:00:0b.1: irq 14, io mem 0xdcebfc00
Dec  5 19:12:23 Traktor kernel: [   46.038204] ehci_hcd 0000:00:0b.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Dec  5 19:12:23 Traktor kernel: [   46.038357] usb usb2: configuration #1 chosen from 1 choice
Dec  5 19:12:23 Traktor kernel: [   46.038475] hub 2-0:1.0: USB hub found
Dec  5 19:12:23 Traktor kernel: [   46.038483] hub 2-0:1.0: 8 ports detected
Dec  5 19:12:23 Traktor kernel: [   46.080768] ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[5]  MMIO=[dfffe000-dfffe7ff]  Max Packet=[2048]  IR/IT contexts=[4/4]
Dec  5 19:12:23 Traktor kernel: [   46.392799] Attempting manual resume
Dec  5 19:12:23 Traktor kernel: [   46.442481] kjournald starting.  Commit interval 5 seconds
Dec  5 19:12:23 Traktor kernel: [   46.442343] EXT3-fs: mounted filesystem with ordered data mode.
Dec  5 19:12:23 Traktor kernel: [   47.140371] usb 2-7: new high speed USB device using ehci_hcd and address 4
Dec  5 19:12:23 Traktor kernel: [   47.273966] usb 2-7: configuration #1 chosen from 1 choice
Dec  5 19:12:23 Traktor kernel: [   47.274106] ohci_hcd 0000:00:0b.0: wakeup
Dec  5 19:12:23 Traktor kernel: [   47.652190] usb 1-4: new low speed USB device using ohci_hcd and address 2
Dec  5 19:12:23 Traktor kernel: [   47.874230] usb 1-4: configuration #1 chosen from 1 choice
Dec  5 19:12:23 Traktor kernel: [   48.168130] usb 1-6: new full speed USB device using ohci_hcd and address 3
Dec  5 19:12:23 Traktor kernel: [   48.482139] usb 1-6: configuration #1 chosen from 1 choice
Dec  5 19:12:23 Traktor kernel: [   55.648985] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
Dec  5 19:12:23 Traktor kernel: [   55.673932] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Dec  5 19:12:23 Traktor kernel: [   55.767844] ath_hal: module license 'Proprietary' taints kernel.
Dec  5 19:12:23 Traktor kernel: [   55.819876] ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
Dec  5 19:12:23 Traktor kernel: [   56.094280] r8169 Gigabit Ethernet driver 2.2LK loaded
Dec  5 19:12:23 Traktor kernel: [   56.094513] eth0: RTL8169 at 0xffffc2000009cc00, 00:18:f3:dd:5d:05, IRQ 11
Dec  5 19:12:23 Traktor kernel: [   56.241850] wlan: 0.8.4.2 (0.9.2)
Dec  5 19:12:23 Traktor kernel: [   56.257259] ath_rate_sample: 1.2 (0.9.2)
Dec  5 19:12:23 Traktor kernel: [   56.263576] ath_pci: 0.9.4.5 (0.9.2)
Dec  5 19:12:23 Traktor kernel: [   56.325518] input: PC Speaker as /class/input/input1
Dec  5 19:12:23 Traktor kernel: [   56.471141] NET: Registered protocol family 23
Dec  5 19:12:23 Traktor kernel: [   56.611176] r8169: eth0: link down
Dec  5 19:12:23 Traktor kernel: [   56.629672] sdhci: Secure Digital Host Controller Interface driver, 0.12
Dec  5 19:12:23 Traktor kernel: [   56.629677] sdhci: Copyright(c) Pierre Ossman
Dec  5 19:12:23 Traktor kernel: [   56.629719] sdhci: SDHCI controller found at 0000:05:01.1 [1180:0822] (rev 19)
Dec  5 19:12:23 Traktor kernel: [   56.629992] mmc0: SDHCI at 0xdfffec00 irq 5 DMA
Dec  5 19:12:23 Traktor kernel: [   56.667932] Bluetooth: Core ver 2.8
Dec  5 19:12:23 Traktor kernel: [   56.667937] NET: Registered protocol family 31
Dec  5 19:12:23 Traktor kernel: [   56.667939] Bluetooth: HCI device and connection manager initialized
Dec  5 19:12:23 Traktor kernel: [   56.667955] Bluetooth: HCI socket layer initialized
Dec  5 19:12:23 Traktor kernel: [   56.688831] Bluetooth: HCI USB driver ver 2.9
Dec  5 19:12:23 Traktor kernel: [   56.691932] usbcore: registered new driver hci_usb
Dec  5 19:12:23 Traktor kernel: [   56.722314] Linux video capture interface: v1.00
Dec  5 19:12:23 Traktor kernel: [   56.798190] input: Logitech Optical USB Mouse as /class/input/input2
Dec  5 19:12:23 Traktor kernel: [   56.798235] usbcore: registered new driver usbmouse
Dec  5 19:12:23 Traktor kernel: [   56.798239] drivers/usb/input/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver
Dec  5 19:12:23 Traktor kernel: [   56.819251] usbcore: registered new driver hiddev
Dec  5 19:12:23 Traktor kernel: [   56.819272] usbcore: registered new driver usbhid
Dec  5 19:12:23 Traktor kernel: [   56.819275] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
Dec  5 19:12:23 Traktor kernel: [   56.905637] saa7130/34: v4l2 driver version 0.2.14 loaded
Dec  5 19:12:23 Traktor kernel: [   56.905719] saa7133[0]: found at 0000:05:02.0, rev: 209, irq: 5, latency: 64, mmio: 0xdfffd800
Dec  5 19:12:23 Traktor kernel: [   56.905727] saa7133[0]: subsystem: 1461:a836, board: UNKNOWN/GENERIC [card=0,autodetected]
Dec  5 19:12:23 Traktor kernel: [   56.905742] saa7133[0]: board init: gpio is a400000
Dec  5 19:12:23 Traktor kernel: [   56.924343] sd 0:0:0:0: Attached scsi generic sg0 type 0
Dec  5 19:12:23 Traktor kernel: [   56.963915] ts: Compaq touchscreen protocol output
Dec  5 19:12:23 Traktor kernel: [   57.040189] saa7133[0]: i2c eeprom 00: 61 14 36 a8 00 00 00 00 00 00 00 00 00 00 00 00
Dec  5 19:12:23 Traktor kernel: [   57.040198] saa7133[0]: i2c eeprom 10: ff ff ff ff ff 20 ff ff ff ff ff ff ff ff ff ff
Dec  5 19:12:23 Traktor kernel: [   57.040207] saa7133[0]: i2c eeprom 20: 01 40 01 02 02 01 01 03 08 ff 00 c0 ff ff ff ff
Dec  5 19:12:23 Traktor kernel: [   57.040215] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Dec  5 19:12:23 Traktor kernel: [   57.040223] saa7133[0]: i2c eeprom 40: ff 65 00 ff c2 1e ff ff ff ff ff ff ff ff ff ff
Dec  5 19:12:23 Traktor kernel: [   57.040231] saa7133[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Dec  5 19:12:23 Traktor kernel: [   57.040239] saa7133[0]: i2c eeprom 60: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Dec  5 19:12:23 Traktor kernel: [   57.040247] saa7133[0]: i2c eeprom 70: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
Dec  5 19:12:23 Traktor kernel: [   57.040445] saa7133[0]: registered device video0 [v4l2]
Dec  5 19:12:23 Traktor kernel: [   57.040467] saa7133[0]: registered device vbi0
Dec  5 19:12:23 Traktor kernel: [   57.093403] saa7134 ALSA driver for DMA sound loaded
Dec  5 19:12:23 Traktor kernel: [   57.093437] saa7133[0]/alsa: saa7133[0] at 0xdfffd800 irq 5 registered as card -1
Dec  5 19:12:23 Traktor kernel: [   57.353951] Synaptics Touchpad, model: 1, fw: 6.1, id: 0xa3a0b3, caps: 0xa04713/0x10008
Dec  5 19:12:23 Traktor kernel: [   57.393285] input: SynPS/2 Synaptics TouchPad as /class/input/input3
Dec  5 19:12:23 Traktor kernel: [   57.664520] NET: Registered protocol family 17
Dec  5 19:12:23 Traktor kernel: [   57.834057] lp: driver loaded but no devices found
Dec  5 19:12:23 Traktor kernel: [   57.877618] ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
Dec  5 19:12:23 Traktor kernel: [   57.877622] ieee1394: sbp2: Try serialize_io=0 for better performance
Dec  5 19:12:23 Traktor kernel: [   57.913827] Adding 3004112k swap on /dev/disk/by-uuid/d658eeb7-e7ed-4a16-a400-a478d00500b6.  Priority:-1 extents:1 across:3004112k
Dec  5 19:12:23 Traktor kernel: [   57.981656] EXT3 FS on sda1, internal journal
Dec  5 19:12:23 Traktor kernel: [   64.757807] ACPI: AC Adapter [AC0] (on-line)
Dec  5 19:12:23 Traktor kernel: [   64.772548] Asus Laptop ACPI Extras version 0.30
Dec  5 19:12:23 Traktor kernel: [   64.773254]   unsupported model A7T, trying default values
Dec  5 19:12:23 Traktor kernel: [   64.773257]   send /proc/acpi/dsdt to the developers
Dec  5 19:12:23 Traktor kernel: [   64.814663] ACPI: Battery Slot [BAT0] (battery present)
Dec  5 19:12:23 Traktor kernel: [   64.828706] ACPI: Power Button (FF) [PWRF]
Dec  5 19:12:23 Traktor kernel: [   64.828740] ACPI: Sleep Button (CM) [SLPB]
Dec  5 19:12:23 Traktor kernel: [   64.828747] ACPI: Lid Switch [LID]
Dec  5 19:12:23 Traktor kernel: [   64.828752] ACPI: Power Button (CM) [PWRB]
Dec  5 19:12:23 Traktor kernel: [   64.997313] pcc_acpi: loading...
Dec  5 19:12:23 Traktor kernel: [   65.093510] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
Dec  5 19:12:23 Traktor kernel: [   65.299586] powernow-k8: Found 2 AMD Athlon 64 / Opteron processors (version 1.60.2)
Dec  5 19:12:23 Traktor kernel: [   65.299597] powernow-k8:    0 : fid 0x8 (1600 MHz), vid 0x13 (1075 mV)
Dec  5 19:12:23 Traktor kernel: [   65.299602] powernow-k8:    1 : fid 0x0 (800 MHz), vid 0x1e (800 mV)
Dec  5 19:12:25 Traktor hpiod: 1.6.9 accepting connections at 2208...
Dec  5 19:12:29 Traktor kernel: [   71.965579] Bluetooth: L2CAP ver 2.8
Dec  5 19:12:29 Traktor kernel: [   71.965585] Bluetooth: L2CAP socket layer initialized
Dec  5 19:12:29 Traktor kernel: [   71.983264] Bluetooth: RFCOMM socket layer initialized
Dec  5 19:12:29 Traktor kernel: [   71.983283] Bluetooth: RFCOMM TTY layer initialized
Dec  5 19:12:29 Traktor kernel: [   71.983286] Bluetooth: RFCOMM ver 1.7
Dec  5 19:12:52 Traktor gconfd (majlo-4725): starting (version 2.16.0), pid 4725 user 'majlo'
Dec  5 19:12:53 Traktor gconfd (majlo-4725): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Dec  5 19:12:53 Traktor gconfd (majlo-4725): Resolved address "xml:readwrite:/home/majlo/.gconf" to a writable configuration source at position 1
Dec  5 19:12:53 Traktor gconfd (majlo-4725): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2
Dec  5 19:12:53 Traktor gconfd (majlo-4725): Resolved address "xml:readonly:/var/lib/gconf/debian.defaults" to a read-only configuration source at position 3
Dec  5 19:12:53 Traktor gconfd (majlo-4725): Resolved address "xml:readonly:/var/lib/gconf/defaults" to a read-only configuration source at position 4
Dec  5 19:12:55 Traktor kernel: [   85.227325] NET: Registered protocol family 10
Dec  5 19:12:55 Traktor kernel: [   85.227438] lo: Disabled Privacy Extensions
Dec  5 19:12:55 Traktor kernel: [   85.227496] ADDRCONF(NETDEV_UP): eth0: link is not ready
Dec  5 19:12:55 Traktor kernel: [   85.227526] IPv6 over IPv4 tunneling driver
Dec  5 19:12:59 Traktor gconfd (majlo-4725): Resolved address "xml:readwrite:/home/majlo/.gconf" to a writable configuration source at position 0
Dec  5 19:13:17 Traktor kernel: [   97.853555] usb 1-2: new full speed USB device using ohci_hcd and address 4
Dec  5 19:13:17 Traktor kernel: [   97.963573] usb 1-2: configuration #1 chosen from 1 choice
Dec  5 19:13:52 Traktor kernel: [  115.520159] CSLIP: code copyright 1989 Regents of the University of California
Dec  5 19:13:52 Traktor kernel: [  115.528152] PPP generic driver version 2.4.2
Dec  5 19:13:52 Traktor kernel: [  115.531586] NET: Registered protocol family 24
Dec  5 19:14:02 Traktor br2684ctl[4991]: Interface "nas0" created sucessfully
Dec  5 19:14:02 Traktor br2684ctl[4991]: Communicating over ATM 0.1.32, encapsulation: LLC
Dec  5 19:14:02 Traktor pppd[5000]: pppd 2.4.4 started by majlo, uid 0
Dec  5 19:14:02 Traktor pppd[5000]: Using interface ppp0
Dec  5 19:14:02 Traktor pppd[5000]: Connect: ppp0 <--> /dev/pts/0
Dec  5 19:14:05 Traktor pppd[5000]: Hangup (SIGHUP)
Dec  5 19:14:05 Traktor pppd[5000]: Modem hangup
Dec  5 19:14:05 Traktor pppd[5000]: Connection terminated.
Dec  5 19:14:05 Traktor pppd[5000]: Exit.
Dec  5 19:14:36 Traktor pppoe-discovery: Timeout waiting for PADO packets
Dec  5 19:14:51 Traktor pppoe-discovery: Timeout waiting for PADO packets
Dec  5 19:14:53 Traktor gconfd (root-5240): starting (version 2.16.0), pid 5240 user 'root'
Dec  5 19:14:54 Traktor gconfd (root-5240): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0
Dec  5 19:14:54 Traktor gconfd (root-5240): Resolved address "xml:readwrite:/root/.gconf" to a writable configuration source at position 1
Dec  5 19:14:54 Traktor gconfd (root-5240): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2
Dec  5 19:14:54 Traktor gconfd (root-5240): Resolved address "xml:readonly:/var/lib/gconf/debian.defaults" to a read-only configuration source at position 3
Dec  5 19:14:54 Traktor gconfd (root-5240): Resolved address "xml:readonly:/var/lib/gconf/defaults" to a read-only configuration source at position 4
Dec  5 19:15:06 Traktor pppoe-discovery: Timeout waiting for PADO packets
Dec  5 19:15:19 Traktor kernel: [  159.244769] usb 2-1: new high speed USB device using ehci_hcd and address 6
Dec  5 19:15:19 Traktor kernel: [  159.325155] usb 2-1: configuration #1 chosen from 1 choice
Dec  5 19:15:19 Traktor kernel: [  159.325291] hub 2-1:1.0: USB hub found
Dec  5 19:15:19 Traktor kernel: [  159.325390] hub 2-1:1.0: 1 port detected
Dec  5 19:15:19 Traktor kernel: [  159.480442] usb 2-1.1: new high speed USB device using ehci_hcd and address 7
Dec  5 19:15:19 Traktor kernel: [  159.537622] usb 2-1.1: configuration #1 chosen from 1 choice
Dec  5 19:15:19 Traktor kernel: [  159.627518] usbcore: registered new driver libusual
Dec  5 19:15:19 Traktor kernel: [  159.636910] Initializing USB Mass Storage driver...
Dec  5 19:15:19 Traktor kernel: [  159.637012] scsi2 : SCSI emulation for USB Mass Storage devices
Dec  5 19:15:19 Traktor kernel: [  159.637123] usbcore: registered new driver usb-storage
Dec  5 19:15:19 Traktor kernel: [  159.637131] USB Mass Storage support registered.
Dec  5 19:15:22 Traktor pppoe-discovery: Timeout waiting for PADO packets
Dec  5 19:15:24 Traktor kernel: [  162.137647]   Vendor: USB 2.0   Model: Flash Disk        Rev: PROL
Dec  5 19:15:24 Traktor kernel: [  162.137665]   Type:   Direct-Access                      ANSI SCSI revision: 00
Dec  5 19:15:24 Traktor kernel: [  162.139882] SCSI device sdb: 256000 512-byte hdwr sectors (131 MB)
Dec  5 19:15:24 Traktor kernel: [  162.140822] sdb: Write Protect is off
Dec  5 19:15:24 Traktor kernel: [  162.143505] SCSI device sdb: 256000 512-byte hdwr sectors (131 MB)
Dec  5 19:15:24 Traktor kernel: [  162.144318] sdb: Write Protect is off
Dec  5 19:15:24 Traktor kernel: [  162.144333]  sdb: unknown partition table
Dec  5 19:15:24 Traktor kernel: [  162.204920] sd 2:0:0:0: Attached scsi removable disk sdb
Dec  5 19:15:24 Traktor kernel: [  162.204976] sd 2:0:0:0: Attached scsi generic sg1 type 0

obsah suboru dsl-provider

# Minimalistic default options file for DSL/PPPoE connections

noipdefault
defaultroute
replacedefaultroute
hide-password
#lcp-echo-interval 30
#lcp-echo-failure 4
noauth
persist
#mtu 1492
usepeerdns


vobec ziadnu polozku meno, ci heslo tam nemam, nikdy som sa cez pppoeconf ani len nedostal k zadavaniu udajov, pretoze nikdy nechytil signal z modemu

jidash

  • Návštěvník
  • Příspěvků: 48
adsl deskporte
« Odpověď #8 kdy: 06 Prosince 2006, 12:27:52 »
Aha. Tak to sorac. :D To me nenapadlo. Precijen jsem pppoeconf uz dlouho nepouzival. Hele jsem nasel nejakou radu http://www.linuxos.sk/zobraz_prispevok.php?forumid=41121 Tos zkousel??
Jo a jeste bys sem mohl hodit kousek dmesg kde je ten tvuj modem. Taky jeste zkus v tom souboru stdsl.sh zmenit treba radek "pppd call dsl-provider" na "pppd call dsl-provider debug" treba to neco vyplivne a budem chytrejsi. Jo a pak jsem hod znovu ty messages, ale staci cast, ktera se tyka toho modemu.

Pokuston

  • Návštěvník
  • Příspěvků: 20
adsl deskporte
« Odpověď #9 kdy: 06 Prosince 2006, 20:04:53 »
hej, to som videl.. ale vzhladom na to ze v biose nemam jednoducho nic o integrovanej sietovke, tam vela neporiesim, jedine co mozem je vypnut IR port..  dmesg by mi mal predsa vyhodit to iste co som sem uz raz hodil

skusil som aj v etc/network  zrusit nech sa automaticky nepusta et0.. a aj tak sa pustilo.. cert zober poondene softwarove modemy, ktory... ich vymyslel...

jidash

  • Návštěvník
  • Příspěvků: 48
adsl deskporte
« Odpověď #10 kdy: 06 Prosince 2006, 20:40:53 »
Ne dmesg a messages je neco trochu jinyho.

Pokuston

  • Návštěvník
  • Příspěvků: 20
adsl deskporte
« Odpověď #11 kdy: 06 Prosince 2006, 21:11:19 »
kaslat na to, zozeniem si ethernetovu vecicku.. aj tak ju budem z dlhodobeho hladiska potrebovat

jidash

  • Návštěvník
  • Příspěvků: 48
adsl deskporte
« Odpověď #12 kdy: 06 Prosince 2006, 21:19:15 »
To jsem ti mohl rict uz na zacatku. ;) Tak hodne zdaru preju.

 

Provoz zaštiťuje spolek OpenAlt.