pb driver smartlink et kppp

pb driver smartlink et kppp - Linux et OS Alternatifs

Marsh Posté le 18-01-2005 à 18:26:17    

salut,  
 
voila le pb  
j'ai un portable nec versa m500  
le modem, n'est pas un modem  
mais il existe un driver chez smartlink  
que j'ai installé  
mais sous kppp, quand je veux configurer le modem :  
"impossible de se connecter au modem"  
 
j'ai cherché partout  
j'ai trouvé le driver  
j'ai suivi les instructions à la lettre du fichier readme joint  
j'ai charger le kernel source pour compiler  
mais rien...  
 
il me semble que le driver est installer  
il cree le lien virtuel avec mon modem  
mais rien...  
 
et j'ai ces messsages d'erreur que je ne comprends pas...  
je joins la capture de ma console  
 
merci d'avance.  
 
 
Citation :  
 
[root@localhost slmodem-2.9.10]# make  
 
make -C modem all  
make[1]: Entering directory `/home/simacker/slmodem-2.9.10/modem'  
rebuild profile...  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem_main.o -c modem_main.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem_cmdline.o -c modem_cmdline.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem.o -c modem.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem_datafile.o -c modem_datafile.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem_at.o -c modem_at.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem_timer.o -c modem_timer.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem_pack.o -c modem_pack.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem_ec.o -c modem_ec.c  
modem_ec.c:689: warning: 't403_timeout' defined but not used  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem_comp.o -c modem_comp.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem_param.o -c modem_param.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem_debug.o -c modem_debug.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o homolog_data.o -c homolog_data.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o dp_sinus.o -c dp_sinus.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o dp_dummy.o -c dp_dummy.c  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o sysdep_common.o -c sysdep_common.c  
gcc -o slmodemd modem_main.o modem_cmdline.o modem.o modem_datafile.o modem_at.o modem_timer.o modem_pack.o modem_ec.o modem_comp.o modem_param.o modem_debug.o homolog_data.o dp_sinus.o dp_dummy.o dsplibs.o sysdep_common.o  
gcc -Wall -g -O -I. -DCONFIG_DEBUG_MODEM -o modem_test.o -c modem_test.c  
gcc -o modem_test modem_test.o modem_cmdline.o modem.o modem_datafile.o modem_at.o modem_timer.o modem_pack.o modem_ec.o modem_comp.o modem_param.o modem_debug.o homolog_data.o dp_sinus.o dp_dummy.o dsplibs.o sysdep_common.o  
make[1]: Leaving directory `/home/simacker/slmodem-2.9.10/modem'  
 
[root@localhost slmodem-2.9.10]# make install  
 
make -C modem all  
make[1]: Entering directory `/home/simacker/slmodem-2.9.10/modem'  
make[1]: Leaving directory `/home/simacker/slmodem-2.9.10/modem'  
make -C drivers KERNEL_DIR=/lib/modules/2.6.8.1-10mdk/build  
make[1]: Entering directory `/home/simacker/slmodem-2.9.10/drivers'  
cc -I/lib/modules/2.6.8.1-10mdk/build/include -o kernel-ver kernel-ver.c  
make all KERNEL_VER=2.6.8.1-10mdk  
make[2]: Entering directory `/home/simacker/slmodem-2.9.10/drivers'  
make modules -C /lib/modules/2.6.8.1-10mdk/build SUBDIRS=/home/simacker/slmodem-2.9.10/drivers  
make[3]: Entering directory `/usr/src/linux-2.6.8.1-10mdk'  
Building modules, stage 2.  
MODPOST  
make[3]: Leaving directory `/usr/src/linux-2.6.8.1-10mdk'  
make[2]: Leaving directory `/home/simacker/slmodem-2.9.10/drivers'  
make[1]: Leaving directory `/home/simacker/slmodem-2.9.10/drivers'  
make install -C drivers KERNEL_DIR=/lib/modules/2.6.8.1-10mdk/build  
make[1]: Entering directory `/home/simacker/slmodem-2.9.10/drivers'  
cc -I/lib/modules/2.6.8.1-10mdk/build/include -o kernel-ver kernel-ver.c  
mkdir -p /dev  
mknod -m 600 /dev/slamr0 c 212 0 ; mknod -m 600 /dev/slamr1 c 212 1 ; mknod -m 600 /dev/slamr2 c 212 2 ; mknod -m 600 /dev/slamr3 c 212 3 ; echo -n  
mknod -m 600 /dev/slusb0 c 213 0 ; mknod -m 600 /dev/slusb1 c 213 1 ; mknod -m 600 /dev/slusb2 c 213 2 ; mknod -m 600 /dev/slusb3 c 213 3 ; echo -n  
make install KERNEL_VER=2.6.8.1-10mdk  
make[2]: Entering directory `/home/simacker/slmodem-2.9.10/drivers'  
install -D -m 644 slamr.ko /lib/modules/2.6.8.1-10mdk/extra/slamr.ko  
install -D -m 644 slusb.ko /lib/modules/2.6.8.1-10mdk/extra/slusb.ko  
/sbin/depmod -a  
make[2]: Leaving directory `/home/simacker/slmodem-2.9.10/drivers'  
make[1]: Leaving directory `/home/simacker/slmodem-2.9.10/drivers'  
install -D -m 755 modem/slmodemd /usr/sbin/slmodemd  
rm -f -rf /var/lib/slmodem  
install -d -D -m 755 /var/lib/slmodem  
 
[root@localhost slmodem-2.9.10]# modprobe slamr  
 
[root@localhost slmodem-2.9.10]# /usr/sbin/slmodemd --country=FRANCE /dev/slamr0  
 
SmartLink Soft Modem: version 2.9.10 Jan 16 2005 21:24:12  
symbolic link `/dev/ttySL0' -> `/dev/pts/2' created.  
modem `slamr0' created. TTY is `/dev/pts/2'  
Use `/dev/ttySL0' as modem device, Ctrl+C for termination.  
 
[root@localhost slmodem-2.9.10]# ln -s /dev/ttySL0 /dev/modem  
 
[root@localhost slmodem-2.9.10]# dmesg  
 
Linux version 2.6.8.1-10mdk (nplanel@n3.mandrakesoft.com) (gcc version 3.4.1 (Mandrakelinux (Alpha 3.4.1-3mdk)) #1 Wed Sep 8 17:00:52 CEST 2004  
BIOS-provided physical RAM map:  
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)  
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)  
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)  
BIOS-e820: 0000000000100000 - 000000000dff0000 (usable)  
BIOS-e820: 000000000dff0000 - 000000000dffffc0 (ACPI data)  
BIOS-e820: 000000000dffffc0 - 000000000e000000 (ACPI NVS)  
BIOS-e820: 00000000ffb80000 - 00000000ffc00000 (reserved)  
BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)  
0MB HIGHMEM available.  
223MB LOWMEM available.  
On node 0 totalpages: 57328  
DMA zone: 4096 pages, LIFO batch:1  
Normal zone: 53232 pages, LIFO batch:12  
HighMem zone: 0 pages, LIFO batch:1  
DMI 2.3 present.  
ACPI: RSDP (v000 OID_00 ) @ 0x000e6010  
ACPI: RSDT (v001 INSYDE RSDT_000 0x00000001 _CSI 0x00010103) @ 0x0dffcca6  
ACPI: FADT (v001 INSYDE FACP_000 0x00000100 _CSI 0x00010103) @ 0x0dfffb00  
ACPI: BOOT (v001 INSYDE SYS_BOOT 0x00000100 _CSI 0x00010103) @ 0x0dfffb90  
ACPI: DBGP (v001 INSYDE DBGP_000 0x00000100 _CSI 0x00010103) @ 0x0dfffbc0  
ACPI: SSDT (v001 INSYDE GV3Ref 0x00001001 INTL 0x02012044) @ 0x0dffccda  
ACPI: DSDT (v001 INSYDE INTELIC4 0x00001004 INTL 0x02002025) @ 0x00000000  
ACPI: PM-Timer IO Port: 0x1008  
Built 1 zonelists  
Local APIC disabled by BIOS -- reenabling.  
Found and enabled local APIC!  
Initializing CPU#0  
Kernel command line: BOOT_IMAGE=linux ro root=306 devfs=nomount acpi=on resume=/dev/hda7 splash=silent  
bootsplash: silent mode.  
PID hash table entries: 1024 (order 10: 8192 bytes)  
Detected 1396.771 MHz processor.  
Using pmtmr for high-res timesource  
Console: colour dummy device 80x25  
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)  
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)  
Memory: 223388k/229312k available (1860k kernel code, 5244k reserved, 581k data, 200k init, 0k highmem, 0k BadRAM)  
Checking if this processor honours the WP bit even in supervisor mode... Ok.  
Calibrating delay loop... 2768.89 BogoMIPS  
Security Scaffold v1.0.0 initialized  
SELinux: Disabled at boot.  
Capability LSM initialized  
Mount-cache hash table entries: 512 (order: 0, 4096 bytes)  
CPU: After generic identify, caps: a7e9fbbf 00000000 00000000 00000000  
CPU: After vendor identify, caps: a7e9fbbf 00000000 00000000 00000000  
CPU: L1 I cache: 32K, L1 D cache: 32K  
CPU: L2 cache: 1024K  
CPU: After all inits, caps: a7e9fbbf 00000000 00000000 00000040  
Intel machine check architecture supported.  
Intel machine check reporting enabled on CPU#0.  
CPU: Intel(R) Pentium(R) M processor 1400MHz stepping 05  
Enabling fast FPU save and restore... done.  
Enabling unmasked SIMD FPU exception support... done.  
Checking 'hlt' instruction... OK.  
init init/main.c:689  
init init/main.c:702  
init init/main.c:707  
do_pre_smp_initcalls init/main.c:653  
do_pre_smp_initcalls init/main.c:659  
init init/main.c:711  
init init/main.c:714  
enabled ExtINT on CPU#0  
ESR value before enabling vector: 00000000  
ESR value after enabling vector: 00000000  
Using local APIC timer interrupts.  
calibrating APIC timer ...  
..... CPU clock speed is 1396.0327 MHz.  
..... host bus clock speed is 99.0737 MHz.  
init init/main.c:716  
init init/main.c:718  
checking if image is initramfs...it isn't (no cpio magic); looks like an initrd  
ACPI: Looking for DSDT in initrd ... not found!  
Freeing initrd memory: 167k freed  
init init/main.c:724  
do_basic_setup init/main.c:634  
do_basic_setup init/main.c:636  
NET: Registered protocol family 16  
PCI: PCI BIOS revision 2.10 entry at 0xe9844, last bus=1  
PCI: Using configuration type 1  
mtrr: v2.0 (20020519)  
ACPI: Subsystem revision 20040326  
ACPI: IRQ9 SCI: Edge set to Level Trigger.  
ACPI: Interpreter enabled  
ACPI: Using PIC for interrupt routing  
ACPI: PCI Root Bridge [PCI0] (00:00)  
PCI: Probing PCI hardware (bus 00)  
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1  
PCI: Transparent bridge - 0000:00:1e.0  
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]  
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]  
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 *10 11)  
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 10 11)  
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 10 *11)  
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 10 *11)  
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 10 *11)  
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 10 *11)  
ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 5 10 11)  
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 10 11) *7  
ACPI: Embedded Controller [EC0] (gpe 28)  
Linux Plug and Play Support v0.97 (c) Adam Belay  
PnPBIOS: Disabled  
PCI: Using ACPI for IRQ routing  
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10  
ACPI: PCI interrupt 0000:00:02.0[A] -> GSI 10 (level, low) -> IRQ 10  
ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 10 (level, low) -> IRQ 10  
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11  
ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 11 (level, low) -> IRQ 11  
ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 11  
ACPI: PCI interrupt 0000:00:1d.7[D] -> GSI 11 (level, low) -> IRQ 11  
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11  
ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 11 (level, low) -> IRQ 11  
ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5  
ACPI: PCI interrupt 0000:00:1f.3[B] -> GSI 5 (level, low) -> IRQ 5  
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 5 (level, low) -> IRQ 5  
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 5 (level, low) -> IRQ 5  
ACPI: PCI interrupt 0000:01:01.0[A] -> GSI 11 (level, low) -> IRQ 11  
ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 11  
ACPI: PCI interrupt 0000:01:02.0[A] -> GSI 11 (level, low) -> IRQ 11  
ACPI: PCI interrupt 0000:01:04.0[A] -> GSI 5 (level, low) -> IRQ 5  
ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 11  
ACPI: PCI interrupt 0000:01:04.1[B] -> GSI 11 (level, low) -> IRQ 11  
ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 3  
ACPI: PCI interrupt 0000:01:05.0[A] -> GSI 3 (level, low) -> IRQ 3  
vesafb: framebuffer at 0xb0000000, mapped to 0xce80b000, size 1875k  
vesafb: mode is 800x600x16, linelength=1600, pages=32  
vesafb: protected mode interface info at 00ff:44f0  
vesafb: scrolling: redraw  
vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0  
fb0: VESA VGA frame buffer device  
Simple Boot Flag at 0x37 set to 0x1  
apm: BIOS not found.  
audit: initializing netlink socket (disabled)  
audit(1105909685.4294965482:0): initialized  
VFS: Disk quotas dquot_6.5.1  
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)  
devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au)  
devfs: boot_options: 0x0  
Initializing Cryptographic API  
isapnp: Scanning for PnP cards...  
isapnp: No Plug & Play device found  
bootsplash 3.1.6-2004/03/31: looking for picture.... silentjpeg size 14344 bytes, found (800x600, 14296 bytes, v3).  
Console: switching to colour frame buffer device 92x32  
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled  
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 5 (level, low) -> IRQ 5  
RAMDISK driver initialized: 16 RAM disks of 32000K size 1024 blocksize  
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2  
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx  
ICH4: IDE controller at PCI slot 0000:00:1f.1  
PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)  
ACPI: PCI interrupt 0000:00:1f.1[A] -> GSI 11 (level, low) -> IRQ 11  
ICH4: chipset revision 3  
ICH4: not 100% native mode: will probe irqs later  
ide0: BM-DMA at 0x1100-0x1107, BIOS settings: hdaMA, hdbio  
ide1: BM-DMA at 0x1108-0x110f, BIOS settings: hdcMA, hddio  
Probing IDE interface ide0...  
hda: ST94011A, ATA DISK drive  
Using anticipatory io scheduler  
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14  
Probing IDE interface ide1...  
hdc: QSI CD-RW/DVD-ROM SBW-242, ATAPI CD/DVD-ROM drive  
ide1 at 0x170-0x177,0x376 on irq 15  
hda: max request size: 1024KiB  
hda: 78140160 sectors (40007 MB) w/2048KiB Cache, CHS=16383/255/63, UDMA(100)  
/dev/ide/host0/bus0/target0/lun0: p1 p2 p3 < p5 p6 p7 p8 >  
mice: PS/2 mouse device common for all mice  
serio: i8042 AUX port at 0x60,0x64 irq 12  
Synaptics Touchpad, model: 1  
Firmware: 5.9  
Sensor: 37  
new absolute packet format  
Touchpad has extended capability bits  
-> multifinger detection  
-> palm detection  
input: SynPS/2 Synaptics TouchPad on isa0060/serio1  
serio: i8042 KBD port at 0x60,0x64 irq 1  
input: AT Translated Set 2 keyboard on isa0060/serio0  
md: md driver 0.90.0 MAX_MD_DEVS=256, MD_SB_DISKS=27  
NET: Registered protocol family 2  
IP: routing cache hash table of 2048 buckets, 16Kbytes  
TCP: Hash tables configured (established 16384 bind 32768)  
NET: Registered protocol family 1  
ACPI: (supports S0 S3 S4 S5)  
BIOS EDD facility v0.16 2004-Jun-25, 1 devices found  
init init/main.c:726  
md: Autodetecting RAID arrays.  
md: autorun ...  
md: ... autorun DONE.  
RAMDISK: Compressed image found at block 0  
VFS: Mounted root (ext2 filesystem).  
kjournald starting. Commit interval 5 seconds  
EXT3-fs: mounted filesystem with ordered data mode.  
Freeing unused kernel memory: 200k freed  
Generic RTC Driver v1.07  
usbcore: registered new driver usbfs  
usbcore: registered new driver hub  
USB Universal Host Controller Interface driver v2.2  
ACPI: PCI interrupt 0000:00:1d.0[A] -> GSI 10 (level, low) -> IRQ 10  
uhci_hcd 0000:00:1d.0: UHCI Host Controller  
PCI: Setting latency timer of device 0000:00:1d.0 to 64  
uhci_hcd 0000:00:1d.0: irq 10, io base 00001200  
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1  
hub 1-0:1.0: USB hub found  
hub 1-0:1.0: 2 ports detected  
ACPI: PCI interrupt 0000:00:1d.1[B] -> GSI 11 (level, low) -> IRQ 11  
uhci_hcd 0000:00:1d.1: UHCI Host Controller  
PCI: Setting latency timer of device 0000:00:1d.1 to 64  
uhci_hcd 0000:00:1d.1: irq 11, io base 00001600  
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2  
hub 2-0:1.0: USB hub found  
hub 2-0:1.0: 2 ports detected  
ACPI: PCI interrupt 0000:00:1d.7[D] -> GSI 11 (level, low) -> IRQ 11  
ehci_hcd 0000:00:1d.7: EHCI Host Controller  
PCI: Setting latency timer of device 0000:00:1d.7 to 64  
ehci_hcd 0000:00:1d.7: irq 11, pci mem ce9f2000  
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 3  
PCI: cache line size of 32 is not supported by device 0000:00:1d.7  
ehci_hcd 0000:00:1d.7: USB 2.0 enabled, EHCI 1.00, driver 2004-May-10  
hub 3-0:1.0: USB hub found  
hub 3-0:1.0: 4 ports detected  
EXT3 FS on hda6, internal journal  
Adding 506008k swap on /dev/hda7. Priority:-1 extents:1  
usb 2-2: new low speed USB device using address 2  
usbcore: registered new driver hiddev  
input: USB HID v1.10 Mouse [Logitech USB Mouse] on usb-0000:00:1d.1-2  
usbcore: registered new driver usbhid  
drivers/usb/input/hid-core.c: v2.0:USB HID core driver  
usbcore: registered new driver usbmouse  
drivers/usb/input/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver  
ts: Compaq touchscreen protocol output  
Linux agpgart interface v0.100 (c) Dave Jones  
agpgart: Detected an Intel 855 Chipset.  
agpgart: Maximum main memory to use for agp memory: 176M  
agpgart: Detected 32636K stolen memory.  
agpgart: AGP aperture is 128M @ 0xb0000000  
kjournald starting. Commit interval 5 seconds  
EXT3 FS on hda8, internal journal  
EXT3-fs: mounted filesystem with ordered data mode.  
Supermount version 2.0.4 for kernel 2.6  
NTFS driver 2.1.15 [Flags: R/O DEBUG MODULE].  
NTFS volume version 3.1.  
loop: loaded (max 8 devices)  
ieee1394: Initialized config rom entry `ip1394'  
ohci1394: $Rev: 1223 $ Ben Collins <bcollins@debian.org>  
ACPI: PCI interrupt 0000:01:05.0[A] -> GSI 3 (level, low) -> IRQ 3  
PCI: Setting latency timer of device 0000:01:05.0 to 64  
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[3] MMIO=[e0000000-e00007ff] Max Packet=[2048]  
hdc: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)  
Uniform CD-ROM driver Revision: 3.20  
via-rhine.c:v1.10-LK1.2.0-2.6 June-10-2004 Written by Donald Becker  
ACPI: PCI interrupt 0000:01:02.0[A] -> GSI 11 (level, low) -> IRQ 11  
PCI: Setting latency timer of device 0000:01:02.0 to 64  
eth0: VIA Rhine III at 0xc200, 00:400:4b:00:bd, IRQ 11.  
eth0: MII PHY found at address 1, status 0x7849 advertising 05e1 Link 0000.  
ip1394: $Rev: 1224 $ Ben Collins <bcollins@debian.org>  
ip1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)  
ieee1394: Host added: ID:BUS[0-00:1023] GUID[0040d001001a3774]  
ACPI: AC Adapter [AC] (on-line)  
ACPI: Battery Slot [BAT0] (battery present)  
ACPI: Power Button (FF) [PWRF]  
ACPI: Sleep Button (CM) [SBTN]  
ACPI: Lid Switch [LID]  
ACPI: Processor [CPU0] (supports C1 C2, 8 throttling states)  
Linux Kernel Card Services  
options: [pci] [cardbus] [pm]  
ACPI: PCI interrupt 0000:01:04.0[A] -> GSI 5 (level, low) -> IRQ 5  
Yenta: CardBus bridge found at 0000:01:04.0 [1631004]  
Yenta: ISA IRQ mask 0x0050, PCI irq 5  
Socket status: 30000006  
cs: IO port probe 0x0c00-0x0cff: clean.  
cs: IO port probe 0x0100-0x04ff: excluding 0x4d0-0x4d7  
cs: IO port probe 0x0a00-0x0aff: clean.  
inserting floppy driver for 2.6.8.1-10mdk  
floppy0: no floppy controllers found  
inserting floppy driver for 2.6.8.1-10mdk  
floppy0: no floppy controllers found  
NET: Registered protocol family 17  
eth0: link down  
ACPI: PCI interrupt 0000:00:1f.5[B] -> GSI 5 (level, low) -> IRQ 5  
PCI: Setting latency timer of device 0000:00:1f.5 to 64  
intel8x0_measure_ac97_clock: measured 49575 usecs  
intel8x0: clocking to 48000  
NET: Registered protocol family 10  
Disabled Privacy Extensions on device c0323b60(lo)  
IPv6 over IPv4 tunneling driver  
Invalid control/status registers  
speedstep-centrino: found "Intel(R) Pentium(R) M processor 1400MHz": max frequency: 1400000kHz  
ACPI: PCI interrupt 0000:00:02.0[A] -> GSI 10 (level, low) -> IRQ 10  
mtrr: 0xb0000000,0x8000000 overlaps existing 0xb0000000,0x100000  
[drm] Initialized i830 1.3.2 20021108 on minor 0:  
PCI: Enabling device 0000:00:02.1 (0000 -> 0002)  
mtrr: 0xb0000000,0x8000000 overlaps existing 0xb0000000,0x100000  
[drm] Initialized i830 1.3.2 20021108 on minor 1:  
mtrr: base(0xb0020000) is not aligned on a size(0x180000) boundary  
mtrr: 0xb0000000,0x8000000 overlaps existing 0xb0000000,0x100000  
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10049 bytes, v3).  
bootsplash: status on console 0 changed to on  
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10049 bytes, v3).  
bootsplash: status on console 1 changed to on  
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10049 bytes, v3).  
bootsplash: status on console 2 changed to on  
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10049 bytes, v3).  
bootsplash: status on console 3 changed to on  
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10049 bytes, v3).  
bootsplash: status on console 4 changed to on  
bootsplash 3.1.6-2004/03/31: looking for picture.... found (800x600, 10049 bytes, v3).  
bootsplash: status on console 5 changed to on  
eth0: no IPv6 routers present  
slamr: module license 'Smart Link Ltd.' taints kernel.  
slamr: SmartLink AMRMO modem.  
slamr: probe 8086:24c6 ICH4 card...  
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 5 (level, low) -> IRQ 5  
PCI: Setting latency timer of device 0000:00:1f.6 to 64  
slamr: mc97 codec is SIL22  
slamr: slamr0 is ICH4 card.  
slamr: SmartLink AMRMO modem.  
slamr: probe 8086:24c6 ICH4 card...  
ACPI: PCI interrupt 0000:00:1f.6[B] -> GSI 5 (level, low) -> IRQ 5  
PCI: Setting latency timer of device 0000:00:1f.6 to 64  
slamr: mc97 codec is SIL22  
slamr: slamr0 is ICH4 card.  
 
[root@localhost slmodem-2.9.10]# kppp  
 
QPixmap: Cannot create a QPixmap when no GUI is being used  
QPixmap: Cannot create a QPixmap when no GUI is being used  
QPixmap: Cannot create a QPixmap when no GUI is being used  
QPixmap: Cannot create a QPixmap when no GUI is being used  
kbuildsycoca running...  
Opener: received OpenLock  
 
Opener: received OpenDevice  
error opening modem device !  
Opener: received RemoveLock  
ALSA lib pcm_hw.c:549snd_pcm_hw_start) SNDRV_PCM_IOCTL_START failed: Broken pipe  
 
 
 
 
merci
 

Reply

Marsh Posté le 18-01-2005 à 18:26:17   

Reply

Marsh Posté le 19-01-2005 à 18:18:08    

svp...help...
 
merci !

Reply

Marsh Posté le 20-01-2005 à 17:33:50    

up!
 
merci...

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed