Re: Modem Scan,

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

 



Sorry for my delay in replying, too much work had 'befallen' me....

Ok, step by step...

1)   ATDT330001
The number for the IP is supposed to be just "330001" not "ATDT330001"

The contents of my wvdial.conf is...

[Dialer Defaults]
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Phone = 330001
ISDN = 0
Username = username
Init1 = ATZ
Password = password
Modem = /dev/ttySL0
Baud = 460800
Carrier Check = yes

I tried commenting out the Init1 & Init2 with a ; (semicolon) but
still no change.

2) When I type command
denver@denver-desktop:$ lsmod | grep ungrab
ungrab_winmodem         9984  0
denver@denver-desktop:$ lsmod | grep slamr
slamr                 435496  0

On command...

$ ls -l /dev/ttySL0   /dev/pts/*

I get

crw--w---- 1 denver tty  136, 0 2009-10-21 09:28 /dev/pts/0
crw--w---- 1 denver tty  136, 2 2009-10-21 08:57 /dev/pts/2
lrwxrwxrwx 1 root   root     10 2009-10-21 08:38 /dev/ttySL0 -> /dev/pts/1

3) The rest is the series of commands and the results I got....

denver@denver-desktop:$ sudo /etc/init.d/sl-modem-daemon restart
[sudo] password for denver:
Shutting down SmartLink Modem driver normally ... no slmodemd daemon running.
Unloading modem driver from kernel ... slamr.
Not starting SmartLink modem daemon (options not set in /etc/default/slmodemd)

denver@denver-desktop:$ sudo slmodemd -c USA /dev/slamr0
SmartLink Soft Modem: version 2.9.11 Mar  6 2009 00:36:34
symbolic link `/dev/ttySL0' -> `/dev/pts/1' created.
modem `slamr0' created. TTY is `/dev/pts/1'
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.
^Cdenver@denver-desktop:$ sudo /etc/init.d/sl-modem-daemon stop
Shutting down SmartLink Modem driver normally ... no slmodemd daemon running.
Unloading modem driver from kernel ... slamr.

denver@denver-desktop:$ sudo modprobe -r slamr

denver@denver-desktop:$ sudo modprobe -r ungrab-winmodem

denver@denver-desktop:$ sudo modprobe ungrab-winmodem

denver@denver-desktop:$ sudo modprobe slamr

denver@denver-desktop:$ sudo slmodemd -c USA /dev/slamr0
SmartLink Soft Modem: version 2.9.11 Mar  6 2009 00:36:34
symbolic link `/dev/ttySL0' -> `/dev/pts/1' created.
modem `slamr0' created. TTY is `/dev/pts/1'
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.
Segmentation fault

this happens while modem is making dialing sounds





On 19/10/2009, Denver Chiwakira <denversdesk@xxxxxxxxx> wrote:
> I will try this right away and let you know of the result. This stuff
> is getting deep!!
>
> The dial-out number is supposed to be just 330001. Let me do these
> steps and I'll update you.
>
>
>
> On 18/10/2009, Marvin Stodolsky <marvin.stodolsky@xxxxxxxxx> wrote:
>> Denver
>>
>> A few issues.
>> 1)   ATDT33001
>> 33001 seems a rather strange dialout number.  What is the full number
>> of the IP (Internet Provider) that you are trying to log into?
>> If you have to go through a switchboard, it is generally necessary to
>> introduce a pause, using a comma. Each comma sets a one second delay
>> such as 2 seconds in:
>> Phone = 3,,3001
>> if 33 is the switchboard access.
>>
>> 2) The files established by the
>> $ sudo ./setup
>> do provide for automated activation of the modem upon bootup.
>> You can check after bootup with:
>> $ lsmod
>> and near the top of the list of loaded modules there should be:
>> slamr
>> ungrab-winmodem
>>
>> You can also filter for just these lines using "grep"
>> $ lsmod | grep ungrab
>> $ lsmod | grep slamr
>>
>> Also port creation should have occurred during bootup,  check with:
>> $ ls -l /dev/ttySL0   /dev/pts/*
>> whose output should include a line  like:
>>     /dev/ttySL0 -->  /dev/pts/2
>>
>> 3) There is a kernel issue beyond our control, that typically blocks
>> successive dialouts under one slamr loading.
>> Thus between successive dialouts, cause unloading and reloading of
>> drivers
>> with:
>> $ sudo /etc/init.d/sl-modem-daemon restart
>> which will unload and reload the drivers and then run
>> $ sudo slmodemd -c USA /dev/slamr0
>>
>> Running slmodemd manually once it has been activated already, upon
>> bootup, may be contributing to your Segmentation fault.
>>
>> If is OK to do all manually.  The command sequence would then be:
>> $ sudo /etc/init.d/sl-modem-daemon stop
>> unloading drivers with:
>> $ sudo  modprobe -r slamr
>> $ sudo modprobe -r ungrab-winmodem
>> reloading:
>> $ sudo modprobe ungrab-winmodem
>> $ sudo modprobe slamr
>> Activating the modem:
>> $ sudo slmodemd -c USA  /dev/slamr0
>> which should announce  the /dev/ttySL0 --> /dev/pts/2 (or some other
>> number)
>>
>> Then to dialout, open a 2nd console and:
>> $ sudo wvdial  2>&1 | tee denver.txt
>> The 2>&1  is necessary to pass through error messages.
>>
>> During your next report, do include the output after a dialout attempt of
>> $ dmesg > dmesg.txt
>>
>> Attach the dmesg.txt in a  report back to the List, not direct to me.
>>
>> MarvS
>> scanModem maintainer
>>
>>
>>
>>
>>
>> On Sun, Oct 18, 2009 at 8:17 AM, Jacques Goldberg
>> <Jacques.Goldberg@xxxxxxx> wrote:
>>> Denver,
>>>
>>>
>>> "It didn't write anything" because you missed the word    tee    in the
>>> command
>>>
>>>
>>> You typed :
>>>
>>> sudo wvdial | wvdenver.txt
>>>
>>> while I suggested
>>>
>>> sudo wvdial | tee  wvdenver.txt
>>>
>>>
>>> The "segmentation fault" is a bad problem.
>>>
>>> When you see again a message that the other end is busy, could you dial
>>> the
>>> same number immediately with a normal phone not a computer not a modem,
>>> to
>>> check if the other end is really busy?
>>>
>>> Jacques
>>>
>>>
>>> Denver Chiwakira wrote:
>>>
>>>> Please find attached two files...
>>>>
>>>> One is the log of the window that I ran sudo slmodemd
>>>> slmdenver.txt
>>>>
>>>> the other is the window where ran the sudo wvdial | wvdenver.txt
>>>> wvdenver.txt
>>>> (it didn't write any text to the file, but I copyied all that I see in
>>>> the terminal window)
>>>>
>>>> So what happens is I hear the dial-tone, it dials & there is a sound
>>>> (the proper sound you'd hear when you dial up - high pitch+static
>>>> sound) but prematurely the dial-up sound mutes and both windows go
>>>> back to prompt.
>>>>
>>>> I believe this will be the final error - I'm feeling like  should read
>>>> the book "Linux for Dummies". I feel it's a simpler issue than
>>>> everything else we've dealt with before.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On 18/10/2009, Denver Chiwakira <denversdesk@xxxxxxxxx> wrote:
>>>>
>>>>>
>>>>> I don't know if I'm making things worse but... I have just run the
>>>>> command
>>>>>
>>>>> sudo slmodemd -c USA  /dev/slamr0
>>>>>
>>>>> and the response was
>>>>>
>>>>> SmartLink Soft Modem: version 2.9.11 Mar  6 2009 00:36:34
>>>>> symbolic link `/dev/ttySL0' -> `/dev/pts/1' created.
>>>>> modem `slamr0' created. TTY is `/dev/pts/1'
>>>>> Use `/dev/ttySL0' as modem device, Ctrl+C for termination.
>>>>>
>>>>> Now I'm attrempting to edit the wvdial.conf and manually add the
>>>>> settings
>>>>>
>>>>> I saw a sample like this on the net...
>>>>>
>>>>> [Dialer Defaults]
>>>>> Modem = /dev/ttyS1
>>>>> Baud = 115200
>>>>> Init1 = ATZ
>>>>> Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 S11=55 +FCLASS=0
>>>>> Phone = 555-1212
>>>>> Username = my_login_name
>>>>> Password = my_login_password
>>>>>
>>>>> Am not too sure about the Init1 & Init2 though.... I hope I wont make
>>>>> things worse here...
>>>>>
>>>>>
>>>>>
>>>>> On 18/10/2009, Denver Chiwakira <denversdesk@xxxxxxxxx> wrote:
>>>>>
>>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> The new file still gave me the same error ....
>>>>>>
>>>>>> ...........
>>>>>> ...........
>>>>>> slmodemd -c USA  /dev/slamr0
>>>>>> Checking for success
>>>>>> Port creation with slmodemd failed.
>>>>>> Read the Slamr.txt record, other *.txt files and the sample
>>>>>> wvdial.conf
>>>>>> .
>>>>>>
>>>>>> Am I doing something wrong. I execute that file as follows
>>>>>>
>>>>>> $ tar -zxvf slamr-2.6.28-11-generic.tar.gz
>>>>>> run
>>>>>> $ sudo ./setup
>>>>>>
>>>>>>
>>>>>>
>>>>>> On 17/10/2009, Jacques Goldberg <Jacques.Goldberg@xxxxxxx> wrote:
>>>>>>
>>>>>>>
>>>>>>> Done - Jacques
>>>>>>>
>>>>>>>
>>>>>>> Marvin Stodolsky wrote:
>>>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>> Jacques,
>>>>>>>>    Please replace the current package.
>>>>>>>>
>>>>>>>> Denver,
>>>>>>>>    Just delete the old one and use this update.
>>>>>>>>
>>>>>>>> MarvS
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, Oct 15, 2009 at 7:19 PM, Marvin Stodolsky
>>>>>>>> <marvin.stodolsky@xxxxxxxxx> wrote:
>>>>>>>>
>>>>>>>>
>>>>>>>>>
>>>>>>>>> Denver,
>>>>>>>>>
>>>>>>>>> The problem is the initial setup was:
>>>>>>>>>  slmodemd -c  /dev/slamr0
>>>>>>>>> which should have been
>>>>>>>>>  slmodemd -c USA  /dev/slamr0
>>>>>>>>>
>>>>>>>>> This defective package should have been replaced at the Linmodems
>>>>>>>>> site,
>>>>>>>>> but I've just sent the replacement direct to you.
>>>>>>>>>
>>>>>>>>> MarvS
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Thu, Oct 15, 2009 at 5:21 PM, Antonio Olivares
>>>>>>>>> <olivares14031@xxxxxxxxx> wrote:
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Denver,
>>>>>>>>>>
>>>>>>>>>> I have connection problems and I am seldom online, so I am
>>>>>>>>>> resending
>>>>>>>>>> this to list and see if they can provide better guidance:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> installing drivers for kernel version 2.6.28-11-generic
>>>>>>>>>>
>>>>>>>>>> Writing record to ./Slamr.txt
>>>>>>>>>> Installing the Debian packages supporting autoloading
>>>>>>>>>> (Reading database ... 102049 files and directories currently
>>>>>>>>>> installed.)
>>>>>>>>>> Preparing to replace sl-modem-daemon 2.9.11~20080817-3ubuntu2
>>>>>>>>>> (using
>>>>>>>>>> sl-modem-daemon_2.9.11~20080817-3ubuntu2_i386.deb) ...
>>>>>>>>>> Shutting down SmartLink Modem driver normally ... no slmodemd
>>>>>>>>>> daemon
>>>>>>>>>> running.
>>>>>>>>>> Unloading modem driver from kernel ... slamr.
>>>>>>>>>> Unpacking replacement sl-modem-daemon ...
>>>>>>>>>> Setting up sl-modem-daemon (2.9.11~20080817-3ubuntu2) ...
>>>>>>>>>> The system user `Slmodemd' already exists. Exiting.
>>>>>>>>>> Not starting SmartLink modem daemon (options not set in
>>>>>>>>>> /etc/default/slmodemd)
>>>>>>>>>>
>>>>>>>>>> Processing triggers for man-db ...
>>>>>>>>>>
>>>>>>>>>> Copying over newer files
>>>>>>>>>> Making folder /lib/modules/2.6.28-11-generic/extra
>>>>>>>>>> Copying drivers to /lib/modules/2.6.28-11-generic/extra
>>>>>>>>>> Checking driver install
>>>>>>>>>> slamr.ko
>>>>>>>>>> slusb.ko
>>>>>>>>>> ungrab-winmodem.ko
>>>>>>>>>> Copying newer slmodemd to /usr/sbin/
>>>>>>>>>> Checking slmodemd version. Should be 2.9.11
>>>>>>>>>> SmartLink Soft Modem: version 2.9.11 May 18 2009 18:31:59
>>>>>>>>>> Finished installs.
>>>>>>>>>> Informing the System
>>>>>>>>>>
>>>>>>>>>> Starting function tests, loading drivers:
>>>>>>>>>> Running diagnostic:
>>>>>>>>>>
>>>>>>>>>> [ 6118.803655] slamr: module license 'Smart Link Ltd.' taints
>>>>>>>>>> kernel.
>>>>>>>>>> [ 6118.818926] slamr: SmartLink AMRMO modem.
>>>>>>>>>> [ 6118.819053] slamr: probe 2000:2800 SL2800 card...
>>>>>>>>>> [ 6118.819082] slamr 0000:00:0b.0: PCI INT A -> GSI 19 (level,
>>>>>>>>>> low)
>>>>>>>>>> ->
>>>>>>>>>> IRQ 19
>>>>>>>>>> [ 6118.820222] slamr: slamr0 is SL2800 card.
>>>>>>>>>> [11063.304155] slamr 0000:00:0b.0: PCI INT A disabled
>>>>>>>>>> [11074.853482] slamr: SmartLink AMRMO modem.
>>>>>>>>>> [11074.853648] slamr: probe 2000:2800 SL2800 card...
>>>>>>>>>> [11074.853688] slamr 0000:00:0b.0: PCI INT A -> GSI 19 (level,
>>>>>>>>>> low)
>>>>>>>>>> ->
>>>>>>>>>> IRQ 19
>>>>>>>>>> [11074.855508] slamr: slamr0 is SL2800 card.
>>>>>>>>>> ports should be created by:
>>>>>>>>>> slmodemd -c  /dev/slamr0
>>>>>>>>>> Checking for success
>>>>>>>>>> Port creation with slmodemd failed.
>>>>>>>>>> Read the Slamr.txt record, other *.txt files and the sample
>>>>>>>>>> wvdial.conf
>>>>>>>>>> .
>>>>>>>>>>
>>>>>>>>>> Regards,
>>>>>>>>>>
>>>>>>>>>> Antonio
>>>>>>>>>>
>>>>>>>>>> On 10/15/09, Denver Chiwakira <denversdesk@xxxxxxxxx> wrote:
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Hi,
>>>>>>>>>>>
>>>>>>>>>>> Thanks for the help Antonio. I managed to install the WVDIAL but
>>>>>>>>>>> the
>>>>>>>>>>> slamr-2.6.28-11-generic is giving me some errors as attached.
>>>>>>>>>>>
>>>>>>>>>>> On running the WVDIAL diagnostics it says that is cannot find
>>>>>>>>>>> "/dev/modem" . I suspect that there is a problem with the
>>>>>>>>>>> installation
>>>>>>>>>>> of the slamr-2.6.28-11-generic. To make things worse I also
>>>>>>>>>>> tried
>>>>>>>>>>> the
>>>>>>>>>>> provided in slmodem-2.9.11-20090222.tar.gz and
>>>>>>>>>>> ungrab-winmodem-20090716.tar.gz but still no "/dev/modem" .
>>>>>>>>>>>
>>>>>>>>>>> I'm quite new to the Ubuntu (version 9.08) and am slowly
>>>>>>>>>>> learning
>>>>>>>>>>> my
>>>>>>>>>>> way around it. I still feel far though.
>>>>>>>>>>>
>>>>>>>>>>> Thanks,
>>>>>>>>>>>
>>>>>>>>>>> Denver
>>>>>>>>>>>
>>>>>>>>>>> On 14/10/2009, Antonio Olivares <olivares14031@xxxxxxxxx> wrote:
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Denver,
>>>>>>>>>>>>
>>>>>>>>>>>> scanModem reports that your modem is supported by slamr which
>>>>>>>>>>>> is
>>>>>>>>>>>> provided in slmodem-2.9.11-20090222.tar.gz and
>>>>>>>>>>>> ungrab-winmodem-20090716.tar.gz.
>>>>>>>>>>>>
>>>>>>>>>>>> But you can even do better than that with a preloaded slamr
>>>>>>>>>>>> found
>>>>>>>>>>>> in
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> http://linmodems.technion.ac.il/packages/smartlink/Ubuntu/slamr-2.6.28-11-generic.tar.gz
>>>>>>>>>>>>
>>>>>>>>>>>> Do download it, copy it to your linux partition and extract it
>>>>>>>>>>>> $ tar -zxvf slamr-2.6.28-11-generic.tar.gz
>>>>>>>>>>>> run
>>>>>>>>>>>> $ sudo ./setup
>>>>>>>>>>>>
>>>>>>>>>>>> and everything should be ready to go, except installation of
>>>>>>>>>>>> wvdial
>>>>>>>>>>>> which was not found on your system according to scanModem.
>>>>>>>>>>>>
>>>>>>>>>>>> Predictive  diagnostics for card in bus 00:0b.0:
>>>>>>>>>>>>     Modem chipset  detected on
>>>>>>>>>>>> NAME="Modem: Smart Link Ltd. SmartPCI2800 V.92 PCI Soft DFT "
>>>>>>>>>>>> CLASS=0703
>>>>>>>>>>>> PCIDEV=2000:2800
>>>>>>>>>>>> SUBSYS=163c:2800
>>>>>>>>>>>> IRQ=19
>>>>>>>>>>>> IDENT=slamr
>>>>>>>>>>>>
>>>>>>>>>>>>  For candidate modem in:  00:0b.0
>>>>>>>>>>>>   0703 Modem: Smart Link Ltd. SmartPCI2800 V.92 PCI Soft DFT
>>>>>>>>>>>>      Primary device ID:  2000:2800
>>>>>>>>>>>>  Support type needed or chipset:     slamr
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> The modem is supported by the Smartlink
>>>>>>>>>>>> plus the slmodemd helper utility.  Read the
>>>>>>>>>>>> DOCs/Smartlink.txt and Modem/DOCs/YourSystem.txt for follow
>>>>>>>>>>>> through
>>>>>>>>>>>> guidance.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> For 2.6.28-11-generic compiling drivers is necessary. As of
>>>>>>>>>>>> October
>>>>>>>>>>>> 2007 the current packages at
>>>>>>>>>>>> http://linmodems.technion.ac.il/packages/smartlink/  are the
>>>>>>>>>>>> ungrab-winmodem-20070505.tar.gz and
>>>>>>>>>>>> slmodem-2.9.11-20080126.tar.gz
>>>>>>>>>>>>
>>>>>>>>>>>> The dialer utility package WVDIAL does not appear to be
>>>>>>>>>>>> installed
>>>>>>>>>>>> on
>>>>>>>>>>>> your System.
>>>>>>>>>>>> For Ubuntu Jaunty users, there are at the bottom of
>>>>>>>>>>>> http://linmodems.technion.ac.il/packages/:
>>>>>>>>>>>>     wvdial_jaunty_amd64.zip   for x86_64, 64 bit bus systems.
>>>>>>>>>>>>     wvdial_jaunty_i386.zip    for 32 bit systems.
>>>>>>>>>>>> These are about 1 MB in size.  After downloaded and copied into
>>>>>>>>>>>> your
>>>>>>>>>>>> Linux partition:
>>>>>>>>>>>> $ unzip wv*.zip
>>>>>>>>>>>> Within the new folder:
>>>>>>>>>>>> $ sudo dpkg -i *.deb
>>>>>>>>>>>> will  complete the wvdial installation
>>>>>>>>>>>> Please read Modem/DOCs/wvdial.txt for usage information.
>>>>>>>>>>>>
>>>>>>>>>>>> After installation of wvdial and slamr driver, run
>>>>>>>>>>>> $ sudo wvdialconf /etc/wvdial
>>>>>>>>>>>> edit it
>>>>>>>>>>>> $ sudo gedit /etc/wvdial.conf
>>>>>>>>>>>> and remove the ";" and add your username, password and ISP's
>>>>>>>>>>>> phone
>>>>>>>>>>>> number add a line "Carrier Check = no" to your /etc/wvdial.conf
>>>>>>>>>>>> file.
>>>>>>>>>>>> Try to dialout and if you encounter trouble please report back
>>>>>>>>>>>> to
>>>>>>>>>>>> list
>>>>>>>>>>>> not me as I have been having connection The dialer utility
>>>>>>>>>>>> package
>>>>>>>>>>>> WVDIAL does not appear to be installed on your System.
>>>>>>>>>>>> For Ubuntu Jaunty users, there are at the bottom of
>>>>>>>>>>>> http://linmodems.technion.ac.il/packages/:
>>>>>>>>>>>>     wvdial_jaunty_amd64.zip   for x86_64, 64 bit bus systems.
>>>>>>>>>>>>     wvdial_jaunty_i386.zip    for 32 bit systems.
>>>>>>>>>>>> These are about 1 MB in size.  After downloaded and copied into
>>>>>>>>>>>> your
>>>>>>>>>>>> Linux partition:
>>>>>>>>>>>> $ unzip wv*.zip
>>>>>>>>>>>> Within the new folder:
>>>>>>>>>>>> $ sudo dpkg -i *.deb
>>>>>>>>>>>> will  complete the wvdial installation
>>>>>>>>>>>> Please read Modem/DOCs/wvdial.txt for usage information.
>>>>>>>>>>>>
>>>>>>>>>>>> After installation of wvdial and slamr module, run
>>>>>>>>>>>> $ sudo wvdialconf /etc/wvdial.conf
>>>>>>>>>>>> and it should find /dev/ttySL0 as the modem port. edit the file
>>>>>>>>>>>> with
>>>>>>>>>>>> $ sudo gedit /etc/wvdial.conf
>>>>>>>>>>>> and remove the ";" and add your username, password and ISP's
>>>>>>>>>>>> phone
>>>>>>>>>>>> number and a line "Carrier Check = no", try to establish a
>>>>>>>>>>>> connection.
>>>>>>>>>>>>  If you encounter difficulties, please let us know (list) as I
>>>>>>>>>>>> have
>>>>>>>>>>>> been having connection problems at home.
>>>>>>>>>>>>
>>>>>>>>>>>> Regards,
>>>>>>>>>>>>
>>>>>>>>>>>> Antonio
>>>>>>>>>>>>
>>>>>>>>>>>> On 10/14/09, Denver Chiwakira <denversdesk@xxxxxxxxx> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> I'm a begginer - is my modem compatible?
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>
>>>>>>>
>>>
>>>
>>
>
--> WvDial: Internet dialer version 1.60
--> Cannot get information for serial port.
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Modem initialized.
--> Sending: ATDT330001
--> Waiting for carrier.
ATDT330001
--> Disconnecting at Wed Oct 21 09:40:59 2009
[    0.000000] BIOS EBDA/lowmem at: 0009fc00/0009fc00
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 2.6.28-11-generic (buildd@palmer) (gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 (Ubuntu 2.6.28-11.42-generic)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000d0000 - 00000000000d6000 (reserved)
[    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000001dff0000 (usable)
[    0.000000]  BIOS-e820: 000000001dff0000 - 000000001dff8000 (ACPI data)
[    0.000000]  BIOS-e820: 000000001dff8000 - 000000001e000000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[    0.000000] DMI 2.3 present.
[    0.000000] AMI BIOS detected: BIOS may corrupt low RAM, working it around.
[    0.000000] last_pfn = 0x1dff0 max_arch_pfn = 0x100000
[    0.000000] Scanning 0 areas for low memory corruption
[    0.000000] modified physical RAM map:
[    0.000000]  modified: 0000000000000000 - 0000000000010000 (reserved)
[    0.000000]  modified: 0000000000010000 - 000000000009fc00 (usable)
[    0.000000]  modified: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  modified: 00000000000d0000 - 00000000000d6000 (reserved)
[    0.000000]  modified: 00000000000f0000 - 0000000000100000 (reserved)
[    0.000000]  modified: 0000000000100000 - 000000001dff0000 (usable)
[    0.000000]  modified: 000000001dff0000 - 000000001dff8000 (ACPI data)
[    0.000000]  modified: 000000001dff8000 - 000000001e000000 (ACPI NVS)
[    0.000000]  modified: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  modified: 00000000fee00000 - 00000000fee01000 (reserved)
[    0.000000]  modified: 00000000fff80000 - 0000000100000000 (reserved)
[    0.000000] kernel direct mapping tables up to 1dff0000 @ 10000-16000
[    0.000000] RAMDISK: 1d8b0000 - 1dfdf331
[    0.000000] ACPI: RSDP 000FA020, 0014 (r0 AMI   )
[    0.000000] ACPI: RSDT 1DFF0000, 002C (r1 AMIINT VIA_P6         10 MSFT       97)
[    0.000000] ACPI: FACP 1DFF0030, 0081 (r1 AMIINT VIA_P6         11 MSFT       97)
[    0.000000] ACPI: DSDT 1DFF0120, 2E30 (r1    VIA APOLLO-P     1000 MSFT  100000D)
[    0.000000] ACPI: FACS 1DFF8000, 0040
[    0.000000] ACPI: APIC 1DFF00C0, 005C (r1 AMIINT VIA_P6          9 MSFT       97)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 0MB HIGHMEM available.
[    0.000000] 479MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 1dff0000
[    0.000000]   low ram: 00000000 - 1dff0000
[    0.000000]   bootmap 00012000 - 00015c00
[    0.000000] (9 early reservations) ==> bootmem [0000000000 - 001dff0000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
[    0.000000]   #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
[    0.000000]   #3 [0000100000 - 000087c52c]    TEXT DATA BSS ==> [0000100000 - 000087c52c]
[    0.000000]   #4 [001d8b0000 - 001dfdf331]          RAMDISK ==> [001d8b0000 - 001dfdf331]
[    0.000000]   #5 [000087d000 - 0000881000]    INIT_PG_TABLE ==> [000087d000 - 0000881000]
[    0.000000]   #6 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
[    0.000000]   #7 [0000010000 - 0000012000]          PGTABLE ==> [0000010000 - 0000012000]
[    0.000000]   #8 [0000012000 - 0000016000]          BOOTMAP ==> [0000012000 - 0000016000]
[    0.000000] found SMP MP-table at [c00fb810] 000fb810
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000010 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x0001dff0
[    0.000000]   HighMem  0x0001dff0 -> 0x0001dff0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000010 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0001dff0
[    0.000000] On node 0 totalpages: 122751
[    0.000000] free_area_init_node: node 0, pgdat c06d0f80, node_mem_map c1000200
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3951 pages, LIFO batch:0
[    0.000000]   Normal zone: 928 pages used for memmap
[    0.000000]   Normal zone: 117840 pages, LIFO batch:31
[    0.000000]   HighMem zone: 0 pages used for memmap
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] disabled)
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 3, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low 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] SMP: Allowing 2 CPUs, 1 hotplug CPUs
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000d0000
[    0.000000] PM: Registered nosave memory: 00000000000d0000 - 00000000000d6000
[    0.000000] PM: Registered nosave memory: 00000000000d6000 - 00000000000f0000
[    0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 20000000 (gap: 1e000000:e0c00000)
[    0.000000] PERCPU: Allocating 45056 bytes of per cpu data
[    0.000000] NR_CPUS: 64, nr_cpu_ids: 2, nr_node_ids 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 121791
[    0.000000] Kernel command line: root=UUID=5e6b6f48-3bd9-4f2d-8faf-4a10b13affb9 ro quiet splash 
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 2600.168 MHz processor.
[    0.004000] Console: colour VGA+ 80x25
[    0.004000] console [tty0] enabled
[    0.004000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.004000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.004000] allocated 2456960 bytes of page_cgroup
[    0.004000] please try cgroup_disable=memory option if you don't want
[    0.004000] Scanning for low memory corruption every 60 seconds
[    0.004000] Memory: 469020k/491456k available (4126k kernel code, 21812k reserved, 2208k data, 532k init, 0k highmem)
[    0.004000] virtual kernel memory layout:
[    0.004000]     fixmap  : 0xffc77000 - 0xfffff000   (3616 kB)
[    0.004000]     pkmap   : 0xff400000 - 0xff800000   (4096 kB)
[    0.004000]     vmalloc : 0xde7f0000 - 0xff3fe000   ( 524 MB)
[    0.004000]     lowmem  : 0xc0000000 - 0xddff0000   ( 479 MB)
[    0.004000]       .init : 0xc0737000 - 0xc07bc000   ( 532 kB)
[    0.004000]       .data : 0xc0507a6f - 0xc072fe60   (2208 kB)
[    0.004000]       .text : 0xc0100000 - 0xc0507a6f   (4126 kB)
[    0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.004000] SLUB: Genslabs=12, HWalign=128, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[    0.004028] Calibrating delay loop (skipped), value calculated using timer frequency.. 5200.33 BogoMIPS (lpj=10400672)
[    0.004094] Security Framework initialized
[    0.004116] SELinux:  Disabled at boot.
[    0.004171] AppArmor: AppArmor initialized
[    0.004211] Mount-cache hash table entries: 512
[    0.004656] Initializing cgroup subsys ns
[    0.004675] Initializing cgroup subsys cpuacct
[    0.004683] Initializing cgroup subsys memory
[    0.004698] Initializing cgroup subsys freezer
[    0.004741] CPU: Trace cache: 12K uops, L1 D cache: 8K
[    0.004749] CPU: L2 cache: 128K
[    0.004757] CPU: Hyper-Threading is disabled
[    0.004800] Checking 'hlt' instruction... OK.
[    0.021210] SMP alternatives: switching to UP code
[    0.268087] ACPI: Core revision 20080926
[    0.274078] ACPI: Checking initramfs for custom DSDT
[    0.614592] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.654314] CPU0: Intel(R) Celeron(R) CPU 2.60GHz stepping 09
[    0.656002] Brought up 1 CPUs
[    0.656002] Total of 1 processors activated (5200.33 BogoMIPS).
[    0.656002] CPU0 attaching NULL sched-domain.
[    0.656002] net_namespace: 776 bytes
[    0.656002] Booting paravirtualized kernel on bare hardware
[    0.656002] Time: 16:50:15  Date: 10/20/09
[    0.656002] regulator: core version 0.5
[    0.656002] NET: Registered protocol family 16
[    0.656002] EISA bus registered
[    0.656002] ACPI: bus type pci registered
[    0.662250] PCI: PCI BIOS revision 2.10 entry at 0xfdaf1, last bus=1
[    0.662256] PCI: Using configuration type 1 for base access
[    0.667282] ACPI: EC: Look up EC in DSDT
[    0.676134] ACPI: Interpreter enabled
[    0.676152] ACPI: (supports S0 S1 S4 S5)
[    0.676193] ACPI: Using IOAPIC for interrupt routing
[    0.685276] ACPI: No dock devices found.
[    0.685334] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.685480] pci 0000:00:00.0: reg 10 32bit mmio: [0xe0000000-0xefffffff]
[    0.685575] pci 0000:00:01.0: supports D1
[    0.685624] pci 0000:00:09.0: reg 10 32bit mmio: [0xde000000-0xdeffffff]
[    0.685668] pci 0000:00:09.0: PME# supported from D3hot D3cold
[    0.685674] pci 0000:00:09.0: PME# disabled
[    0.685766] pci 0000:00:10.0: reg 20 io port: [0xe400-0xe41f]
[    0.685788] pci 0000:00:10.0: supports D1 D2
[    0.685790] pci 0000:00:10.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.685795] pci 0000:00:10.0: PME# disabled
[    0.685854] pci 0000:00:10.1: reg 20 io port: [0xe800-0xe81f]
[    0.685875] pci 0000:00:10.1: supports D1 D2
[    0.685877] pci 0000:00:10.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.685882] pci 0000:00:10.1: PME# disabled
[    0.685940] pci 0000:00:10.2: reg 20 io port: [0xec00-0xec1f]
[    0.685961] pci 0000:00:10.2: supports D1 D2
[    0.685963] pci 0000:00:10.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.685968] pci 0000:00:10.2: PME# disabled
[    0.686006] pci 0000:00:10.3: reg 10 32bit mmio: [0xdfffff00-0xdfffffff]
[    0.686048] pci 0000:00:10.3: supports D1 D2
[    0.686050] pci 0000:00:10.3: PME# supported from D0 D1 D2 D3hot D3cold
[    0.686055] pci 0000:00:10.3: PME# disabled
[    0.686135] HPET not enabled in BIOS. You might try hpet=force boot option
[    0.686149] pci 0000:00:11.0: quirk: region 0800-087f claimed by vt8235 PM
[    0.686153] pci 0000:00:11.0: quirk: region 0400-040f claimed by vt8235 SMB
[    0.686221] pci 0000:00:11.1: reg 20 io port: [0xfc00-0xfc0f]
[    0.686286] pci 0000:00:11.5: reg 10 io port: [0xe000-0xe0ff]
[    0.686330] pci 0000:00:11.5: supports D1 D2
[    0.686373] pci 0000:00:12.0: reg 10 io port: [0xdc00-0xdcff]
[    0.686381] pci 0000:00:12.0: reg 14 32bit mmio: [0xdffffe00-0xdffffeff]
[    0.686419] pci 0000:00:12.0: supports D1 D2
[    0.686422] pci 0000:00:12.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.686427] pci 0000:00:12.0: PME# disabled
[    0.686498] pci 0000:01:00.0: reg 10 32bit mmio: [0xdfe80000-0xdfefffff]
[    0.686506] pci 0000:01:00.0: reg 14 32bit mmio: [0xd0000000-0xd7ffffff]
[    0.686531] pci 0000:01:00.0: reg 30 32bit mmio: [0xdfe70000-0xdfe7ffff]
[    0.686541] pci 0000:01:00.0: supports D1 D2
[    0.686588] pci 0000:00:01.0: bridge 32bit mmio: [0xdfd00000-0xdfefffff]
[    0.686594] pci 0000:00:01.0: bridge 32bit mmio pref: [0xcdb00000-0xddbfffff]
[    0.686604] bus 00 -> node 0
[    0.686633] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.714219] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    0.714466] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.714690] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    0.714923] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[    0.715159] ACPI: Power Resource [URP1] (off)
[    0.715255] ACPI: Power Resource [URP2] (off)
[    0.715353] ACPI: Power Resource [FDDP] (off)
[    0.715448] ACPI: Power Resource [LPTP] (off)
[    0.715751] ACPI: WMI: Mapper loaded
[    0.716552] SCSI subsystem initialized
[    0.716833] libata version 3.00 loaded.
[    0.717107] usbcore: registered new interface driver usbfs
[    0.717187] usbcore: registered new interface driver hub
[    0.717385] usbcore: registered new device driver usb
[    0.718132] PCI: Using ACPI for IRQ routing
[    0.718416] Bluetooth: Core ver 2.13
[    0.718416] NET: Registered protocol family 31
[    0.718416] Bluetooth: HCI device and connection manager initialized
[    0.718416] Bluetooth: HCI socket layer initialized
[    0.718416] NET: Registered protocol family 8
[    0.718416] NET: Registered protocol family 20
[    0.718416] NetLabel: Initializing
[    0.718416] NetLabel:  domain hash size = 128
[    0.718416] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.718416] NetLabel:  unlabeled traffic allowed by default
[    0.718416] AppArmor: AppArmor Filesystem Enabled
[    0.718416] pnp: PnP ACPI init
[    0.718416] ACPI: bus type pnp registered
[    0.725294] pnp: PnP ACPI: found 10 devices
[    0.725303] ACPI: ACPI bus type pnp unregistered
[    0.725313] PnPBIOS: Disabled by ACPI PNP
[    0.760564] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[    0.760569] pci 0000:00:01.0:   IO window: disabled
[    0.760579] pci 0000:00:01.0:   MEM window: 0xdfd00000-0xdfefffff
[    0.760585] pci 0000:00:01.0:   PREFETCH window: 0x000000cdb00000-0x000000ddbfffff
[    0.760610] pci 0000:00:01.0: setting latency timer to 64
[    0.760616] bus: 00 index 0 io port: [0x00-0xffff]
[    0.760620] bus: 00 index 1 mmio: [0x000000-0xffffffff]
[    0.760623] bus: 01 index 0 mmio: [0x0-0x0]
[    0.760625] bus: 01 index 1 mmio: [0xdfd00000-0xdfefffff]
[    0.760628] bus: 01 index 2 mmio: [0xcdb00000-0xddbfffff]
[    0.760630] bus: 01 index 3 mmio: [0x0-0x0]
[    0.760666] NET: Registered protocol family 2
[    0.761005] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.761581] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[    0.761928] TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
[    0.762543] TCP: Hash tables configured (established 16384 bind 16384)
[    0.762558] TCP reno registered
[    0.763148] NET: Registered protocol family 1
[    0.763503] checking if image is initramfs... it is
[    1.264033] Switched to high resolution mode on CPU 0
[    1.677697] Freeing initrd memory: 7356k freed
[    1.677965] cpufreq: No nForce2 chipset.
[    1.678509] audit: initializing netlink socket (disabled)
[    1.678570] type=2000 audit(1256057415.676:1): initialized
[    1.686161] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    1.688858] VFS: Disk quotas dquot_6.5.1
[    1.689062] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.691429] fuse init (API version 7.10)
[    1.691833] msgmni has been set to 930
[    1.692733] alg: No test for stdrng (krng)
[    1.692835] io scheduler noop registered
[    1.692839] io scheduler anticipatory registered
[    1.692842] io scheduler deadline registered
[    1.692968] io scheduler cfq registered (default)
[    1.692997] PCI: VIA PCI bridge detected.Disabling DAC.
[    1.693107] pci 0000:01:00.0: Boot video device
[    1.698562] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.698592] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.698974] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.698982] ACPI: Power Button (FF) [PWRF]
[    1.699118] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    1.699126] ACPI: Power Button (CM) [PWRB]
[    1.699283] input: Sleep Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
[    1.699302] ACPI: Sleep Button (CM) [SLPB]
[    1.699863] processor ACPI_CPU:00: registered as cooling_device0
[    1.699875] ACPI: Processor [CPU1] (supports 16 throttling states)
[    1.703553] isapnp: Scanning for PnP cards...
[    2.057461] isapnp: No Plug & Play device found
[    2.062368] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    2.062574] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    2.063322] 00:02: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    2.063654] serial 0000:00:09.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    2.063670] serial 0000:00:09.0: PCI INT A disabled
[    2.066219] brd: module loaded
[    2.067762] loop: module loaded
[    2.068227] Fixed MDIO Bus: probed
[    2.068244] PPP generic driver version 2.4.2
[    2.068486] input: Macintosh mouse button emulation as /devices/virtual/input/input3
[    2.068596] Driver 'sd' needs updating - please use bus_type methods
[    2.068624] Driver 'sr' needs updating - please use bus_type methods
[    2.070243] pata_via 0000:00:11.1: version 0.3.3
[    2.070293] pata_via 0000:00:11.1: can't derive routing for PCI INT A
[    2.070883] scsi0 : pata_via
[    2.071360] scsi1 : pata_via
[    2.075118] ata1: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfc00 irq 14
[    2.075126] ata2: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfc08 irq 15
[    2.244768] ata1.00: ATA-6: Maxtor 2B020H1, WAH21PB0, max UDMA/100
[    2.244775] ata1.00: 39062500 sectors, multi 16: LBA 
[    2.244999] ata1.01: ATA-6: ST340015A, 3.01, max UDMA/100
[    2.245002] ata1.01: 78165360 sectors, multi 16: LBA 
[    2.245036] ata1.00: limited to UDMA/33 due to 40-wire cable
[    2.245040] ata1.01: limited to UDMA/33 due to 40-wire cable
[    2.260663] ata1.00: configured for UDMA/33
[    2.276501] ata1.01: configured for UDMA/33
[    2.448480] ata2.01: ATAPI: ASUS    DRW-1608P3S, 1.24, max UDMA/66
[    2.448516] ata2.01: limited to UDMA/33 due to 40-wire cable
[    2.456369] ata2.01: configured for UDMA/33
[    2.463134] scsi 0:0:0:0: Direct-Access     ATA      Maxtor 2B020H1   WAH2 PQ: 0 ANSI: 5
[    2.463553] sd 0:0:0:0: [sda] 39062500 512-byte hardware sectors: (20.0 GB/18.6 GiB)
[    2.463653] sd 0:0:0:0: [sda] Write Protect is off
[    2.463658] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.463809] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.464169] sd 0:0:0:0: [sda] 39062500 512-byte hardware sectors: (20.0 GB/18.6 GiB)
[    2.464260] sd 0:0:0:0: [sda] Write Protect is off
[    2.464265] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    2.464418] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.464434]  sda: sda1 sda2 < sda5 sda6 >
[    2.540386] sd 0:0:0:0: [sda] Attached SCSI disk
[    2.540620] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.541026] scsi 0:0:1:0: Direct-Access     ATA      ST340015A        3.01 PQ: 0 ANSI: 5
[    2.541513] sd 0:0:1:0: [sdb] 78165360 512-byte hardware sectors: (40.0 GB/37.2 GiB)
[    2.541632] sd 0:0:1:0: [sdb] Write Protect is off
[    2.541636] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    2.541821] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.542203] sd 0:0:1:0: [sdb] 78165360 512-byte hardware sectors: (40.0 GB/37.2 GiB)
[    2.542320] sd 0:0:1:0: [sdb] Write Protect is off
[    2.542326] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    2.542515] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    2.542531]  sdb: sdb1
[    2.568427] sd 0:0:1:0: [sdb] Attached SCSI disk
[    2.568663] sd 0:0:1:0: Attached scsi generic sg1 type 0
[    2.575428] scsi 1:0:1:0: CD-ROM            ASUS     DRW-1608P3S      1.24 PQ: 0 ANSI: 5
[    2.594937] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
[    2.594951] Uniform CD-ROM driver Revision: 3.20
[    2.595332] sr 1:0:1:0: Attached scsi CD-ROM sr0
[    2.595520] sr 1:0:1:0: Attached scsi generic sg2 type 5
[    2.596242] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.596366] ehci_hcd 0000:00:10.3: PCI INT D -> GSI 21 (level, low) -> IRQ 21
[    2.596454] ehci_hcd 0000:00:10.3: EHCI Host Controller
[    2.596721] ehci_hcd 0000:00:10.3: new USB bus registered, assigned bus number 1
[    2.596860] ehci_hcd 0000:00:10.3: irq 21, io mem 0xdfffff00
[    2.608051] ehci_hcd 0000:00:10.3: USB 2.0 started, EHCI 1.00
[    2.608300] usb usb1: configuration #1 chosen from 1 choice
[    2.608414] hub 1-0:1.0: USB hub found
[    2.608458] hub 1-0:1.0: 6 ports detected
[    2.608893] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.608983] uhci_hcd: USB Universal Host Controller Interface driver
[    2.609173] uhci_hcd 0000:00:10.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[    2.609194] uhci_hcd 0000:00:10.0: UHCI Host Controller
[    2.609414] uhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[    2.609466] uhci_hcd 0000:00:10.0: irq 21, io base 0x0000e400
[    2.609748] usb usb2: configuration #1 chosen from 1 choice
[    2.609834] hub 2-0:1.0: USB hub found
[    2.609877] hub 2-0:1.0: 2 ports detected
[    2.610247] uhci_hcd 0000:00:10.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    2.610274] uhci_hcd 0000:00:10.1: UHCI Host Controller
[    2.610494] uhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[    2.610550] uhci_hcd 0000:00:10.1: irq 21, io base 0x0000e800
[    2.610816] usb usb3: configuration #1 chosen from 1 choice
[    2.610933] hub 3-0:1.0: USB hub found
[    2.610982] hub 3-0:1.0: 2 ports detected
[    2.611392] uhci_hcd 0000:00:10.2: PCI INT C -> GSI 21 (level, low) -> IRQ 21
[    2.611421] uhci_hcd 0000:00:10.2: UHCI Host Controller
[    2.611636] uhci_hcd 0000:00:10.2: new USB bus registered, assigned bus number 4
[    2.611690] uhci_hcd 0000:00:10.2: irq 21, io base 0x0000ec00
[    2.611988] usb usb4: configuration #1 chosen from 1 choice
[    2.612192] hub 4-0:1.0: USB hub found
[    2.612232] hub 4-0:1.0: 2 ports detected
[    2.612713] usbcore: registered new interface driver libusual
[    2.612927] usbcore: registered new interface driver usbserial
[    2.612962] USB Serial support registered for generic
[    2.613021] usbcore: registered new interface driver usbserial_generic
[    2.613025] usbserial: USB Serial Driver core
[    2.613140] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.613631] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.613662] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.614275] mice: PS/2 mouse device common for all mice
[    2.615053] rtc_cmos 00:05: RTC can wake from S4
[    2.615219] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    2.615299] rtc0: alarms up to one year, y3k, 114 bytes nvram
[    2.615616] device-mapper: uevent: version 1.0.3
[    2.616303] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@xxxxxxxxxx
[    2.616703] device-mapper: multipath: version 1.0.5 loaded
[    2.616713] device-mapper: multipath round-robin: version 1.0.0 loaded
[    2.617227] EISA: Probing bus 0 at eisa.0
[    2.617275] EISA: Detected 0 cards.
[    2.617478] cpuidle: using governor ladder
[    2.617488] cpuidle: using governor menu
[    2.618552] TCP cubic registered
[    2.619003] NET: Registered protocol family 10
[    2.619961] lo: Disabled Privacy Extensions
[    2.620499] NET: Registered protocol family 17
[    2.620594] Bluetooth: L2CAP ver 2.11
[    2.620598] Bluetooth: L2CAP socket layer initialized
[    2.620604] Bluetooth: SCO (Voice Link) ver 0.6
[    2.620607] Bluetooth: SCO socket layer initialized
[    2.620812] Bluetooth: RFCOMM socket layer initialized
[    2.620860] Bluetooth: RFCOMM TTY layer initialized
[    2.620864] Bluetooth: RFCOMM ver 1.10
[    2.621058] Using IPI No-Shortcut mode
[    2.621445] registered taskstats version 1
[    2.621678]   Magic number: 13:13:844
[    2.621882] rtc_cmos 00:05: setting system clock to 2009-10-20 16:50:17 UTC (1256057417)
[    2.621893] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    2.621895] EDD information not available.
[    2.624420] Freeing unused kernel memory: 532k freed
[    2.624616] Write protecting the kernel text: 4128k
[    2.624665] Write protecting the kernel read-only data: 1532k
[    2.650203] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    3.164989] usb 2-2: new full speed USB device using uhci_hcd and address 2
[    3.363799] usb 2-2: configuration #1 chosen from 1 choice
[    3.600166] FDC 0 is a post-1991 82077
[    4.237637] via-rhine.c:v1.10-LK1.4.3 2007-03-06 Written by Donald Becker
[    4.237799] via-rhine 0000:00:12.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    4.243052] eth0: VIA Rhine II at 0xdffffe00, 00:0d:87:b5:33:59, IRQ 23.
[    4.243770] eth0: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000.
[    5.597561] PM: Starting manual resume from disk
[    5.597572] PM: Resume from partition 8:6
[    5.597574] PM: Checking hibernation image.
[    5.598201] PM: Resume from disk failed.
[    5.632700] kjournald starting.  Commit interval 5 seconds
[    5.632753] EXT3-fs: mounted filesystem with ordered data mode.
[   13.680338] udev: starting version 141
[   14.109027] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   14.143748] Linux agpgart interface v0.103
[   14.171452] agpgart: Detected VIA P4M266x/P4N266 chipset
[   14.199240] agpgart-via 0000:00:00.0: AGP aperture is 256M @ 0xe0000000
[   14.374195] slamr: module license 'Smart Link Ltd.' taints kernel.
[   14.384067] slamr: SmartLink AMRMO modem.
[   14.384525] slamr: probe 2000:2800 SL2800 card...
[   14.384557] slamr 0000:00:09.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[   14.385505] slamr: slamr0 is SL2800 card.
[   14.461053] parport_pc 00:03: reported by Plug and Play ACPI
[   14.461129] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[   14.482850] usblp0: USB Bidirectional printer dev 2 if 1 alt 0 proto 2 vid 0x03F0 pid 0x3D11
[   14.482979] usbcore: registered new interface driver usblp
[   14.803410] udev: renamed network interface eth0 to eth1
[   14.895105] irda_init()
[   14.895174] NET: Registered protocol family 23
[   15.340548] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   15.504111] synaptics was reset on resume, see synaptics_resume_reset if you have trouble on resume
[   15.973627] psmouse serio1: ID: 10 00 64<6>input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input6
[   16.595850] VIA 82xx Audio 0000:00:11.5: PCI INT C -> GSI 22 (level, low) -> IRQ 22
[   16.596092] VIA 82xx Audio 0000:00:11.5: setting latency timer to 64
[   17.050297] ppdev: user-space parallel port driver
[   17.857146] lp0: using parport0 (interrupt-driven).
[   18.329436] Adding 176672k swap on /dev/sda6.  Priority:-1 extents:1 across:176672k
[   19.011904] EXT3 FS on sda5, internal journal
[   21.450858] type=1505 audit(1256050236.326:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=1931
[   21.572113] type=1505 audit(1256050236.450:3): operation="profile_load" name="/sbin/dhclient-script" name2="default" pid=1935
[   21.572952] type=1505 audit(1256050236.450:4): operation="profile_load" name="/sbin/dhclient3" name2="default" pid=1935
[   21.573442] type=1505 audit(1256050236.450:5): operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" name2="default" pid=1935
[   21.573868] type=1505 audit(1256050236.450:6): operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" name2="default" pid=1935
[   21.876625] type=1505 audit(1256050236.754:7): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=1940
[   21.877844] type=1505 audit(1256050236.754:8): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=1940
[   21.962011] type=1505 audit(1256050236.838:9): operation="profile_load" name="/usr/sbin/tcpdump" name2="default" pid=1944
[   28.364843] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   28.364853] Bluetooth: BNEP filters: protocol multicast
[   28.436969] Bridge firewalling registered
[   33.419333] [drm] Initialized drm 1.1.0 20060810
[   33.445358] pci 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   33.445745] [drm] Initialized savage 2.4.1 20050313 on minor 0
[   33.626697] mtrr: base(0xd2000000) is not aligned on a size(0x5000000) boundary
[   33.627691] mtrr: base(0xd2000000) is not aligned on a size(0x5000000) boundary
[   35.071671] ppdev0: registered pardevice
[   35.121078] ppdev0: unregistered pardevice
[   35.123266] eth1: link down
[   35.123393] ADDRCONF(NETDEV_UP): eth1: link is not ready
[56737.517718] slmodemd[21065]: segfault at 0 ip 0806653c sp bfc45ea0 error 6 in slmodemd[8048000+ef000]
[56801.393636] slmodemd[21086]: segfault at 0 ip 0806653c sp bfcd0250 error 6 in slmodemd[8048000+ef000]
[56868.319054] slmodemd[21099]: segfault at 0 ip 0806653c sp bfc3b9c0 error 6 in slmodemd[8048000+ef000]
[56934.416938] slmodemd[21102]: segfault at 0 ip 0806653c sp bff644e0 error 6 in slmodemd[8048000+ef000]
[57970.912156] usb 2-2: USB disconnect, address 2
[57970.913496] usblp0: removed
[57972.856049] usb 1-2: new high speed USB device using ehci_hcd and address 3
[57973.000974] usb 1-2: configuration #1 chosen from 1 choice
[57973.128646] Initializing USB Mass Storage driver...
[57973.148683] scsi2 : SCSI emulation for USB Mass Storage devices
[57973.155674] usbcore: registered new interface driver usb-storage
[57973.155691] USB Mass Storage support registered.
[57973.157800] usb-storage: device found at 3
[57973.157810] usb-storage: waiting for device to settle before scanning
[57978.156416] usb-storage: device scan complete
[57978.157465] scsi 2:0:0:0: Direct-Access     USB 2.0  SD/MMC Reader         PQ: 0 ANSI: 0 CCS
[57978.169102] sd 2:0:0:0: [sdc] 1950720 512-byte hardware sectors: (998 MB/952 MiB)
[57978.170229] sd 2:0:0:0: [sdc] Write Protect is off
[57978.170240] sd 2:0:0:0: [sdc] Mode Sense: 03 00 00 00
[57978.170246] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[57978.175491] sd 2:0:0:0: [sdc] 1950720 512-byte hardware sectors: (998 MB/952 MiB)
[57978.177360] sd 2:0:0:0: [sdc] Write Protect is off
[57978.177373] sd 2:0:0:0: [sdc] Mode Sense: 03 00 00 00
[57978.177378] sd 2:0:0:0: [sdc] Assuming drive cache: write through
[57978.177397]  sdc: sdc1
[57978.179741] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[57978.183153] sd 2:0:0:0: Attached scsi generic sg3 type 0
[58040.065227] usb 1-2: USB disconnect, address 3
[58040.073164] Buffer I/O error on device sdc1, logical block 8192
[58040.073180] lost page write due to I/O error on sdc1
[58040.073191] Buffer I/O error on device sdc1, logical block 8193
[58040.073193] lost page write due to I/O error on sdc1
[60061.200087] usb 1-2: new high speed USB device using ehci_hcd and address 4
[60061.390390] usb 1-2: configuration #1 chosen from 1 choice
[60061.425213] scsi3 : SCSI emulation for USB Mass Storage devices
[60061.426373] usb-storage: device found at 4
[60061.426380] usb-storage: waiting for device to settle before scanning
[60066.424363] usb-storage: device scan complete
[60066.425533] scsi 3:0:0:0: Direct-Access     USB 2.0  SD/MMC Reader         PQ: 0 ANSI: 0 CCS
[60066.438252] sd 3:0:0:0: [sdc] 1950720 512-byte hardware sectors: (998 MB/952 MiB)
[60066.439535] sd 3:0:0:0: [sdc] Write Protect is off
[60066.439546] sd 3:0:0:0: [sdc] Mode Sense: 03 00 00 00
[60066.439558] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[60066.445284] sd 3:0:0:0: [sdc] 1950720 512-byte hardware sectors: (998 MB/952 MiB)
[60066.446015] sd 3:0:0:0: [sdc] Write Protect is off
[60066.446024] sd 3:0:0:0: [sdc] Mode Sense: 03 00 00 00
[60066.446030] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[60066.446055]  sdc: sdc1
[60066.451673] sd 3:0:0:0: [sdc] Attached SCSI removable disk
[60066.451914] sd 3:0:0:0: Attached scsi generic sg3 type 0
[60258.740405] slamr 0000:00:09.0: PCI INT A disabled
[60336.450068] slamr: SmartLink AMRMO modem.
[60336.450213] slamr: probe 2000:2800 SL2800 card...
[60336.450251] slamr 0000:00:09.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[60336.452401] slamr: slamr0 is SL2800 card.
[60406.536479] slamr 0000:00:09.0: PCI INT A disabled
[60479.588103] slamr: SmartLink AMRMO modem.
[60479.593321] slamr: probe 2000:2800 SL2800 card...
[60479.593366] slamr 0000:00:09.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[60479.595391] slamr: slamr0 is SL2800 card.
[60644.302030] slmodemd[22309]: segfault at 0 ip 0806653c sp bf8ece70 error 6 in slmodemd[8048000+ef000]

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

  Powered by Linux