Re: Mr. Tapu, Bangladesh Ubuntu 6.06.1 LTS kernel 2.6.15-27-386

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

 



Nazmul

Compiling  modem drivers are necessary
One of the two procedures must be followed.
If not yet on the Internet, put the Dapper install CD in the drive
Open a terminal and therein:
$ sudo apt-get install  gcc-4.0  make
Additionally the packages
linux-headers-2.6.15-27
linux-headers-2.6.15-27-386 must be downloaded.
Go to http://packages.ubuntu.com/  and search for
linux-headers-2.6.15-27-386

After downloading, it can be installed with:
$ sudo dpkg -i linux-header*.deb

Or alternatively if online through Ethernet do:
$ sudo apt-get update
$ sudo apt-get install build-essential
will do all the necessary installations mentioned above.

Get driver packages from
http://phep2.technion.ac.il/linmodems/packages/smartlink/
Download the ungrab-winmodem.tar.gz  and  slmodem-2.9.11-20070204.tar.gz
Unpack, Run the compile and installs.

Read the attached Smartlink.txt  for details.
Report back if you need help.

MarvS


On 3/19/07, Nazmul Hasan <nhtapu@xxxxxxxxxxxx> wrote:
dear freinds, for my modem problem i added ModemData.txt and dmesg.txt files
underneath-


-------********** ModemData.txt******----------
 Only plain text email is forwarded by the  DISCUSS@xxxxxxxxxxxxx List
Server.
 Do use the following as the email Subject Line:
           SomeName, YourCountry Ubuntu 6.06.1 LTS  kernel 2.6.15-27-386
 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 6.06.1 LTS
Linux version 2.6.15-27-386 (buildd@terranova) (gcc version 4.0.3 (Ubuntu
4.0.3-1ubuntu5)) #1 PREEMPT Sat Sep 16 01:51:59 UTC 2006
 scanModem update of:  2007_March_15


USB modem not detected by lsusb

Modem or host audio card candidates have firmware information:

 PCI slot PCI ID  SubsystemID Name
 ---------- --------- --------- --------------
 0000:01:00.0 2000:2800 1815:2800 Modem: Smart Link Ltd.: Unknown device
2800

 Modem interrupt assignment and sharing:

 --- Bootup diagnositcs for card in PCI slot 0000:01:00.0 ----
[17179571.992000] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 21 (level,
low) -> IRQ 169
[17179571.992000] ACPI: PCI interrupt for device 0000:01:00.0 disabled

 The PCI slot 0000:01:00.0 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 ===

 Completed candidate modem analyses.

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

 The kernel was compiled with gcc version 4.0.3 and a compiler is not
installed


If compiling a modem driver proves to be necessary, one of the two
procedures must be followed.
If not yet on the Internet, put the Dapper install CD in the drive
Open a terminal and therein:
$ sudo apt-get install  gcc-4.0  make
Additionally the package linux-headers-2.6.15-27-386 must be downloaded.
Go to http://packages.ubuntu.com/  and search for
linux-headers-2.6.15-27-386
After downloading, it can be installed with:
$ sudo dpkg -i linux-header*.deb

Or alternatively if online through Ethernet do:
$ sudo apt-get update
$ sudo apt-get install build-essential
will do all the necessary installations mentioned above.

In either installation case, set a symbolic link which will be expected
later:
$ sudo ln -s /usr/bin/gcc-4.0  /usr/bin/gcc
After check with:
$ ls -l /usr/bin/gcc*
which should display:
lrwxrwxrwx 1 root root    16 2006-07-09 21:53 /usr/bin/gcc ->
/usr/bin/gcc-4.0
-rwxr-xr-x 1 root root 93584 2006-04-20 18:22 /usr/bin/gcc-4.0
-rwxr-xr-x 1 root root 16245 2006-04-20 18:13 /usr/bin/gccbug-4.0

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

 If compiling is necessary packages must be installed, providing:
 gcc-4.0 make linux-headers-2.6.15-27-386


Checking pppd properties:
 -rwsr-xr-- 1 root dip 257720 2006-07-05 19:00 /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
auth
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


 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:
/etc/udev/rules.d/60-symlinks.rules:# Create /dev/modem symlink
/etc/udev/rules.d/60-symlinks.rules:KERNEL=="ttyLTM[0-9]*",
SYMLINK+="modem"
     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 --------


------*******dmesg.txt*****--------
           CPU0
  0:     103961    IO-APIC-edge  timer
  1:         98    IO-APIC-edge  i8042
  7:          0    IO-APIC-edge  parport0
  8:          3    IO-APIC-edge  rtc
  9:          1   IO-APIC-level  acpi
 12:      41777    IO-APIC-edge  i8042
 14:      18224    IO-APIC-edge  ide0
 15:       6639    IO-APIC-edge  ide1
177:          0   IO-APIC-level  libata, uhci_hcd:usb3
185:      27070   IO-APIC-level  uhci_hcd:usb1, uhci_hcd:usb4,
i915@pci:0000:00:02.0
193:          0   IO-APIC-level  uhci_hcd:usb2
201:          0   IO-APIC-level  ehci_hcd:usb5
209:        661   IO-APIC-level  Intel ICH5
NMI:          0
LOC:     103794
ERR:          0
MIS:          0

[17179569.184000] Linux version 2.6.15-27-386 (buildd@terranova) (gcc
version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Sat Sep 16 01:51:59 UTC
2006
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[17179569.184000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[17179569.184000]  BIOS-e820: 00000000000e6000 - 0000000000100000 (reserved)
[17179569.184000]  BIOS-e820: 0000000000100000 - 000000000ef2fc00 (usable)
[17179569.184000]  BIOS-e820: 000000000ef2fc00 - 000000000ef30000 (ACPI NVS)
[17179569.184000]  BIOS-e820: 000000000ef30000 - 000000000ef40000 (ACPI
data)
[17179569.184000]  BIOS-e820: 000000000ef40000 - 000000000eff0000 (ACPI NVS)
[17179569.184000]  BIOS-e820: 000000000eff0000 - 000000000f000000 (reserved)
[17179569.184000]  BIOS-e820: 00000000fecf0000 - 00000000fecf1000 (reserved)
[17179569.184000]  BIOS-e820: 00000000fed20000 - 00000000feda0000 (reserved)
[17179569.184000] 0MB HIGHMEM available.
[17179569.184000] 239MB LOWMEM available.
[17179569.184000] found SMP MP-table at 000ff780
[17179569.184000] On node 0 totalpages: 61231
[17179569.184000]   DMA zone: 4096 pages, LIFO batch:0
[17179569.184000]   DMA32 zone: 0 pages, LIFO batch:0
[17179569.184000]   Normal zone: 57135 pages, LIFO batch:15
[17179569.184000]   HighMem zone: 0 pages, LIFO batch:0
[17179569.184000] DMI 2.3 present.
[17179569.184000] ACPI: RSDP (v000 ACPIAM                                ) @
0x000f6130
[17179569.184000] ACPI: RSDT (v001 INTEL  D865GBF  0x20030924 MSFT
0x00000097) @ 0x0ef30000
[17179569.184000] ACPI: FADT (v002 INTEL  D865GBF  0x20030924 MSFT
0x00000097) @ 0x0ef30200
[17179569.184000] ACPI: MADT (v001 INTEL  D865GBF  0x20030924 MSFT
0x00000097) @ 0x0ef30300
[17179569.184000] ACPI: ASF! (v016 LEGEND I865PASF 0x00000001 MSFT
0x0100000d) @ 0x0ef34550
[17179569.184000] ACPI: TCPA (v001 INTEL  TBLOEMID 0x00000001 MSFT
0x00000097) @ 0x0ef345e9
[17179569.184000] ACPI: WDDT (v001 INTEL  OEMWDDT  0x00000001 MSFT
0x0100000d) @ 0x0ef3461d
[17179569.184000] ACPI: DSDT (v001 INTEL  D865GBF  0x00000001 MSFT
0x0100000d) @ 0x00000000
[17179569.184000] ACPI: PM-Timer IO Port: 0x408
[17179569.184000] ACPI: Local APIC address 0xfee00000
[17179569.184000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[17179569.184000] Processor #0 15:2 APIC version 20
[17179569.184000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x81] disabled)
[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
[17179569.184000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
[17179569.184000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[17179569.184000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI
0-23
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high
level)
[17179569.184000] ACPI: IRQ0 used by override.
[17179569.184000] ACPI: IRQ2 used by override.
[17179569.184000] ACPI: IRQ9 used by override.
[17179569.184000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[17179569.184000] Using ACPI (MADT) for SMP configuration information
[17179569.184000] Allocating PCI resources starting at 10000000 (gap:
0f000000:efcf0000)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: root=/dev/hda8 ro quiet splash
[17179569.184000] mapped APIC to ffffd000 (fee00000)
[17179569.184000] mapped IOAPIC to ffffc000 (fec00000)
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 1024 (order: 10, 16384 bytes)
[17179569.184000] Detected 2660.498 MHz processor.
[17179569.184000] Using pmtmr for high-res timesource
[17179569.184000] Console: colour VGA+ 80x25
[17179570.820000] Dentry cache hash table entries: 32768 (order: 5, 131072
bytes)
[17179570.820000] Inode-cache hash table entries: 16384 (order: 4, 65536
bytes)
[17179570.824000] Memory: 232372k/244924k available (1976k kernel code,
12028k reserved, 606k data, 288k init, 0k highmem)
[17179570.824000] Checking if this processor honours the WP bit even in
supervisor mode... Ok.
[17179570.904000] Calibrating delay using timer specific routine.. 5350.74
BogoMIPS (lpj=10701482)
[17179570.904000] Security Framework v1.0.0 initialized
[17179570.904000] SELinux:  Disabled at boot.
[17179570.904000] Mount-cache hash table entries: 512
[17179570.904000] CPU: After generic identify, caps: bfebfbff 00000000
00000000 00000000 00004400 00000000 00000000
[17179570.904000] CPU: After vendor identify, caps: bfebfbff 00000000
00000000 00000000 00004400 00000000 00000000
[17179570.904000] CPU: Trace cache: 12K uops, L1 D cache: 8K
[17179570.904000] CPU: L2 cache: 512K
[17179570.904000] CPU: After all inits, caps: bfebfbff 00000000 00000000
00000080 00004400 00000000 00000000
[17179570.904000] mtrr: v2.0 (20020519)
[17179570.904000] CPU: Intel(R) Pentium(R) 4 CPU 2.66GHz stepping 09
[17179570.904000] Enabling fast FPU save and restore... done.
[17179570.904000] Enabling unmasked SIMD FPU exception support... done.
[17179570.904000] Checking 'hlt' instruction... OK.
[17179570.920000] checking if image is initramfs... it is
[17179571.432000] Freeing initrd memory: 6618k freed
[17179571.444000] ACPI: Looking for DSDT ... not found!
[17179571.444000] ENABLING IO-APIC IRQs
[17179571.444000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[17179571.588000] NET: Registered protocol family 16
[17179571.588000] EISA bus registered
[17179571.588000] ACPI: bus type pci registered
[17179571.588000] PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=1
[17179571.588000] PCI: Using configuration type 1
[17179571.588000] ACPI: Subsystem revision 20051216
[17179571.592000] ACPI: Interpreter enabled
[17179571.592000] ACPI: Using IOAPIC for interrupt routing
[17179571.592000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[17179571.592000] PCI: Probing PCI hardware (bus 00)
[17179571.596000] Boot video device is 0000:00:02.0
[17179571.596000] PCI quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO
[17179571.596000] PCI quirk: region 0500-053f claimed by ICH4 GPIO
[17179571.596000] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
[17179571.596000] PCI: Transparent bridge - 0000:00:1e.0
[17179571.596000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[17179571.596000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P3._PRT]
[17179571.600000] ACPI: Power Resource [URP1] (off)
[17179571.600000] ACPI: Power Resource [FDDP] (off)
[17179571.600000] ACPI: Power Resource [LPTP] (off)
[17179571.600000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11
12 14 15)
[17179571.604000] ACPI: PCI Interrupt Link [LNKB] (IRQs *3 4 5 6 7 9 10 11
12 14 15)
[17179571.604000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11
12 14 15)
[17179571.604000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 9 10 11
12 14 15)
[17179571.604000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12
14 15) *0, disabled.
[17179571.604000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 *10 11
12 14 15)
[17179571.604000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 10 11 12
14 15) *0, disabled.
[17179571.604000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *9 10 11
12 14 15)
[17179571.604000] Linux Plug and Play Support v0.97 (c) Adam Belay
[17179571.604000] pnp: PnP ACPI init
[17179571.608000] pnp: PnP ACPI: found 13 devices
[17179571.608000] PnPBIOS: Disabled by ACPI PNP
[17179571.608000] PCI: Using ACPI for IRQ routing
[17179571.608000] PCI: If a device doesn't work, try "pci=routeirq".  If it
helps, post a report
[17179571.612000] pnp: 00:0b: ioport range 0x400-0x47f could not be reserved
[17179571.612000] pnp: 00:0b: ioport range 0x680-0x6ff has been reserved
[17179571.612000] pnp: 00:0b: ioport range 0x500-0x53f has been reserved
[17179571.612000] PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
[17179571.612000] PCI: Bridge: 0000:00:1e.0
[17179571.612000]   IO window: disabled.
[17179571.612000]   MEM window: disabled.
[17179571.612000]   PREFETCH window: e4b00000-e6afffff
[17179571.612000] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[17179571.612000] audit: initializing netlink socket (disabled)
[17179571.612000] audit(1174347825.612:1): initialized
[17179571.612000] VFS: Disk quotas dquot_6.5.1
[17179571.612000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[17179571.612000] Initializing Cryptographic API
[17179571.612000] io scheduler noop registered
[17179571.612000] io scheduler anticipatory registered
[17179571.612000] io scheduler deadline registered
[17179571.612000] io scheduler cfq registered
[17179571.612000] isapnp: Scanning for PnP cards...
[17179571.972000] isapnp: No Plug & Play device found
[17179571.988000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at
0x60,0x64 irq 1,12
[17179571.992000] serio: i8042 AUX port at 0x60,0x64 irq 12
[17179571.992000] serio: i8042 KBD port at 0x60,0x64 irq 1
[17179571.992000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ
sharing enabled
[17179571.992000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179571.992000] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179571.992000] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 21 (level,
low) -> IRQ 169
[17179571.992000] ACPI: PCI interrupt for device 0000:01:00.0 disabled
[17179571.992000] RAMDISK driver initialized: 16 RAM disks of 65536K size
1024 blocksize
[17179571.992000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179571.992000] ide: Assuming 33MHz system bus speed for PIO modes;
override with idebus=xx
[17179571.992000] mice: PS/2 mouse device common for all mice
[17179571.996000] EISA: Probing bus 0 at eisa.0
[17179571.996000] EISA: Detected 0 cards.
[17179571.996000] NET: Registered protocol family 2
[17179572.020000] input: AT Translated Set 2 keyboard as /class/input/input0
[17179572.032000] IP route cache hash table entries: 2048 (order: 1, 8192
bytes)
[17179572.032000] TCP established hash table entries: 8192 (order: 3, 32768
bytes)
[17179572.032000] TCP bind hash table entries: 8192 (order: 3, 32768 bytes)
[17179572.032000] TCP: Hash tables configured (established 8192 bind 8192)
[17179572.032000] TCP reno registered
[17179572.032000] TCP bic registered
[17179572.032000] NET: Registered protocol family 1
[17179572.032000] NET: Registered protocol family 8
[17179572.032000] NET: Registered protocol family 20
[17179572.032000] Using IPI Shortcut mode
[17179572.032000] ACPI wakeup devices:
[17179572.032000] TANA P0P3 AC97 USB0 USB1 USB2 USB3 USB7 UAR1 SLPB
[17179572.032000] ACPI: (supports S0 S1 S4 S5)
[17179572.032000] Freeing unused kernel memory: 288k freed
[17179572.076000] vga16fb: initializing
[17179572.076000] vga16fb: mapped to 0xc00a0000
[17179572.196000] Console: switching to colour frame buffer device 80x25
[17179572.196000] fb0: VGA16 VGA frame buffer device
[17179573.288000] Capability LSM initialized
[17179573.320000] ACPI: Processor [CPU1] (supports 8 throttling states)
[17179573.820000] ICH5: IDE controller at PCI slot 0000:00:1f.1
[17179573.820000] PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)
[17179573.820000] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level,
low) -> IRQ 177
[17179573.820000] ICH5: chipset revision 2
[17179573.820000] ICH5: not 100% native mode: will probe irqs later
[17179573.820000]     ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA,
hdb:DMA
[17179573.820000]     ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA,
hdd:pio
[17179573.820000] Probing IDE interface ide0...
[17179574.108000] hda: SAMSUNG SP0411N, ATA DISK drive
[17179574.556000] hdb: ASUS CD-S520/A, ATAPI CD/DVD-ROM drive
[17179574.612000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[17179574.624000] Probing IDE interface ide1...
[17179575.360000] hdc: TSSTcorpCD-R/RW SH-R522C, ATAPI CD/DVD-ROM drive
[17179575.696000] ide1 at 0x170-0x177,0x376 on irq 15
[17179575.700000] hda: max request size: 1024KiB
[17179575.712000] hda: 78242976 sectors (40060 MB) w/2048KiB Cache,
CHS=16383/255/63, UDMA(33)
[17179575.712000] hda: cache flushes supported
[17179575.716000]  hda: hda1 hda2 < hda5 hda6 hda7 hda8 >
[17179575.764000] hdb: ATAPI 52X CD-ROM drive, 128kB Cache, UDMA(33)
[17179575.764000] Uniform CD-ROM driver Revision: 3.20
[17179575.772000] hdc: ATAPI 52X CD-ROM CD-R/RW drive, 2048kB Cache,
UDMA(33)
[17179576.144000] SCSI subsystem initialized
[17179576.148000] ACPI: bus type scsi registered
[17179576.148000] libata version 1.20 loaded.
[17179576.148000] ata_piix 0000:00:1f.2: version 1.05
[17179576.148000] ata_pci_init_one: pci_dev class+intf: 0x1018f
[17179576.148000] ata_pci_init_one: NO_LEGACY == 0
[17179576.148000] ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 18 (level,
low) -> IRQ 177
[17179576.148000] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[17179576.148000] ata1: PATA max UDMA/133 cmd 0xE800 ctl 0xE402 bmdma 0xD800
irq 177
[17179576.148000] ata2: PATA max UDMA/133 cmd 0xE000 ctl 0xDC02 bmdma 0xD808
irq 177
[17179577.384000] scsi0 : ata_piix
[17179578.620000] scsi1 : ata_piix
[17179578.656000] usbcore: registered new driver usbfs
[17179578.656000] usbcore: registered new driver hub
[17179578.656000] USB Universal Host Controller Interface driver v2.3
[17179578.656000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level,
low) -> IRQ 185
[17179578.656000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[17179578.656000] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[17179578.660000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned
bus number 1
[17179578.660000] uhci_hcd 0000:00:1d.0: irq 185, io base 0x0000c800
[17179578.660000] hub 1-0:1.0: USB hub found
[17179578.660000] hub 1-0:1.0: 2 ports detected
[17179578.764000] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level,
low) -> IRQ 193
[17179578.764000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[17179578.764000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[17179578.764000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned
bus number 2
[17179578.764000] uhci_hcd 0000:00:1d.1: irq 193, io base 0x0000cc00
[17179578.764000] hub 2-0:1.0: USB hub found
[17179578.764000] hub 2-0:1.0: 2 ports detected
[17179578.868000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level,
low) -> IRQ 177
[17179578.868000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[17179578.868000] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[17179578.868000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned
bus number 3
[17179578.868000] uhci_hcd 0000:00:1d.2: irq 177, io base 0x0000d000
[17179578.868000] hub 3-0:1.0: USB hub found
[17179578.868000] hub 3-0:1.0: 2 ports detected
[17179578.972000] ACPI: PCI Interrupt 0000:00:1d.3[A] -> GSI 16 (level,
low) -> IRQ 185
[17179578.972000] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[17179578.972000] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[17179578.972000] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned
bus number 4
[17179578.972000] uhci_hcd 0000:00:1d.3: irq 185, io base 0x0000d400
[17179578.972000] hub 4-0:1.0: USB hub found
[17179578.972000] hub 4-0:1.0: 2 ports detected
[17179579.076000] ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level,
low) -> IRQ 201
[17179579.076000] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[17179579.076000] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[17179579.076000] ehci_hcd 0000:00:1d.7: debug port 1
[17179579.076000] PCI: cache line size of 128 is not supported by device
0000:00:1d.7
[17179579.076000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned
bus number 5
[17179579.076000] ehci_hcd 0000:00:1d.7: irq 201, io mem 0xffa7fc00
[17179579.080000] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver
10 Dec 2004
[17179579.080000] hub 5-0:1.0: USB hub found
[17179579.080000] hub 5-0:1.0: 8 ports detected
[17179579.292000] Attempting manual resume
[17179579.320000] EXT3-fs: mounted filesystem with ordered data mode.
[17179579.336000] kjournald starting.  Commit interval 5 seconds
[17179589.248000] Linux agpgart interface v0.101 (c) Dave Jones
[17179589.260000] agpgart: Detected an Intel 865 Chipset.
[17179589.260000] agpgart: Detected 16252K stolen memory.
[17179589.272000] agpgart: AGP aperture is 128M @ 0xf0000000
[17179589.384000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[17179589.396000] shpchp: Standard Hot Plug PCI Controller Driver version:
0.4
[17179589.420000] hw_random hardware driver 1.0.0 loaded
[17179589.712000] Real Time Clock Driver v1.12
[17179589.756000] Floppy drive(s): fd0 is 1.44M
[17179589.772000] FDC 0 is a National Semiconductor PC87306
[17179589.796000] parport: PnPBIOS parport detected.
[17179589.796000] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[17179590.088000] input: PC Speaker as /class/input/input1
[17179590.184000] ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level,
low) -> IRQ 209
[17179590.184000] PCI: Setting latency timer of device 0000:00:1f.5 to 64
[17179590.472000] input: ImPS/2 Generic Wheel Mouse as /class/input/input2
[17179590.504000] intel8x0_measure_ac97_clock: measured 54395 usecs
[17179590.504000] intel8x0: clocking to 48000
[17179590.756000] ts: Compaq touchscreen protocol output
[17179592.020000] lp0: using parport0 (interrupt-driven).
[17179592.072000] Adding 497972k swap on /dev/hda7.  Priority:-1 extents:1
across:497972k
[17179592.192000] EXT3 FS on hda8, internal journal
[17179592.348000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[17179592.352000] md: bitmap version 4.39
[17179592.796000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised:
dm-devel@xxxxxxxxxx
[17179593.164000] cdrom: open failed.
[17179593.468000] cdrom: open failed.
[17179593.472000] cdrom: open failed.
[17179608.808000] CSLIP: code copyright 1989 Regents of the University of
California
[17179608.816000] PPP generic driver version 2.4.2
[17179608.856000] NET: Registered protocol family 10
[17179608.856000] lo: Disabled Privacy Extensions
[17179608.856000] IPv6 over IPv4 tunneling driver
[17179609.684000] ACPI: Power Button (FF) [PWRF]
[17179609.684000] ACPI: Sleep Button (CM) [SLPB]
[17179609.780000] ibm_acpi: ec object not found
[17179609.812000] pcc_acpi: loading...
[17179614.120000] [drm] Initialized drm 1.0.1 20051102
[17179614.144000] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level,
low) -> IRQ 185
[17179614.144000] [drm] Initialized i915 1.4.0 20060119 on minor 0
[17179615.400000] ppdev: user-space parallel port driver
[17179615.728000] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[17179615.728000] apm: overridden by ACPI.
[17179619.252000] Bluetooth: Core ver 2.8
[17179619.252000] NET: Registered protocol family 31
[17179619.252000] Bluetooth: HCI device and connection manager initialized
[17179619.252000] Bluetooth: HCI socket layer initialized
[17179619.284000] Bluetooth: L2CAP ver 2.8
[17179619.284000] Bluetooth: L2CAP socket layer initialized
[17179619.336000] Bluetooth: RFCOMM socket layer initialized
[17179619.336000] Bluetooth: RFCOMM TTY layer initialized
[17179619.336000] Bluetooth: RFCOMM ver 1.7



--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


 Smartlink modem setup.
 -----------------------------------------------------------
 The modem should setup with:
    sudo modprobe ungrab-winmodem
    sudo modprobe slamr
    sudo  slmodemd -c YOUR_COUNTRY   /dev/slamr0
 which should announce creation of ports:
    /dev/ttySL0 --> /dev/pts/N   , N some number
 Specify the symbolic link  /dev/ttySL0  as the port to be used by dailer software.


 SmartLink (http://www.smlink.com/) chipset modems are sold under a variety 
 of BrandNames, and have vendor IDs 163c, 2000, 2003, and 2004. Conexant bought
 Smartlinks's modem techhology sector in 2005. While Linux updates are not
 expected from Conexant, Linux support is still very good thanks to volunteer
 Linux maintainer Sasha Khapyorsky. Get his updated software from:
	http://linmodems.technion.il/packages/smartlink/

 A high level support component is a smart helper:            slmodemd
 Acting through one of several drivers, it creats ports dynamically and
 supports COMM and FAXing functions.  During facsimile usage, the AT&F command 
 is not supported. A means of implmenting the CNG is lacking, because this
 function is encoded within the dsplibs.o precompiled at Smartlink, Inc. See
    http://marc.theaimsgroup.com/?t=116026350800001&r=1&w=2
    http://marc.theaimsgroup.com/?l=hylafax&m=116041369404444&w=2
 Usage of SMP (Symmetric MultiProcessor) mother boards is
 supported. For service on 64 bit AMD x86_64 processor mother boards, see
        http://linmodems.technion.ac.il/archive-fourth/msg02594.html
	http://linmodems.technion.ac.il/archive-fifth/msg02490.html
 However a 64 bit compilation of a proprietary dsplibs.o conponent is not
 available. Hence for modem usage the computers must be operated in 32 bit mode.

 The slmodemd supports a few different types of modem drivers.  Below the suffix 
 .ko means the modular form of a driver, before loading into the kernel. The
 slmodemd does not access the modem hardware directly. Rather access is provided
 through lower sophistication drivers. Prior to usage of a slamr driver, there
 must be a release of serial driver interference by loading of:  ungrab-winmodem.ko
 For PCI card modems with Smartlink chips the driver used is:    slamr.ko 
 For USB modems with ID 0483:7554 use Smartlink driver:          slusb.ko 
 For ALSA (Advanced Linux Sound Architecture) modem drivers, see the Table below.

 Sasha's core resources are:
 ----------------------------
 ungrab-winmodem.tar.gz - for compiling a ungrab-winmodem.ko driver
 slmodem-2.9.11-MostRecentDate.tar.gz  - the core code resource for compiling
    and installing slmodemd, slamr.ko and slusb.ko.  The slmodemd dynamically 
    creates ports and provides higher level COMM functions, after driver
    loading. Not being a driver, slmodemd serves under alternative boot kernels.
 ALSA modem drivers, included with 2.6.n kernel+module releases.
 
 Some derivative resources at http://linmodems.technion.il/packages/smartlink/
 SLMODEMD.gcc4.1.tar.gz - containing a compiled slmodemd and usage instructions.
    When used with ALSA modem drivers, further compiling is not necessary.
    > SLMODEMD.gcc4.1.tar.gz will suffice for getting online, though read on about automation. <<< See Compiling_slmodemd below, for details.
 sl-modem-daemon-SomeVersion.deb - an installer for Debian related distros.
    It has slmodemd and scripts for starting slmodemd at boot.
    This package is also available from repositories of Debian related distros  
    Ubuntu, Kbuntu, Ebuntu, Xandros, Kanotix and others.
 sl-modem-daemon-SomeVersion.tar.gz has the same contents, but is repackaged
    in an easily opened format, for access to its automation scripts.
    After unpacking, they are resident in the etc/  subfolder
 sl-modem-source-SomeVersion.deb - is a Debian installer for the slamr and slusb
    source code.  It is Not necessary for ALSA driver usage.
 slamr-KernelVersion.tar.gz - for several Ubuntu KernelVersions, containing:
    ungrab-winmodem.ko, slamr.ko, slusb.ko, slmomdem, setup script and as 
    a convenience, the sl-modem-daemon-SomeVersion.deb.  Look in the folder:
    http://linmodems.technion.il/packages/smartlink/ubuntu/

 Slmodemd actions
 -----------------------------------------
 Start working with slmodemd with commands:
	slmodemd --help
        slmodemd --countrylist
 The long output can be written to a Clist.txt file with: 
        slmodemd --countrylist &> Clist.txt
 Find your COUNTRY_NAME within the 2nd column if the list and record it.
 It will be used in capital letters during the modem setup command.
 Try USA if your COUNTRY is not in the list.

 Before modem setup root/adm capacity must be acquired with:
	su - root
 or by prefixing commands with "sudo" for Ubuntu Linux and its cousins.
 The setup command is:
        sudo slmodemd -c COUNTRY_NAME --alsa slmodemd_device
 if successful there will be reported dynamic creation of:
        /dev/ttySL0 --> /dev/pts/N    , with N a number
 The /dev/ttySL0 is a symbolic link to the real modem port /dev/pts/N ,
 and it is /dev/ttySL0 which should be named to dialup utilities such
 as wvdial.  The "--alsa" is only needed for usage with ALSA modem drivers.
 Throughout a dialout session  slmodemd MUST be kept running. Open another
 console/termimal to startup dialout software such as wvdial.

 The slmodemd device nodes
 ---------------------------
 The slmodemd_device is different for the several modem drivers.
 For usage with slamr.ko , the slmodemd_device is /dev/slamr0 , within 
 the command sequence:
        sudo modprobe ungrab-windmodem
        sudo modprobe slamr
	sudo slmodemd -c COUNTRY_NAME /dev/slamr0
 For USB modem usage:
        sudo modprobe slusb
	sudo slmodemd -c COUNTRY_NAME /dev/slusb0
 For a modems using a ALSA driver, details are below.

 The /dev/slamr0 and /dev/slusb0 will be made the slmodem installation
 processes. However, they usually will NOT survice reboot, because
 most current Linux have ports created in volatile RAM space. However
 the these devices can be manually created under root/adm persmission with:
	sudo mknod -m 600 /dev/slamr0 c 242 0
	sudo mknod -m 600 /dev/slusb0 c 243 0
 if automation scripts are not yet in place.

 For automation of RPM using Linux distros see:
    http://www20.brinkster.com/olivares/slmodemd-setup-1.html
 For any Distro the following lines will serve in /etc/modprobe.conf or subfolders of
   /etc/modprobe.d/:
--------------
alias char-major-243 slusb
alias char-major-242 slamr

# The following  install and remove commands are to be written as single lines.
#    Preloads ungrab-winmodem and creates a device node upon "modprobe slamr"
install slamr modprobe --ignore-install ungrab-winmodem ;  modprobe --ignore-install slamr; test -e /dev/slamr0 || (/bin/mknod -m 660 /dev/slamr0 c 242 0 2>/dev/null && chgrp dialout /dev/slamr0)
# rpm using distros should use "uucp" rather than "dialout"

#     Removes slamr and ungrab-winmodem successively:
remove  slamr  /sbin/modprobe -r --ignore-remove  slamr ;  /sbin/modprobe -r --ignore-remove ungrab-winmodem

#	creates /dev/slusb uponn slusb driver loading.
install slusb modprobe --ignore-install slusb ; test -e /dev/slusb0 || (/bin/mknod -m 660 /dev/slusb0 c 243 0 2>/dev/null && chgrp dialout /dev/slusb0)
# rpm using distros should use "uucp" rather than "dialout"



 Usage with ALSA modem drivers
 --------------------------------
 See SoftModem.txt for a description of the hardware.  For a modem using 
 an ALSA driver, the slmodemd_device only has to be  specified within the 
 slmodemd command line.  A preliminary "mknod something" command is not necessary. 
 The Table shows hardware PCI ID, its card type, driver and slmodemd_device name.
 The ALI5451 and HDA (High Definition Audio) cards can host softmodems. For these
 cards hw:0,0  is the audio card designation and the modem Subsystem on it 
 is most commonly hw:0,1 , but there are some hw:0,6 cases. For the older
 soft modem controller family, the ALSA software first assigns hw:0 to an audio
 card, and the following modem designation is hw:1 or equivalently modem:1
 An attempt to use modem:0 may initially appear successful, but modem:0 or hw:0 
 is actually the companion audio card. 

PCI  ID      controller           ALSA driver      slmodemd_device 
=========    ===============    ===============    ===================
several      HDA cards          snd-hda-intel      hw:0,1  or  hw:0,6
10b9:5451    ALI5451 audio      snd-ali5451        hw:0,1
------------------ softmodem controllers --------------------------
1002:434d    ATI                snd-atiixp-modem   modem:1 
1002:4378    ATI                        "            "
1106:3068    VIA                snd-via82xxx-modem   "
8086:xxxx    many Intel         snd-intel8x0m        "
10de:00d9    Nvidia Corp            "                "
    SIS 630                "                "
   Others?                          "   test         "
---------------------------------------------------------------------------
* The scanModem script tries to determine ALSA modem driver and slmodemd_device 
dynamically from /proc/asound/ information, or the internal Archive as a fallback.

 Do a precautionary unloading and reloading of the driver.
	su - root 	(not for Ubuntu)
	sudo modprobe -r driver
	sudo modprobe driver
 This precaution is sometimes necessary, because a driver may functionally die
 although loaded. But usually it can be skipped.
 For this System, scanModem deduced slmodemd_device is:  
 For most modems the setup command is:
	sudo slmodemd -c COUNTRY_NAME --alsa modem:1
 For modems on HDA cards, the command is:
 	sudo slmodemd -c COUNTRY_NAME --alsa hw:0,1  
             though there have been cases of  hw:0,6
 For the ALI5451 hosted modems, a shortbuffer (-s) option is needed:
	sudo slmodemd -s -c COUNTRY_NAME --alsa hw:0,1


 The slamr diagnostic
 ---------------------
 Sasha has provided slamr.ko with a capability for reporting softmodem codecs,
 even for modems not supported fully by slamr. This is useful when other
 resources do not report out the modem codec, needed to distinguish between 
 hsfmodem, slamr and ALSA driver support alternatives.
 This slamr test is Not effective for softmodems on HDA audio cards.

 The test routine is:
    sudo modprobe ungrab-winmodem
    sudo modprobe slamr
 followed by a readout from the dmesg buffer with:
    dmesg | grep slamr
 Among the few output lines, there is one like:
    slamr: mc97 codec is SIL27
 reporting in this example an ALSA driver supported, Agere Systems codec SIL27.
 Conexant codecs have format CXTnm, nm a number. These modems are not ALSA driver supported.
 Softmodems with all other codecs should be ALSA driver plus slmodemd supported.


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

  Powered by Linux