Almost there! Please help noob Ubuntu user

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

 



Please see attached files.  The txt files are the outputs
of scanModem and the wvdial.log is the log of my problem.
Everything seems to be detected and loaded fine, but I
can't seem to get dialtone.  I also attached a copy of
my wvdial.conf (edited for content).  I have tried a
number of configurations, including adding

Init3=AT+MS=34

even though I have no idea what it does...it was suggested
that it would fix the No Carrier problem, but it didn't.

With my utmost appreciation,

ian

[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = Analog Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttySL0
ISDN = 0
 Carrier Check = no
 Phone = 9,8794032
 Password = tallulah
 Username = ianl@xxxxxxxxxxxxx

This file should NOT be sent to Discuss@xxxxxxxxxxxxx
It has common guidance for modem usage after setup.


 Complementation of snd-intel8x0m, slmodemd and a dialer utility
 ---------------------------------------------------------
 THe ALSA (Advanced Linux Sound Architecture} modem driver snd-intel8x0m 
 provides ONLY a low level access to the hardware. The complementing HIGH 
 level support for ALSA  modem drivers is through a Smartlink utility:  slmodemd
 An ALSA compatible and compiled slmodemd is in the package SLMODEMD-1.0.13.tar.gz 
 with download from http://linmodems.technion.ac.il/packages/smartlink/ 
 Unpack under Linux with:
 	$ tar zxf SLMODEMD-1.0.13.tar.gz
 and read instructions therein.

 Typically the driver snd-intel8x0m will be autoloaded on most Systems.
 Then a Root permission command:
	sudo slmodemd -c YOUR_COUNTRY --alsa modem:1
 will announce creation of ports
        /dev/ttySL0 --> /dev/pts/N    , N some number
 The /dev/ttySL0 is a symbolic link to the true modem port /dev/pts/N
 USA is the YOUR_COUNTRY default.  See other Country alternatives by:
 	slmodemd --help
 	slmodemd --countrylist 

Should there be a failure report like:
--------
ALSA lib pcm_hw.c:1305:(_snd_pcm_hw_open) Invalid value for card
error: alsa setup: cannot open playback device modem:1 No such device
error: cannot setup device modem:1
--------
First verify that packages providing ALSA audio support are installed.
Names vary with the Linux distribution but they are like "alsa-base"
and "alsa-utilities". In these are installed,
Next try as Root unloading and loading the driver:
        sudo modprobe -r snd-intel8x0m
        sudo modprobe snd-intel8x0m
Then retest the:
	sudo slmodemd -c YOUR_COUNTRY --alsa modem:1
slmodemd MUST be kept running throughout a dial out session.

 Note that mere loading does NOT establish that snd-intel8x0m is the correct 
 driver, rather than hsfmodem drivers for Conexant chipset modems.  But 
 snd-intel8x0m may still support readout of Subsystem information.
--------------------------------------------------------------------------
A dialer utility such as wvdial (perferable) is still needed for dialout.
slmodemd MUST be kept running throughout a dialout session.

On some Systems, putting the slmodemd process in the background with an &:
	sudo slmodemd -c USA --alsa modem:1 &
causes subsequent dialout failures.

Read Testing.txt for follow through details and Smartlink.txt 
for additional information.


  Interfererce with browser naviagation:
  -------------------------------------
  Other COMM channels can interfere with browsing under dialout.
   Suspect channels set during your scanModem run were shown by:  ifconfig
  eth0      Link encap:Ethernet  HWaddr 00:08:74:9C:5B:62  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:11 Base address:0xec00 

eth1      Link encap:Ethernet  HWaddr 00:02:2D:84:FB:66  
          inet6 addr: fe80::202:2dff:fe84:fb66/64 Scope:Link
          UP BROADCAST MULTICAST  MTU:1492  Metric:1
          RX packets:17 errors:0 dropped:0 overruns:0 frame:0
          TX packets:127 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:4465 (4.3 KiB)  TX bytes:24202 (23.6 KiB)
          Interrupt:5 Base address:0xe100 

eth1:avah Link encap:Ethernet  HWaddr 00:02:2D:84:FB:66  
          inet addr:169.254.7.211  Bcast:169.254.255.255  Mask:255.255.0.0
          UP BROADCAST MULTICAST  MTU:1492  Metric:1
          Interrupt:5 Base address:0xe100 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:29 errors:0 dropped:0 overruns:0 frame:0
          TX packets:29 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:2636 (2.5 KiB)  TX bytes:2636 (2.5 KiB)

  A block with "lo" is an internal loopback test and harmless.

  However, other COMM channels such as ethernet "eth0" will block browser function
  through dialout connections. Domain Name Services (DNS) needed for browsing
  will be blocked by an ineffective default usage of the eth0 assigned DNS.

  If is wisest to disable bootup establishment of alternate channels in your Control Center.
  Depending on your Linux distribution,
  one of the following root/admin commands may alternatively be effective:
  # ifdown eth0
  # ifconfig eth0 down
  # /etc/init.d/network stop
  # /etc/init.d/networking stop
  Be wary that some Systems will periodically try to re-establish internet.
  So if browsing should suspiciously fail, recheck with
    ifconfig
---------------------------- end COMM Channels --------------------------
  Ubuntu is not yet providing pre-compiled drivers for WinModems

 The Modem/DriverCompiling.txt  is a MUST READ,
 if you are not experienced in configuring kernel-source/
 or get "unresolved symbols" upon driver insertion.

  Most recent WinModem fixes are in:  http://linmodems.technion.ac.il/FAQ.html
  
(4) For guidance on automation see  http://linmodems.technion.ac.il/archive-fourth/msg03734.html
and the scripts in the slmodem-2.9.n/scripts folder/

           CPU0       
  0:     405561    XT-PIC-XT        timer
  1:        414    XT-PIC-XT        i8042
  2:          0    XT-PIC-XT        cascade
  5:       1488    XT-PIC-XT        yenta, Intel 82801CA-ICH3, pcmcia2.0, Intel 82801CA-ICH3 Modem
  6:          5    XT-PIC-XT        floppy
  7:          6    XT-PIC-XT        parport0
  8:          3    XT-PIC-XT        rtc
  9:          2    XT-PIC-XT        acpi
 11:      96563    XT-PIC-XT        uhci_hcd:usb1, yenta, yenta, eth0, radeon@pci:0000:01:00.0
 12:      43781    XT-PIC-XT        i8042
 14:       8309    XT-PIC-XT        libata
 15:          0    XT-PIC-XT        libata
NMI:          0 
LOC:          0 
ERR:          0
MIS:          0

[    0.000000] Linux version 2.6.20-16-generic (root@terranova) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Thu Jun 7 20:19:32 UTC 2007 (Ubuntu 2.6.20-16.29-generic)
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] sanitize start
[    0.000000] sanitize end
[    0.000000] copy_e820_map() start: 0000000000000000 size: 000000000009fc00 end: 000000000009fc00 type: 1
[    0.000000] copy_e820_map() type is E820_RAM
[    0.000000] copy_e820_map() start: 000000000009fc00 size: 0000000000000400 end: 00000000000a0000 type: 2
[    0.000000] copy_e820_map() start: 0000000000100000 size: 000000003fee2800 end: 000000003ffe2800 type: 1
[    0.000000] copy_e820_map() type is E820_RAM
[    0.000000] copy_e820_map() start: 000000003ffe2800 size: 000000000001d800 end: 0000000040000000 type: 2
[    0.000000] copy_e820_map() start: 00000000feda0000 size: 0000000000060000 end: 00000000fee00000 type: 2
[    0.000000] copy_e820_map() start: 00000000ffb80000 size: 0000000000480000 end: 0000000100000000 type: 2
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000003ffe2800 (usable)
[    0.000000]  BIOS-e820: 000000003ffe2800 - 0000000040000000 (reserved)
[    0.000000]  BIOS-e820: 00000000feda0000 - 00000000fee00000 (reserved)
[    0.000000]  BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
[    0.000000] 127MB HIGHMEM available.
[    0.000000] 896MB LOWMEM available.
[    0.000000] Entering add_active_range(0, 0, 262114) 0 entries of 256 used
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA             0 ->     4096
[    0.000000]   Normal       4096 ->   229376
[    0.000000]   HighMem    229376 ->   262114
[    0.000000] early_node_map[1] active PFN ranges
[    0.000000]     0:        0 ->   262114
[    0.000000] On node 0 totalpages: 262114
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 4064 pages, LIFO batch:0
[    0.000000]   Normal zone: 1760 pages used for memmap
[    0.000000]   Normal zone: 223520 pages, LIFO batch:31
[    0.000000]   HighMem zone: 255 pages used for memmap
[    0.000000]   HighMem zone: 32483 pages, LIFO batch:7
[    0.000000] DMI 2.3 present.
[    0.000000] ACPI: RSDP (v000 DELL                                  ) @ 0x000fde50
[    0.000000] ACPI: RSDT (v001 DELL    CPi R   0x27d4010c ASL  0x00000061) @ 0x000fde64
[    0.000000] ACPI: FADT (v001 DELL    CPi R   0x27d4010c ASL  0x00000061) @ 0x000fde90
[    0.000000] ACPI: DSDT (v001 INT430 SYSFexxx 0x00001001 MSFT 0x0100000e) @ 0x00000000
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] Allocating PCI resources starting at 50000000 (gap: 40000000:beda0000)
[    0.000000] Detected 1196.511 MHz processor.
[    8.038330] Built 1 zonelists.  Total pages: 260067
[    8.038338] Kernel command line: root=UUID=e0e618d6-d767-4a63-91af-835de526a401 ro quiet splash
[    8.038809] Local APIC disabled by BIOS -- you can enable it with "lapic"
[    8.038832] mapped APIC to ffffd000 (0180c000)
[    8.038839] Enabling fast FPU save and restore... done.
[    8.038846] Enabling unmasked SIMD FPU exception support... done.
[    8.038875] Initializing CPU#0
[    8.039046] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    8.041627] Console: colour VGA+ 80x25
[    8.042952] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    8.044395] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    8.116261] Memory: 1028252k/1048456k available (1992k kernel code, 19480k reserved, 900k data, 328k init, 130952k highmem)
[    8.116292] virtual kernel memory layout:
[    8.116295]     fixmap  : 0xfff4e000 - 0xfffff000   ( 708 kB)
[    8.116297]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    8.116299]     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
[    8.116302]     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
[    8.116304]       .init : 0xc03d9000 - 0xc042b000   ( 328 kB)
[    8.116315]       .data : 0xc02f2374 - 0xc03d36d4   ( 900 kB)
[    8.116317]       .text : 0xc0100000 - 0xc02f2374   (1992 kB)
[    8.116324] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[    8.194916] Calibrating delay using timer specific routine.. 2397.86 BogoMIPS (lpj=4795722)
[    8.195050] Security Framework v1.0.0 initialized
[    8.195078] SELinux:  Disabled at boot.
[    8.195136] Mount-cache hash table entries: 512
[    8.195618] CPU: After generic identify, caps: bfebf9ff 00000000 00000000 00000000 00000400 00000000 00000000
[    8.195654] CPU: Trace cache: 12K uops, L1 D cache: 8K
[    8.195669] CPU: L2 cache: 512K
[    8.195674] CPU: Hyper-Threading is disabled
[    8.195678] CPU: After all inits, caps: bfebf9ff 00000000 00000000 00003080 00000400 00000000 00000000
[    8.195714] Compat vDSO mapped to ffffe000.
[    8.195732] Remapping vsyscall page to ffffe000
[    8.195767] Checking 'hlt' instruction... OK.
[    8.211187] SMP alternatives: switching to UP code
[    8.211785] Freeing SMP alternatives: 11k freed
[    8.212373] Early unpacking initramfs... done
[    9.109916] ACPI: Core revision 20060707
[    9.118742] ACPI: Looking for DSDT in initramfs... file /DSDT.aml not found, using machine DSDT.
[    9.171413] ACPI: setting ELCR to 0200 (from 0800)
[   10.255804] CPU0: Intel Mobile Intel(R) Pentium(R) 4 - M CPU 2.20GHz stepping 07
[   10.255826] SMP motherboard not detected.
[   10.255831] Local APIC not detected. Using dummy APIC emulation.
[   10.255929] Brought up 1 CPUs
[   10.256647] Booting paravirtualized kernel on bare hardware
[   10.256792] Time: 15:45:21  Date: 05/18/107
[   10.256879] NET: Registered protocol family 16
[   10.257152] EISA bus registered
[   10.257162] ACPI: bus type pci registered
[   10.295163] PCI: PCI BIOS revision 2.10 entry at 0xfbfee, last bus=2
[   10.295168] PCI: Using configuration type 1
[   10.295172] Setting up standard PCI resources
[   10.341026] ACPI: Interpreter enabled
[   10.341043] ACPI: Using PIC for interrupt routing
[   10.343716] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   10.343744] PCI: Probing PCI hardware (bus 00)
[   10.344360] ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
[   10.400611] PCI quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO
[   10.400628] PCI quirk: region 0880-08bf claimed by ICH4 GPIO
[   10.401178] Boot video device is 0000:01:00.0
[   10.401736] PCI: Transparent bridge - 0000:00:1e.0
[   10.402190] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   10.593024] ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
[   10.594696] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *11
[   10.596368] ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 *11)
[   10.598085] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11)
[   10.601334] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[   10.602005] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
[   10.604591] ACPI: Power Resource [PADA] (on)
[   10.605353] Linux Plug and Play Support v0.97 (c) Adam Belay
[   10.605384] pnp: PnP ACPI init
[   10.938661] pnp: PnP ACPI: found 17 devices
[   10.938673] PnPBIOS: Disabled by ACPI PNP
[   10.938828] PCI: Using ACPI for IRQ routing
[   10.938835] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   10.951187] NET: Registered protocol family 8
[   10.951192] NET: Registered protocol family 20
[   11.001324] pnp: 00:02: ioport range 0x4d0-0x4d1 has been reserved
[   11.001332] pnp: 00:02: ioport range 0x800-0x805 could not be reserved
[   11.001338] pnp: 00:02: ioport range 0x808-0x80f could not be reserved
[   11.001363] pnp: 00:03: ioport range 0x806-0x807 has been reserved
[   11.001369] pnp: 00:03: ioport range 0x810-0x85f could not be reserved
[   11.001384] pnp: 00:03: ioport range 0x860-0x87f has been reserved
[   11.001389] pnp: 00:03: ioport range 0x880-0x8bf has been reserved
[   11.001394] pnp: 00:03: ioport range 0x8c0-0x8df has been reserved
[   11.001400] pnp: 00:03: ioport range 0x8e0-0x8ff has been reserved
[   11.001421] pnp: 00:04: ioport range 0xf000-0xf0fe has been reserved
[   11.001426] pnp: 00:04: ioport range 0xf100-0xf1fe has been reserved
[   11.001432] pnp: 00:04: ioport range 0xf200-0xf2fe has been reserved
[   11.001447] pnp: 00:04: ioport range 0xf400-0xf4fe has been reserved
[   11.001453] pnp: 00:04: ioport range 0xf500-0xf5fe has been reserved
[   11.001459] pnp: 00:04: ioport range 0xf600-0xf6fe has been reserved
[   11.001464] pnp: 00:04: ioport range 0xf800-0xf8fe has been reserved
[   11.001479] pnp: 00:04: ioport range 0xf900-0xf9fe has been reserved
[   11.001495] pnp: 00:09: ioport range 0x900-0x91f has been reserved
[   11.001510] pnp: 00:09: ioport range 0x3f0-0x3f1 has been reserved
[   11.001526] pnp: 00:0f: ioport range 0xbf40-0xbf5f has been reserved
[   11.001541] pnp: 00:0f: ioport range 0xbf20-0xbf3f has been reserved
[   11.002503] PCI: Bridge: 0000:00:01.0
[   11.002510]   IO window: c000-cfff
[   11.002527]   MEM window: fc000000-fdffffff
[   11.002536]   PREFETCH window: e0000000-e7ffffff
[   11.002597] PCI: Bus 3, cardbus bridge: 0000:02:01.0
[   11.002602]   IO window: 0000e000-0000e0ff
[   11.002619]   IO window: 0000e400-0000e4ff
[   11.002629]   PREFETCH window: 50000000-53ffffff
[   11.002638]   MEM window: f4000000-f7ffffff
[   11.002656] PCI: Bus 7, cardbus bridge: 0000:02:01.1
[   11.002662]   IO window: 0000e800-0000e8ff
[   11.002670]   IO window: 00001000-000010ff
[   11.002688]   PREFETCH window: 54000000-57ffffff
[   11.002697]   MEM window: 60000000-63ffffff
[   11.002715] PCI: Bus 11, cardbus bridge: 0000:02:03.0
[   11.002721]   IO window: 00001400-000014ff
[   11.002728]   IO window: 00001800-000018ff
[   11.002746]   PREFETCH window: 58000000-5bffffff
[   11.002756]   MEM window: 64000000-67ffffff
[   11.002764] PCI: Bridge: 0000:00:1e.0
[   11.002781]   IO window: e000-ffff
[   11.002791]   MEM window: f4000000-fbffffff
[   11.002809]   PREFETCH window: 50000000-5dffffff
[   11.002848] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[   11.002883] PCI: Enabling device 0000:02:01.0 (0000 -> 0003)
[   11.004256] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[   11.004288] PCI: setting IRQ 11 as level-triggered
[   11.004294] ACPI: PCI Interrupt 0000:02:01.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
[   11.004335] PCI: Enabling device 0000:02:01.1 (0000 -> 0003)
[   11.004351] ACPI: PCI Interrupt 0000:02:01.1[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
[   11.005702] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
[   11.005708] PCI: setting IRQ 5 as level-triggered
[   11.005723] ACPI: PCI Interrupt 0000:02:03.0[A] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
[   11.005804] NET: Registered protocol family 2
[   11.044432] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[   11.044905] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[   11.047006] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[   11.048337] TCP: Hash tables configured (established 131072 bind 65536)
[   11.048345] TCP reno registered
[   11.060655] checking if image is initramfs... it is
[   12.813207] Freeing initrd memory: 6785k freed
[   12.814213] audit: initializing netlink socket (disabled)
[   12.814248] audit(1182181522.880:1): initialized
[   12.814509] highmem bounce pool size: 64 pages
[   12.814759] VFS: Disk quotas dquot_6.5.1
[   12.814819] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   12.814965] io scheduler noop registered
[   12.814972] io scheduler anticipatory registered
[   12.814977] io scheduler deadline registered
[   12.815006] io scheduler cfq registered (default)
[   12.815639] isapnp: Scanning for PnP cards...
[   13.173339] isapnp: No Plug & Play device found
[   13.250945] Real Time Clock Driver v1.12ac
[   13.251097] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   13.251800] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   13.253771] 00:0d: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   13.254359] ACPI: PCI Interrupt 0000:00:1f.6[B] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
[   13.254387] ACPI: PCI interrupt for device 0000:00:1f.6 disabled
[   13.254580] mice: PS/2 mouse device common for all mice
[   13.256301] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   13.256978] input: Macintosh mouse button emulation as /class/input/input0
[   13.257084] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[   13.257093] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[   13.257583] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[   13.268187] serio: i8042 KBD port at 0x60,0x64 irq 1
[   13.268198] serio: i8042 AUX port at 0x60,0x64 irq 12
[   13.268599] EISA: Probing bus 0 at eisa.0
[   13.268613] Cannot allocate resource for EISA slot 1
[   13.268661] EISA: Detected 0 cards.
[   13.298897] TCP cubic registered
[   13.298922] NET: Registered protocol family 1
[   13.298992] Using IPI No-Shortcut mode
[   13.299176] ACPI: (supports S0 S1 S3 S4 S5)
[   13.299306]   Magic number: 11:179:791
[   13.300398] Freeing unused kernel memory: 328k freed
[   13.302116] Time: tsc clocksource has been installed.
[   13.302525] input: AT Translated Set 2 keyboard as /class/input/input1
[   15.082026] Capability LSM initialized
[   15.805912] ACPI: CPU0 (power states: C1[C1] C2[C2])
[   15.805925] ACPI: Processor [CPU0] (supports 8 throttling states)
[   15.835426] ACPI: Thermal Zone [THM] (26 C)
[   18.235747] SCSI subsystem initialized
[   18.253242] libata version 2.20 loaded.
[   18.264423] ata_piix 0000:00:1f.1: version 2.10ac1
[   18.264468] PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
[   18.265956] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[   18.265971] ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[   18.266014] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[   18.266147] ata1: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x0001bfa0 irq 14
[   18.266233] ata2: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x0001bfa8 irq 15
[   18.266283] scsi0 : ata_piix
[   18.429146] usbcore: registered new interface driver usbfs
[   18.429212] usbcore: registered new interface driver hub
[   18.429388] usbcore: registered new device driver usb
[   18.433993] ata1.00: ata_hpa_resize 1: sectors = 78140160, hpa_sectors = 78140160
[   18.434011] ata1.00: ATA-6: FUJITSU MHT2040AH, 006C, max UDMA/100
[   18.434017] ata1.00: 78140160 sectors, multi 8: LBA 
[   18.441970] ata1.00: ata_hpa_resize 1: sectors = 78140160, hpa_sectors = 78140160
[   18.441987] ata1.00: configured for UDMA/100
[   18.442019] scsi1 : ata_piix
[   18.542810] USB Universal Host Controller Interface driver v3.0
[   18.605220] scsi 0:0:0:0: Direct-Access     ATA      FUJITSU MHT2040A 006C PQ: 0 ANSI: 5
[   18.608798] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
[   18.608815] ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNKC] -> GSI 11 (level, low) -> IRQ 11
[   18.608839] 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html
[   18.608849] 0000:02:00.0: 3Com PCI 3c905C Tornado at f881ec00.
[   18.631687] ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[   18.631719] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[   18.631726] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[   18.632043] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[   18.632099] uhci_hcd 0000:00:1d.0: irq 11, io base 0x0000bf80
[   18.632415] usb usb1: configuration #1 chosen from 1 choice
[   18.632490] hub 1-0:1.0: USB hub found
[   18.632514] hub 1-0:1.0: 2 ports detected
[   18.801597] Floppy drive(s): fd0 is 1.44M
[   18.825900] FDC 0 is a post-1991 82077
[   19.108812] SCSI device sda: 78140160 512-byte hdwr sectors (40008 MB)
[   19.109507] sda: Write Protect is off
[   19.109515] sda: Mode Sense: 00 3a 00 00
[   19.109592] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   19.109751] SCSI device sda: 78140160 512-byte hdwr sectors (40008 MB)
[   19.109785] sda: Write Protect is off
[   19.109790] sda: Mode Sense: 00 3a 00 00
[   19.109849] SCSI device sda: write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   19.109856]  sda:<6>Time: acpi_pm clocksource has been installed.
[   10.068000]  sda1 sda2 < sda5 >
[   10.092000] sd 0:0:0:0: Attached scsi disk sda
[   10.108000] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   10.380000] Attempting manual resume
[   10.380000] swsusp: Resume From Partition 8:5
[   10.380000] PM: Checking swsusp image.
[   10.380000] PM: Resume from disk failed.
[   10.452000] kjournald starting.  Commit interval 5 seconds
[   10.452000] EXT3-fs: mounted filesystem with ordered data mode.
[   25.164000] intel_rng: FWH not detected
[   25.180000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   25.228000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   25.256000] iTCO_vendor_support: vendor-support=0
[   25.256000] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.01 (11-Nov-2006)
[   25.256000] iTCO_wdt: Found a ICH3-M TCO device (Version=1, TCOBASE=0x0860)
[   25.256000] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   25.312000] Linux agpgart interface v0.102 (c) Dave Jones
[   25.316000] agpgart: Detected an Intel i845 Chipset.
[   25.320000] agpgart: AGP aperture is 64M @ 0xe8000000
[   26.392000] Yenta: CardBus bridge found at 0000:02:01.0 [1028:012a]
[   26.392000] Yenta: Using CSCINT to route CSC interrupts to PCI
[   26.392000] Yenta: Routing CardBus interrupts to PCI
[   26.392000] Yenta TI: socket 0000:02:01.0, mfunc 0x01261222, devctl 0x64
[   26.624000] Yenta: ISA IRQ mask 0x0498, PCI irq 11
[   26.624000] Socket status: 30000006
[   26.624000] pcmcia: parent PCI bridge I/O window: 0xe000 - 0xffff
[   26.624000] cs: IO port probe 0xe000-0xffff: clean.
[   26.624000] pcmcia: parent PCI bridge Memory window: 0xf4000000 - 0xfbffffff
[   26.624000] pcmcia: parent PCI bridge Memory window: 0x50000000 - 0x5dffffff
[   26.624000] Yenta: CardBus bridge found at 0000:02:01.1 [1028:012a]
[   26.624000] Yenta: Using CSCINT to route CSC interrupts to PCI
[   26.624000] Yenta: Routing CardBus interrupts to PCI
[   26.624000] Yenta TI: socket 0000:02:01.1, mfunc 0x01261222, devctl 0x64
[   26.856000] Yenta: ISA IRQ mask 0x0498, PCI irq 11
[   26.856000] Socket status: 30000006
[   26.856000] pcmcia: parent PCI bridge I/O window: 0xe000 - 0xffff
[   26.856000] cs: IO port probe 0xe000-0xffff: clean.
[   26.856000] pcmcia: parent PCI bridge Memory window: 0xf4000000 - 0xfbffffff
[   26.856000] pcmcia: parent PCI bridge Memory window: 0x50000000 - 0x5dffffff
[   26.856000] Yenta: CardBus bridge found at 0000:02:03.0 [12a3:ab01]
[   26.856000] Yenta: Enabling burst memory read transactions
[   26.856000] Yenta: Using CSCINT to route CSC interrupts to PCI
[   26.856000] Yenta: Routing CardBus interrupts to PCI
[   26.856000] Yenta TI: socket 0000:02:03.0, mfunc 0x01000002, devctl 0x60
[   27.048000] input: PC Speaker as /class/input/input2
[   27.060000] parport: PnPBIOS parport detected.
[   27.060000] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
[   27.088000] Yenta: ISA IRQ mask 0x0000, PCI irq 5
[   27.088000] Socket status: 30000010
[   27.088000] pcmcia: parent PCI bridge I/O window: 0xe000 - 0xffff
[   27.088000] cs: IO port probe 0xe000-0xffff: clean.
[   27.088000] pcmcia: parent PCI bridge Memory window: 0xf4000000 - 0xfbffffff
[   27.088000] pcmcia: parent PCI bridge Memory window: 0x50000000 - 0x5dffffff
[   27.260000] Synaptics Touchpad, model: 1, fw: 5.9, id: 0x9b4cb1, caps: 0x884793/0x0
[   27.260000] serio: Synaptics pass-through port at isa0060/serio1/input0
[   27.304000] input: SynPS/2 Synaptics TouchPad as /class/input/input3
[   27.740000] pccard: PCMCIA card inserted into slot 2
[   27.756000] ACPI: PCI Interrupt 0000:00:1f.5[B] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
[   27.756000] PCI: Setting latency timer of device 0000:00:1f.5 to 64
[   28.180000] cs: memory probe 0xf4000000-0xfbffffff: excluding 0xf4000000-0xf8ffffff
[   28.184000] pcmcia: registering new device pcmcia2.0
[   28.244000] cs: IO port probe 0x100-0x3af: clean.
[   28.244000] cs: IO port probe 0x3e0-0x4ff: clean.
[   28.244000] cs: IO port probe 0x820-0x8ff: clean.
[   28.244000] cs: IO port probe 0xc00-0xcf7: clean.
[   28.244000] cs: IO port probe 0xa00-0xaff: clean.
[   28.248000] cs: IO port probe 0x100-0x3af: clean.
[   28.248000] cs: IO port probe 0x3e0-0x4ff: clean.
[   28.248000] cs: IO port probe 0x820-0x8ff: clean.
[   28.252000] cs: IO port probe 0xc00-0xcf7: clean.
[   28.252000] cs: IO port probe 0xa00-0xaff: clean.
[   28.252000] cs: IO port probe 0x100-0x3af: clean.
[   28.256000] cs: IO port probe 0x3e0-0x4ff: clean.
[   28.256000] cs: IO port probe 0x820-0x8ff: clean.
[   28.256000] cs: IO port probe 0xc00-0xcf7: clean.
[   28.256000] cs: IO port probe 0xa00-0xaff: clean.
[   28.324000] intel8x0_measure_ac97_clock: measured 55235 usecs
[   28.324000] intel8x0: clocking to 48000
[   28.460000] orinoco 0.15 (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx>, Pavel Roskin <proski@xxxxxxx>, et al)
[   28.468000] orinoco_cs 0.15 (David Gibson <hermes@xxxxxxxxxxxxxxxxxxxxx>, Pavel Roskin <proski@xxxxxxx>, et al)
[   28.468000] pcmcia: request for exclusive IRQ could not be fulfilled.
[   28.468000] pcmcia: the driver needs updating to supported shared IRQ lines.
[   28.556000] eth1: Hardware identity 0005:0004:0005:0000
[   28.556000] eth1: Station identity  001f:0001:0008:000a
[   28.556000] eth1: Firmware determined as Lucent/Agere 8.10
[   28.556000] eth1: Ad-hoc demo mode supported
[   28.556000] eth1: IEEE standard IBSS ad-hoc mode supported
[   28.556000] eth1: WEP supported, 104-bit key
[   28.556000] eth1: MAC address 00:02:2D:84:FB:66
[   28.556000] eth1: Station name "HERMES I"
[   28.560000] eth1: ready
[   28.560000] eth1: orinoco_cs at 2.0, irq 5, io 0xe100-0xe13f
[   28.856000] fuse init (API version 7.8)
[   28.912000] lp0: using parport0 (interrupt-driven).
[   28.988000] Adding 1646620k swap on /dev/disk/by-uuid/3d7d5ce0-fb04-4522-979c-f0ad81df47c6.  Priority:-1 extents:1 across:1646620k
[   29.152000] EXT3 FS on sda1, internal journal
[   29.972000] NET: Registered protocol family 17
[   31.448000] input: PS/2 Generic Mouse as /class/input/input4
[   34.752000] ACPI: Video Device [VID] (multi-head: yes  rom: no  post: no)
[   35.140000] ACPI: Battery Slot [BAT0] (battery present)
[   35.244000] ACPI: Battery Slot [BAT1] (battery present)
[   35.284000] ACPI: ACPI Dock Station Driver 
[   35.312000] ACPI: AC Adapter [AC] (off-line)
[   35.420000] Using specific hotkey driver
[   35.592000] ibm_acpi: ec object not found
[   35.664000] input: Lid Switch as /class/input/input5
[   35.664000] ACPI: Lid Switch [LID]
[   35.680000] input: Power Button (CM) as /class/input/input6
[   35.680000] ACPI: Power Button (CM) [PBTN]
[   35.688000] input: Sleep Button (CM) as /class/input/input7
[   35.688000] ACPI: Sleep Button (CM) [SBTN]
[   36.060000] pcc_acpi: loading...
[   42.604000] eth1: New link status: Disconnected (0002)
[   42.612000] eth0:  setting half-duplex.
[   44.012000] [drm] Initialized drm 1.1.0 20060810
[   44.032000] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[   44.036000] [drm] Initialized radeon 1.25.0 20060524 on minor 0
[   44.736000] ppdev: user-space parallel port driver
[   45.060000] agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
[   45.060000] agpgart: Putting AGP V2 device at 0000:00:00.0 into 1x mode
[   45.060000] agpgart: Putting AGP V2 device at 0000:01:00.0 into 1x mode
[   45.356000] [drm] Setting GART location based on new memory map
[   45.356000] [drm] writeback test succeeded in 2 usecs
[   46.084000] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[   46.084000] apm: overridden by ACPI.
[   46.328000] Bluetooth: Core ver 2.11
[   46.328000] NET: Registered protocol family 31
[   46.328000] Bluetooth: HCI device and connection manager initialized
[   46.328000] Bluetooth: HCI socket layer initialized
[   46.372000] Bluetooth: L2CAP ver 2.8
[   46.372000] Bluetooth: L2CAP socket layer initialized
[   46.392000] Bluetooth: RFCOMM socket layer initialized
[   46.392000] Bluetooth: RFCOMM TTY layer initialized
[   46.392000] Bluetooth: RFCOMM ver 1.8
[   58.728000] NET: Registered protocol family 10
[   58.728000] lo: Disabled Privacy Extensions
[   58.728000] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   58.728000] ADDRCONF(NETDEV_UP): eth1: link is not ready
[  120.604000] eth1: New link status: Connected (0001)
[  120.608000] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[  130.820000] eth1: no IPv6 routers present
[  407.032000] eth1: New link status: Disconnected (0002)
[  407.052000] eth1: This firmware requires an ESSID in IBSS-Ad-Hoc mode.
[  407.504000] eth1: New link status: Connected (0001)
[  526.424000] eth1: New link status: Disconnected (0002)
[  526.692000] eth1: New link status: Connected (0001)
[  667.760000] eth1: New link status: Disconnected (0002)
[  667.992000] eth1: New link status: Connected (0001)
[  742.012000] usb 1-1: new full speed USB device using uhci_hcd and address 2
[  742.168000] usb 1-1: configuration #1 chosen from 1 choice
[  742.464000] usbcore: registered new interface driver libusual
[  742.500000] Initializing USB Mass Storage driver...
[  742.500000] scsi2 : SCSI emulation for USB Mass Storage devices
[  742.500000] usbcore: registered new interface driver usb-storage
[  742.500000] USB Mass Storage support registered.
[  742.500000] usb-storage: device found at 2
[  742.500000] usb-storage: waiting for device to settle before scanning
[  747.500000] usb-storage: device scan complete
[  747.504000] scsi 2:0:0:0: Direct-Access     SanDisk  U3 Cruzer Micro  2.17 PQ: 0 ANSI: 2
[  747.516000] SCSI device sdb: 4013713 512-byte hdwr sectors (2055 MB)
[  747.524000] sdb: Write Protect is off
[  747.524000] sdb: Mode Sense: 03 00 00 00
[  747.524000] sdb: assuming drive cache: write through
[  747.548000] SCSI device sdb: 4013713 512-byte hdwr sectors (2055 MB)
[  747.556000] sdb: Write Protect is off
[  747.556000] sdb: Mode Sense: 03 00 00 00
[  747.556000] sdb: assuming drive cache: write through
[  747.556000]  sdb: sdb1
[  747.568000] sd 2:0:0:0: Attached scsi removable disk sdb
[  747.568000] sd 2:0:0:0: Attached scsi generic sg1 type 0
[  788.048000] hermes @ 0001e100: Timeout waiting for command 0x0001 completion.
[  788.048000] eth1: Unable to enable port while reconfiguring card
[  788.048000] eth1: Resetting instead...
[  788.052000] eth1: New link status: Disconnected (0002)
[  788.056000] orinoco_cs 2.0: suspend
[  788.160000] orinoco_cs 2.0: resuming
[  788.160000] orinoco_cs 2.0: resuming
[  788.464000] eth1: New link status: Disconnected (0002)
[  788.556000] eth1: New link status: Connected (0001)
[  817.880000] usb 1-1: USB disconnect, address 2
[  908.068000] eth1: New link status: Disconnected (0002)
[  908.280000] eth1: New link status: Connected (0001)
[ 1049.384000] eth1: New link status: Disconnected (0002)
[ 1049.600000] eth1: New link status: Connected (0001)
[ 1190.760000] eth1: New link status: Disconnected (0002)
[ 1190.972000] eth1: New link status: Connected (0001)
[ 1311.044000] eth1: New link status: Disconnected (0002)
[ 1311.256000] eth1: New link status: Connected (0001)
[ 1452.364000] eth1: New link status: Disconnected (0002)
[ 1452.584000] eth1: New link status: Connected (0001)
[ 1477.896000] hermes @ 0001e100: Timeout waiting for command 0x0021 completion.
[ 1477.900000] hermes @ 0001e100: Timeout waiting for command 0x0011 completion.
[ 1477.904000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1477.904000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1477.904000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1477.904000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1479.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1479.436000] hermes @ 0001e100: Error -16 issuing command 0x0011.
[ 1479.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1479.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1479.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1479.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1483.436000] printk: 6 messages suppressed.
[ 1483.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1489.436000] printk: 17 messages suppressed.
[ 1489.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1493.436000] printk: 11 messages suppressed.
[ 1493.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1499.436000] printk: 17 messages suppressed.
[ 1499.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1503.436000] printk: 11 messages suppressed.
[ 1503.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1509.436000] printk: 17 messages suppressed.
[ 1509.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1513.436000] printk: 11 messages suppressed.
[ 1513.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1519.436000] printk: 17 messages suppressed.
[ 1519.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1523.436000] printk: 11 messages suppressed.
[ 1523.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1529.436000] printk: 17 messages suppressed.
[ 1529.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1533.436000] printk: 11 messages suppressed.
[ 1533.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1539.436000] printk: 17 messages suppressed.
[ 1539.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1543.436000] printk: 11 messages suppressed.
[ 1543.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1549.436000] printk: 17 messages suppressed.
[ 1549.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1553.436000] printk: 11 messages suppressed.
[ 1553.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1559.436000] printk: 17 messages suppressed.
[ 1559.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1563.436000] printk: 11 messages suppressed.
[ 1563.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1569.436000] printk: 17 messages suppressed.
[ 1569.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1573.436000] printk: 11 messages suppressed.
[ 1573.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1579.436000] printk: 17 messages suppressed.
[ 1579.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1583.436000] printk: 11 messages suppressed.
[ 1583.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1589.436000] printk: 17 messages suppressed.
[ 1589.436000] hermes @ 0001e100: Error -16 issuing command 0x0021.
[ 1593.432000] hermes @ 0001e100: BAP0 offset timeout: reg=0x8000 id=0xfc80 offset=0x0
[ 1593.432000] eth1: Error -110 setting multicast list.
[ 1593.452000] printk: 11 messages suppressed.
[ 1593.452000] hermes @ 0001e100: Error -16 issuing command 0x0002.
[ 1593.452000] eth1: Unable to disable port while reconfiguring card
[ 1593.452000] eth1: Resetting instead...
[ 1593.452000] orinoco_cs 2.0: suspend
[ 1593.556000] orinoco_cs 2.0: resuming
[ 1593.556000] orinoco_cs 2.0: resuming
[ 1613.180000] ACPI: PCI Interrupt 0000:00:1f.6[B] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
[ 1613.180000] PCI: Setting latency timer of device 0000:00:1f.6 to 64
 A modem device/card may be disabled at bootup, due to a variety of causes.
 Look at the bootup diagnostics record dmesg.txt  written out through:
 $ dmesg > dmesg.txt
 and try to garner some understanding from it.  Possibilities therein are too
 diverse to be automagically processed by scanModem. A line including the PCI
 bus slot 00:1f.6 of your modem, and "disable" or "disabling" predicts problems,
 though sometimes corrected later in the bootup.  Similarly a line with "@"
 in the interrupt (IRQ) for your 00:1f.6 slot is predictive of problems. 

 Possible corrections are:
 0) Get unloading.gz from http://phep2.technion.ac.il/linmodems/packages/
 This script unloads excess drivers which may be competing for resources. 
 Before trying to set up the modem, do:
 $ gunzip unloading.gz
 $ chmod +x unloading
 $ su - root 
 # ./unloading
 Or for Ubuntu related Distros
 $ sudo ./unloading
 
 1) Within the boot up BIOS, change from a Windows to a non-PNP/Other Operating System type.
 Instructions for accessing BIOS are at:
 http://linmodems.technion.ac.il/resources.html within:  Additional Resourcces.
 2a) Add an option "pci=routeirq" to the kernel boot up line.
 Here is an example paragraph from  /boot/grub/menu.lst :
       title           Ubuntu, kernel 2.6.15-26-686
       root            (hd0,6)
       kernel          /boot/vmlinuz-2.6.15-26-686 root=/dev/hda7 ro pci=routeirq
       initrd          /boot/initrd.img-2.6.15-26-686
       savedefault
 2b) Same as above, but use "pollirq" instead of "pci=routeirq".
 3) Within some BIOS setups, IRQ assignments can be changed.
 4) On non-laptop systems, moving the modem card to another slot has helped.
 5) Sometimes upgrading the kernel solves the problem.
 6) Sometimes downgrading the kernel solves the problem.
 7) Sometimes changing the Linux distribution solves the problem.
  
 Only plain text email is forwarded by the  DISCUSS@xxxxxxxxxxxxx List Server.
 Do use the following as the email Subject Line:
           SomeName, YourCountry Ubuntu 7.04  kernel 2.6.20-16-generic 
 This will alert cogent experts, and  distinguish cases in the Archives.
 YourCountry will enable Country Code guidance.
 Occassionally responses are blocked by an Internet Provider mail filters.
 So in a day, also check the Archived responses at http://www.linmodems.org .
 Local Linux experts can be found through: http://www.linux.org/groups/index.html
--------------------------  System information ----------------------------
CPU=i686,  Ubuntu 7.04 
Linux version 2.6.20-16-generic (root@terranova) (gcc version 4.1.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Thu Jun 7 20:19:32 UTC 2007
 scanModem update of:  2007_June_16


ALSAversion 1.0.13
USB modem not detected by lsusb

Modem or host audio card candidates have firmware information:

 PCI slot	PCI ID		SubsystemID	Name
 ----------	---------	---------	--------------
 00:1f.6	8086:2486	134d:4c21	Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller 

 Modem interrupt assignment and sharing: 
  5:       1488    XT-PIC-XT        yenta, Intel 82801CA-ICH3, pcmcia2.0, Intel 82801CA-ICH3 Modem

 --- Bootup diagnositcs for card in PCI slot 00:1f.6 ----
[   13.254359] ACPI: PCI Interrupt 0000:00:1f.6[B] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
[   13.254387] ACPI: PCI interrupt for device 0000:00:1f.6 disabled
[ 1613.180000] ACPI: PCI Interrupt 0000:00:1f.6[B] -> Link [LNKB] -> GSI 5 (level, low) -> IRQ 5
[ 1613.180000] PCI: Setting latency timer of device 0000:00:1f.6 to 64

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

 === Finished modem firmware and bootup diagnostics section. ===
 === Next deducing cogent software ===

 For candidate modem in PCI bus:  00:1f.6
   Class 0703: 8086:2486 Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller
      Primary PCI_id  8086:2486
    Subsystem PCI_id  134d:4c21 , 134d is an ALSA compatible identification
    Softmodem codec or Vendor from diagnostics: SIL21, a Pctel type.
                              from    Archives: SIL21, a Pctel type.
                        

 Lacking a dsp (digital signal processing) chip, the modem is a software 
 intensive or "softmodem" type. Its primary controller manages the traffic 
 with the CPU. But the software needed is specified in the Subsystem.
 -----------------------------------------
Support type needed or chipset:	slmodemd

 An ALSA (Advanced Linux Sound Architecture) modem driver:  snd-intel8x0m
 provides Low Level support enabling contact with the modem hardware.
 For all BUT Conexant chip soft modems (using hsfmodem software)
 complementary High Level support is through a Smartlink utility:  slmodemd

 Download from http://linmodems.technion.ac.il/packages/smartlink/ 
 the package SLMODEMD-1.0.13.tar.gz having a compiled slmodemd. Unpack under Linux with:
 	$ tar zxf SLMODEMD-1.0.13.tar.gz
 and read instructions therein. But briefly, the modem is setup with command:
 	sudo slmodemd -c YOUR_COUNTRY --alsa modem:1 
 reporting dynamic creation of ports:
	/dev/ttySL0 --> /dev/pts/N   , with N some number
 Read Smartlink.txt and Modem/YourSystem.txt for follow through guidance.

 Already loaded into the kernel is snd-intel8x0m and audio drivers it depends on,
 displayed by:	lsmod | grep snd_intel8x0m
Module                  Size  Used by
-------------------------------------
snd_intel8x0m          18700  0 
snd_ac97_codec         98464  2 snd_intel8x0m,snd_intel8x0
snd_pcm                79876  4 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd                    54020  13 snd_intel8x0m,snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
snd_page_alloc         10888  3 snd_intel8x0m,snd_intel8x0,snd_pcm


The diagnostic outputs for this softmodem section have their raw information in
folders and text files under /proc/asound/ which you can browse. The information
is from files:
	/proc/asound/pcm
-------------------------------
00-01: Intel ICH - MIC ADC : Intel 82801CA-ICH3 - MIC ADC : capture 1
00-00: Intel ICH : Intel 82801CA-ICH3 : playback 1 : capture 1
01-00: Intel ICH - Modem : Intel 82801CA-ICH3 Modem - Modem : playback 1 : capture 1

	/proc/asound/modules
-------------------------------
 0 snd_intel8x0
 1 snd_intel8x0m
	/proc/asound/card1/codec97#0/mc97#1-1+regs
-------------------------------
0:7c = 5349  and  0:7e = 4c21
which were translated from hexadecimal code into:  SIL21

	/proc/asound/card1/codec97#0/mc97#1-1
-------------------------------
Extended modem ID: codec=1 LIN1

and from the command:
	aplay -l | grep -i modem
card 1: Modem [Intel 82801CA-ICH3 Modem], device 0: Intel ICH - Modem [Intel 82801CA-ICH3 Modem - Modem]

----------------end Softmodem section --------------

Writing Intel.txt
Writing Smartlink.txt
============ end Smartlink section =====================

 Completed candidate modem analyses.

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

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

 Kernel-header resources needed for compiling are not manifestly ready!

 If compiling is necessary packages must be installed, providing:
	 linux-headers-2.6.20-16-generic


Checking pppd properties:
	-rwsr-xr-- 1 root dip 269224 2007-04-04 23:41 /usr/sbin/pppd

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

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

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

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

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

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

 Checking for modem support lines:
 --------------------------------------
     /device/modem symbolic link:   
slmodemd created symbolic link /dev/ttySL0:  
     Within /etc/udev/ files:

     Within /etc/modprobe.conf files:
/etc/modprobe.d/alsa-base:options snd-atiixp-modem index=-2
/etc/modprobe.d/alsa-base:options snd-via82xx-modem index=-2
/etc/modprobe.d/blacklist-modem:# Uncomment these entries in order to blacklist unwanted modem drivers
/etc/modprobe.d/blacklist-modem:# blacklist snd-atiixp-modem
/etc/modprobe.d/blacklist-modem:# blacklist snd-via82xx-modem
     Within any ancient /etc/devfs files:

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

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

Modem usage is accomplished through drivers, sometimes some helper software,
and the core communication work horse "pppd". Usually it will be found at
/usr/sbin/pppd with permissions shown on my Ubuntu system by:
$ ls -l /usr/sbin/pppd
-rwsr-xr--  1 root dip 257720 2006-07-05 08:58 /usr/sbin/pppd
The s means "sticky" meaning only one person can use pppd at a time.
As installed, it requires Root/Adm permissions to use pppd, directly or
through front end dialer tools.  This is a security precaution common to
all COMM channels. But if you want to enable a simple User to dialout,
as is basically OK for a single user PC, do:
$ su - root
# chmod a+x /usr/sbin/pppd
or for Ubuntu:
$ sudo chmod a+x /usr/sbin/pppd
after which there will be seen:
$ ls -l /usr/sbin/pppd
-rwsr-xr-x  1 root dip 257720 2006-07-05 08:58 /usr/sbin/pppd
with the last x meaning any one can execute pppd, either directly or
much more commonly through a front end dialer such as wvdial of KPPP.

Configuration file for wvdial
-------------------------------
There is a very smart dialer utility "wvdial" 
which can be used once basic modem setup is accomplished.  A configuration file
is needed, which begins below with [Dialer defaults].  This file can be accessed
any where by:
$ wvdial --config Path_to/configuration_file
Most commonly the configuration file is saved as:
	/etc/wvdial.conf
whereat it will serve all Users of the computer. If saved as:
	/home/LoginName/.wvdial.rc
it will be found and used before  /etc/wvdial.conf. Note that "." beginning
a file name means "do not show it", excess through usage of:
$ ls -a 
Many local configuration files are thus "hidden" in your /home/LoginName/ folder

Some Linux installations have dialup tools like Kinternet, GnomePPP, and the
Redhat/Fedora Internet Connection Wizard which are front ends for wvdial and
will write /etc/wvdial.conf files.  For this reason, it is advisable to test
your configuration file first, before copying it to /etc/wvdial.conf. Typically
a first test is run with:
$ sudo wvdialconf wvtest
WvModem<*1>: Cannot get information for serial port.
ttySL0<*1>: ATQ0 V1 E1 -- OK
ttySL0<*1>: ATQ0 V1 E1 Z -- OK
ttySL0<*1>: ATQ0 V1 E1 S0=0 -- OK
ttySL0<*1>: ATQ0 V1 E1 S0=0 &C1 -- OK
ttySL0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 -- OK
ttySL0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK
ttySL0<*1>: Modem Identifier: ATI -- SmartLink Soft Modem
ttySL0<*1>: Speed 4800: AT -- OK
ttySL0<*1>: Speed 9600: AT -- OK
ttySL0<*1>: Speed 19200: AT -- OK
ttySL0<*1>: Speed 38400: AT -- OK
ttySL0<*1>: Speed 57600: AT -- OK
ttySL0<*1>: Speed 115200: AT -- OK
ttySL0<*1>: Speed 230400: AT -- OK
ttySL0<*1>: Speed 460800: AT -- OK
ttySL0<*1>: Max speed is 460800; that should be safe.
ttySL0<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 -- OK

Found a modem on /dev/ttySL0.
Modem configuration written to wvtest.
ttySL0<Info>: Speed 460800; init "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0"
------
will be included in a successful run, where in this case /dev/ttySL0 
is the responding device port.  The generated wvtest file is:
[Dialer Defaults]
Modem = /dev/ttySL0
Baud = 460800
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
; Phone = <Target Phone Number>
; Username = <Your Login Name>
; Password = <Your Password>

which at a minimim must be edited to a form like:
[Dialer Defaults]
Modem = /dev/ttySL0
Baud = 115200
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Phone = 3334445555
Username = Your_Login_Name
Password = Your_Password

Additional if your modem port is of the type /dev/pts/N , with N a number,
then there MUST be added a line:
 Carrier Check  =  no
This requirement currently applies to dialups using the helper utility: slmodemd
together with slamr, slusb or ALSA modem drivers, OR the  "      "    : martian_helper
used with the martian_dev  for Lucent/Agere modems with DSP chipsets.

Then a test dialput can be done with:
$ sudo wvdial --config wvtest

There are some Systems for which the wvdialcon test will stall at rfcomm ports.
This is a wvdialconf bug and can be bypassed by just using wvdial with a trial
wvtest, but you need to specify the port appropriate to your modem.

If the configuration file below, lines beginning with # are comments.
Removing a # will activate a line with wvdial instructions appropriate to 
special circumstances.


[Dialer defaults]
# Lines begining with # are comments.
# wvdial will look for this file at  /etc/wvdial.conf  or  /home/LoginName/.wvdial.rc

# Redhat/Fedora have an  Internet Connection Wizard in the popup menus 
# ICW will write a two part  /etc/wvdial.conf supporting multiple modem usage.

Modem = /dev/ttySL0   
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
#  Lack of dialtone acquisition can be due to low line voltage,
#    a common problem in Italy.
#  Try inserting a "dial without waiting": X3
#  Init2 = ATQ0 V1 E1 S0=0 X3 &C1 &D2 +FCLASS=0
#  In case of connection instabilities, specify a lower frequency:
#  Init2 = ATQ0 V1 E1 S0=0 X3 &C1 &D2  +MS=34
# a MS=90 option is sometimes necessary for Internet Providers with buggy V92 protocols:
#  Init2 = ATQ0 V1 E1 S0=0 X3 &C1 &D2  +MS=90
ISDN = 0
Modem Type = Analog Modem
Phone =  Dialout_phone_number
# if going through a switch board, a perhaps necessary pause can produced with a comma:
# Phone = 1,Dialout_phone_number 
Username = LoginName
# if Internet Provider is MSN.net, use under Linux:   MSN/LoginName
Password = YourPassWord

# the following lines is NEEDED only for usage with slmodemd or martian_helper
Carrier check = no
# Kinternet appears to add it automatically.

## If CONNECT is achieved but browsing fails, try activating the following line
# Auto DNS = yes
##    To make a logfile wvdial.out
# wvdial 2>&1 | tee wvdial.out
# #  For some Internet providers, the following line is necessary 
# Stupid Mode = yes
##  for other wvdial  options, do "man wvdial" or see the documentation in
##    /usr/share/doc/wvdial/

# to dial an alternate provide use "wvdial 2nd" which will preferentially read:
[Dialer 2nd]
Phone =  2nd_phone_number
Username = 2nd_LoginName
Password = 2nd_PassWord

## End wvdial config file

Script started on Mon 18 Jun 2007 01:40:27 PM EDT
]0;ianl@ianl-laptop: ~ianl@ianl-laptop:~$ wvdial

--> WvDial: Internet dialer version 1.56

--> Cannot get information for serial port.

--> Initializing modem.

--> Sending: ATZ

ATZ

OK

--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0

ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0

OK

--> Modem initialized.

--> Sending: ATDT98794032

--> Waiting for carrier.

ATDT98794032

--> Timed out while dialing.  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Sending: ATDT98794032

--> Waiting for carrier.

Caught signal 2:  Attempting to exit gracefully...

NO CARRIER

ATDT98794032

--> No Carrier!  Trying again.

--> Disconnecting at Mon Jun 18 13:41:35 2007

]0;ianl@ianl-laptop: ~ianl@ianl-laptop:~$ exit


Script done on Mon 18 Jun 2007 01:41:37 PM EDT

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

  Powered by Linux