|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Senior Member
Iscritto dal: Aug 2003
Città: Perugia - Sesso: M
Messaggi: 6987
|
Come cavolo si installa un modem su linux??? AIUTO!!!!!!!!!!!!!!
qualche tempo fa ho provato ad installare un modem con chip conexant, ma per me era troppo difficile...
Allora mi sono comprato un modem, sempre 56K con i driver per linux nel cd dell'installazione... apro il readme, ma non ci capisco niente... ve lo propongo qui di seguidto: .................................................................... Installation ============ 1. Unpack tar.gz package file: $ gzip -dc slmdm-2.6.X.tar.gz | tar xf - 2. 'cd' to package directory: $ cd slmdm-2.6.X 3. Review and edit (if need) 'Makefile'. Note: Probably you will want to correct in Makefile path to your local linux kernel header files: KERNEL_INCLUDES=/path/to/linux/include Another way is to pass command line the parameter while running 'make': $ make KERNEL_INCLUDES=/path/to/linux/include ... 4. Run 'make' command to compile package: $ make 5. Install. If you are going to use AMR/CNR/PCI modem type (as superuser): # make install-amr , or # make install-usb if you are going to use USB modem. It will install modules into '/lib/modules/<kernel-version>/misc' directory (standard linux modules' directory), and other files and utilities into directory '/usr/lib/slmdm'. Also it will config you '/etc/modules.conf' file in order to provide possibility for loading the modem modules into kernel on demand automatically by kmod, when you are going to use them. Note: currently you cannot use both AMR/CNR/PCI and USB Modems. 6. Config modem country. You can configure you current country by using module parameters 'country' or 'country_code'. Add 'options' directive line to file '/etc/modules.conf': options slmdm country=<MyCountry> , for example options slmdm country=USA , or use module parameter while module loading: # modprobe slmdm country=<MyCountry> Use 'slver -c' to see list of all supported countries and their codes (utility 'slver' may be found in package directory or after installation in '/usr/lib/slmdm'). 7. Uninstallation. In package directory or in '/usr/lib/slmdm' just type: # make uninstall ......................................................... il primo punto l'ho capito, anche il secondo... ma dal terzo in giu, non ci ho capito proprio na' mazza!!!!! AIUTATEMI!!!!! ![]() ![]() ![]() ![]() ![]() ![]() PS: la versione di linux è Mandrake 9.1 |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: Dec 2003
Città: cagliari
Messaggi: 340
|
scusa ma il modem è interno o esterno, seriale o usb, modello..........se nn ci dai queste info come facciamo ad aiutarti
![]() dicci che hardware.............
__________________
Vivi alla giornata e lascia che al futuro ci pensi il futuro. hp tm2-2100sl + windows 8 ![]() |
![]() |
![]() |
![]() |
#3 | |
Senior Member
Iscritto dal: Aug 2003
Città: Perugia - Sesso: M
Messaggi: 6987
|
Quote:
Ops, scusa... è un pci. MARCA: smartlink MODELLO: "nun ce scritto" io i driver già ce li ho nel cd... ma non so come installarli... ho capito che devo smanettare con il kernel (non so neanche che è ![]() ![]() |
|
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: Dec 2003
Città: cagliari
Messaggi: 340
|
guarda a prima occhiata i primi punti ti dicono che devi decomprimere il driver, poi mi sembra che dice di controllare se c'è o di creare mi sembra una cartella .....
e poi ti dice come installare il driver nel punto 5, tu devi usare la parte per il pci e poi fà esempi per configurarlo..........
__________________
Vivi alla giornata e lascia che al futuro ci pensi il futuro. hp tm2-2100sl + windows 8 ![]() |
![]() |
![]() |
![]() |
#5 |
Senior Member
Iscritto dal: Sep 2002
Città: Celano (AQ) Segno_Zodiacale: Leone Ascendente: Cammello Segni_Particolari: Quello
Messaggi: 9302
|
devi avere installati i sorgenti del kernel che usi, con mandrake 9.1 dovrebbero essere compresi. controlla in /usr/src/linux che ci sia il kernel.
se hai installato lì i sorgenti del modem il punto 3 si riduce a questo comando make KERNEL_INCLUDES=/usr/src/linux/include il punto 4 non so se devi farlo (perchè probabilmente l'hai fatto con il 3) cmq sarebbe di dare il comando make. 5. make install-amr 6. vai nella directory /usr/lib/slmdm e lancia il comando slver -c (se non va scrivi ./slver -c) e vedi qual'è la sigla dell'italia (che io qui chiamerò ITA). aggiungi nel file /etc/modules.conf la seguente riga: options slmdm country=ITA |
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Jun 2001
Città: Verona
Messaggi: 757
|
ok se qualcuno sa dire qualcosa in piu visto che io ho un modem smartlink esterno usb con gli stessi driver (fli slmodem sono universali... quasi) e non mi funziona na cippa, lo installo senza problemi con il make ecc ecc ma se scivo manke install-usb non funge na mazza!!! aiutoooooo
__________________
![]() ![]() |
![]() |
![]() |
![]() |
#7 | |
Senior Member
Iscritto dal: Sep 2002
Città: Celano (AQ) Segno_Zodiacale: Leone Ascendente: Cammello Segni_Particolari: Quello
Messaggi: 9302
|
Quote:
|
|
![]() |
![]() |
![]() |
#8 |
Senior Member
Iscritto dal: Mar 2000
Città: Ferrara
Messaggi: 2000
|
Lo smartlink amr presente nel mio travelmate 292 è andato al primo colpo...
__________________
Ryzen 5 5600X, 32GB DDR4-3000MHz, Asrock B550M-Pro4, Case Fractal Design Dfine Mini, SSD Samsung 980Pro 500GB http://www.flickr.com/photos/paoloberno/ |
![]() |
![]() |
![]() |
#9 | |
Senior Member
Iscritto dal: Aug 2003
Città: Perugia - Sesso: M
Messaggi: 6987
|
Quote:
probabilmente non ho installati i sorgenti del kernel, perchè se vado su=/usr/src/e poi c'è tutto tranne che la cartella linux... la cartella include la trovo su /usr/include, non so se è quella che sto cercando... ![]() Semmai dove lo vado a prendere il kernel???? ![]() Se alla fine riesco a trovare sto kernel, dove lo devo scrivere questo comando : make KERNEL_INCLUDES=/usr/src/linux/include ??? E anche quello del punto 5/6???? ![]() PS: non ci capisco proprio na mazza... ![]() ![]() PS2: ormai è una sfida con linux, non posso perderla... GRAZIE. |
|
![]() |
![]() |
![]() |
#10 | |
Senior Member
Iscritto dal: Sep 2002
Città: Celano (AQ) Segno_Zodiacale: Leone Ascendente: Cammello Segni_Particolari: Quello
Messaggi: 9302
|
Quote:
|
|
![]() |
![]() |
![]() |
#11 |
Senior Member
Iscritto dal: Aug 2003
Città: Perugia - Sesso: M
Messaggi: 6987
|
ma porca putt**a... ho un 56K... mi ci vuole un mese...
![]() Va be, troverò il modo di scaricarlo e di ricompilarlo ![]() Grazie... semmai vi faccio sapere come andrà a finire... ![]() |
![]() |
![]() |
![]() |
#12 | |
Senior Member
Iscritto dal: Jun 2001
Città: Verona
Messaggi: 757
|
Quote:
con il make install-usb non mi funziona, con il make install si installa tutto ma quando faccio partire slmodemd cu usb0 (il nome che ha ovviamente, ora nn lo ricordo) mi dice che non trova il modem, e vale per tutte le 4 porte...
__________________
![]() ![]() |
|
![]() |
![]() |
![]() |
#13 |
Senior Member
Iscritto dal: Sep 2002
Città: Celano (AQ) Segno_Zodiacale: Leone Ascendente: Cammello Segni_Particolari: Quello
Messaggi: 9302
|
x pirella:
ma non potevi prendere un modem seriale? non avevi bisogno di nessun tipo di driver... x dredd: puoi dirmi quale errore ti dà il make install-usb? |
![]() |
![]() |
![]() |
#14 | |
Senior Member
Iscritto dal: Aug 2003
Città: Perugia - Sesso: M
Messaggi: 6987
|
Quote:
che è un modem seriale??? è esterno??? |
|
![]() |
![]() |
![]() |
#15 | |
Senior Member
Iscritto dal: Sep 2002
Città: Celano (AQ) Segno_Zodiacale: Leone Ascendente: Cammello Segni_Particolari: Quello
Messaggi: 9302
|
Quote:
|
|
![]() |
![]() |
![]() |
#16 | |
Senior Member
Iscritto dal: Jun 2001
Città: Verona
Messaggi: 757
|
Quote:
__________________
![]() ![]() |
|
![]() |
![]() |
![]() |
#17 |
Senior Member
Iscritto dal: Jun 2001
Città: Verona
Messaggi: 757
|
Alllora ecco un po di scrittine simpatiche che vedo scritte...
a me sembra vada tutto bene... boi bho! non capisco che cavolo succeda! cmq ho la mandrake 10.0 ed un modem dsb-560 della smartlink... qui sotto riporto cio che mi viene scritto [root@localhost slmodem-2.9.9]# make make -C modem all make[1]: Entering directory `/home/fabio/cose/slmodem-2.9.9/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/fabio/cose/slmodem-2.9.9/modem' make -C drivers KERNEL_DIR=/lib/modules/2.6.3-7mdk/build make[1]: Entering directory `/home/fabio/cose/slmodem-2.9.9/drivers' cc -I/lib/modules/2.6.3-7mdk/build/include -o kernel-ver kernel-ver.c make all KERNEL_VER=2.6.3-7mdk make[2]: Entering directory `/home/fabio/cose/slmodem-2.9.9/drivers' make modules -C /lib/modules/2.6.3-7mdk/build SUBDIRS=/home/fabio/cose/slmodem-2.9.9/drivers make[3]: Entering directory `/usr/src/linux-2.6.3-7mdk' *** Warning: Overriding SUBDIRS on the command line can cause *** inconsistencies make[4]: `arch/i386/kernel/asm-offsets.s' is up to date. CHK include/asm-i386/asm_offsets.h CC [M] /home/fabio/cose/slmodem-2.9.9/drivers/amrmo_init.o CC [M] /home/fabio/cose/slmodem-2.9.9/drivers/sysdep_amr.o CC [M] /home/fabio/cose/slmodem-2.9.9/drivers/st7554.o LD [M] /home/fabio/cose/slmodem-2.9.9/drivers/slamr.o LD [M] /home/fabio/cose/slmodem-2.9.9/drivers/slusb.o Building modules, stage 2. MODPOST CC /home/fabio/cose/slmodem-2.9.9/drivers/slamr.mod.o LD [M] /home/fabio/cose/slmodem-2.9.9/drivers/slamr.ko CC /home/fabio/cose/slmodem-2.9.9/drivers/slusb.mod.o LD [M] /home/fabio/cose/slmodem-2.9.9/drivers/slusb.ko make[3]: Leaving directory `/usr/src/linux-2.6.3-7mdk' make[2]: Leaving directory `/home/fabio/cose/slmodem-2.9.9/drivers' make[1]: Leaving directory `/home/fabio/cose/slmodem-2.9.9/drivers' make install-usb make: *** No rule to make target `install-usb'. Stop. make install make -C modem all make[1]: Entering directory `/home/fabio/cose/slmodem-2.9.9/modem' make[1]: Leaving directory `/home/fabio/cose/slmodem-2.9.9/modem' make -C drivers KERNEL_DIR=/lib/modules/2.6.3-7mdk/build make[1]: Entering directory `/home/fabio/cose/slmodem-2.9.9/drivers' cc -I/lib/modules/2.6.3-7mdk/build/include -o kernel-ver kernel-ver.c make all KERNEL_VER=2.6.3-7mdk make[2]: Entering directory `/home/fabio/cose/slmodem-2.9.9/drivers' make modules -C /lib/modules/2.6.3-7mdk/build SUBDIRS=/home/fabio/cose/slmodem-2.9.9/drivers make[3]: Entering directory `/usr/src/linux-2.6.3-7mdk' *** Warning: Overriding SUBDIRS on the command line can cause *** inconsistencies make[4]: `arch/i386/kernel/asm-offsets.s' is up to date. CHK include/asm-i386/asm_offsets.h Building modules, stage 2. MODPOST make[3]: Leaving directory `/usr/src/linux-2.6.3-7mdk' make[2]: Leaving directory `/home/fabio/cose/slmodem-2.9.9/drivers' make[1]: Leaving directory `/home/fabio/cose/slmodem-2.9.9/drivers' make install -C drivers KERNEL_DIR=/lib/modules/2.6.3-7mdk/build make[1]: Entering directory `/home/fabio/cose/slmodem-2.9.9/drivers' cc -I/lib/modules/2.6.3-7mdk/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.3-7mdk make[2]: Entering directory `/home/fabio/cose/slmodem-2.9.9/drivers' install -D -m 644 slamr.ko /lib/modules/2.6.3-7mdk/extra/slamr.ko install -D -m 644 slusb.ko /lib/modules/2.6.3-7mdk/extra/slusb.ko /sbin/depmod -a make[2]: Leaving directory `/home/fabio/cose/slmodem-2.9.9/drivers' make[1]: Leaving directory `/home/fabio/cose/slmodem-2.9.9/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.9]# /usr/sbin/slmodemd --country=ITALY /dev/slusb3 error: mdm setup: cannot open dev `/dev/slusb3': No such device error: cannot setup device `/dev/slusb3' dmesg Linux version 2.6.3-7mdk (nplanel@n3.mandrakesoft.com) (gcc version 3.3.2 (Mandrake Linux 10.0 3.3.2-6mdk)) #1 Wed Mar 17 15:56:42 CET 2004 BIOS-provided physical RAM map: BIOS-e820: 0000000000000000 - 000000000009fc00 (usable) BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved) BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) BIOS-e820: 0000000000100000 - 000000001fff0000 (usable) BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS) BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data) BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved) 511MB LOWMEM available. On node 0 totalpages: 131056 DMA zone: 4096 pages, LIFO batch:1 Normal zone: 126960 pages, LIFO batch:16 HighMem zone: 0 pages, LIFO batch:1 DMI 2.2 present. ACPI: RSDP (v000 GBT ) @ 0x000f6360 ACPI: RSDT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3000 ACPI: FADT (v001 GBT AWRDACPI 0x42302e31 AWRD 0x00000000) @ 0x1fff3040 ACPI: DSDT (v001 GBT AWRDACPI 0x00001000 MSFT 0x0100000c) @ 0x00000000 ACPI: PM-Timer IO Port: 0x4008 Built 1 zonelists Kernel command line: auto BOOT_IMAGE=linux ro root=1601 devfs=mount acpi=ht splash=silent bootsplash: silent mode. Local APIC disabled by BIOS -- reenabling. Found and enabled local APIC! Initializing CPU#0 PID hash table entries: 2048 (order 11: 16384 bytes) Detected 1533.753 MHz processor. Using pmtmr for high-res timesource Console: colour dummy device 80x25 Memory: 514844k/524224k available (1816k kernel code, 8616k reserved, 849k data, 272k init, 0k highmem) Checking if this processor honours the WP bit even in supervisor mode... Ok. Calibrating delay loop... 3039.23 BogoMIPS Dentry cache hash table entries: 65536 (order: 6, 262144 bytes) Inode-cache hash table entries: 32768 (order: 5, 131072 bytes) Mount-cache hash table entries: 512 (order: 0, 4096 bytes) checking if image is initramfs...it isn't (no cpio magic); looks like an initrd Freeing initrd memory: 134k freed CPU: After generic identify, caps: 0383fbff c1cbfbff 00000000 00000000 CPU: After vendor identify, caps: 0383fbff c1cbfbff 00000000 00000000 CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line) CPU: L2 Cache: 256K (64 bytes/line) CPU: After all inits, caps: 0383fbff c1cbfbff 00000000 00000020 Intel machine check architecture supported. Intel machine check reporting enabled on CPU#0. CPU: AMD Athlon(tm) XP 1800+ stepping 02 Enabling fast FPU save and restore... done. Enabling unmasked SIMD FPU exception support... done. Checking 'hlt' instruction... OK. POSIX conformance testing by UNIFIX 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 1533.0259 MHz. ..... host bus clock speed is 266.0653 MHz. NET: Registered protocol family 16 EISA bus registered PCI: PCI BIOS revision 2.10 entry at 0xfb6c0, last bus=1 PCI: Using configuration type 1 mtrr: v2.0 (20020519) ACPI: Subsystem revision 20040211 ACPI: Interpreter disabled. Linux Plug and Play Support v0.97 (c) Adam Belay PnPBIOS: Disabled PCI: Probing PCI hardware PCI: Probing PCI hardware (bus 00) PCI: Using IRQ router VIA [1106/0686] at 0000:00:07.0 spurious 8259A interrupt: IRQ7. vesafb: framebuffer at 0xd0000000, mapped to 0xe0800000, size 16384k vesafb: mode is 800x600x16, linelength=1600, pages=135 vesafb: protected mode interface info at c000:574e vesafb: scrolling: redraw vesafb: directcolor: size=0:5:6:5, shift=0:11:5:0 fb0: VESA VGA frame buffer device apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac) ikconfig 0.7 with /proc/config* VFS: Disk quotas dquot_6.5.1 devfs: 2004-01-31 Richard Gooch (rgooch@atnf.csiro.au) devfs: boot_options: 0x1 Initializing Cryptographic API PCI: Disabling Via external APIC routing isapnp: Scanning for PnP cards... isapnp: No Plug & Play device found bootsplash 3.1.4-2004/02/19: looking for picture.... silentjpeg size 14856 bytes, found (800x600, 14808 bytes, v3). Console: switching to colour frame buffer device 92x32 pty: 1024 Unix98 ptys configured Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing enabled ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A 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 VP_IDE: IDE controller at PCI slot 0000:00:07.1 VP_IDE: chipset revision 6 VP_IDE: not 100% native mode: will probe irqs later ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx VP_IDE: VIA vt82c686b (rev 40) IDE UDMA100 controller on pci0000:00:07.1 ide0: BM-DMA at 0xd400-0xd407, BIOS settings: hda ![]() ![]() ide1: BM-DMA at 0xd408-0xd40f, BIOS settings: hdc ![]() ![]() hdb: Pioneer DVD-ROM ATAPIModel DVD-116 0109, ATAPI CD/DVD-ROM drive Using anticipatory io scheduler ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 hdc: ST310210A, ATA DISK drive hdd: PIONEER DVD-RW DVR-106D, ATAPI CD/DVD-ROM drive ide1 at 0x170-0x177,0x376 on irq 15 hdc: max request size: 128KiB hdc: 19925880 sectors (10202 MB) w/2048KiB Cache, CHS=19767/16/63, UDMA(66) /dev/ide/host0/bus1/target0/lun0: p1 p2 < p5 p6 > mice: PS/2 mouse device common for all mice serio: i8042 AUX port at 0x60,0x64 irq 12 input: ImPS/2 Generic Wheel Mouse 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 EISA: Probing bus 0 at eisa0 NET: Registered protocol family 2 IP: routing cache hash table of 4096 buckets, 32Kbytes TCP: Hash tables configured (established 32768 bind 65536) NET: Registered protocol family 1 BIOS EDD facility v0.13 2004-Mar-09, 1 devices found Please report your BIOS at http://linux.dell.com/edd/results.html PM: Reading pmdisk image. PM: Resume from disk failed. md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. RAMDISK: Compressed image found at block 0 VFS: Mounted root (ext2 filesystem). Mounted devfs on /dev EXT3-fs: INFO: recovery required on readonly filesystem. EXT3-fs: write access will be enabled during recovery. kjournald starting. Commit interval 5 seconds EXT3-fs: hdc1: orphan cleanup on readonly fs ext3_orphan_cleanup: deleting unreferenced inode 194699 ext3_orphan_cleanup: deleting unreferenced inode 194698 ext3_orphan_cleanup: deleting unreferenced inode 194697 ext3_orphan_cleanup: deleting unreferenced inode 194694 EXT3-fs: hdc1: 4 orphan inodes deleted EXT3-fs: recovery complete. EXT3-fs: mounted filesystem with ordered data mode. Mounted devfs on /dev Freeing unused kernel memory: 272k freed Real Time Clock Driver v1.12 drivers/usb/core/usb.c: registered new driver usbfs drivers/usb/core/usb.c: registered new driver hub drivers/usb/host/uhci-hcd.c: USB Universal Host Controller Interface driver v2.1 PCI: Found IRQ 3 for device 0000:00:07.2 PCI: Sharing IRQ 3 with 0000:00:07.3 uhci_hcd 0000:00:07.2: UHCI Host Controller uhci_hcd 0000:00:07.2: irq 3, io base 0000d800 uhci_hcd 0000:00:07.2: new USB bus registered, assigned bus number 1 hub 1-0:1.0: USB hub found hub 1-0:1.0: 2 ports detected PCI: Found IRQ 3 for device 0000:00:07.3 PCI: Sharing IRQ 3 with 0000:00:07.2 uhci_hcd 0000:00:07.3: UHCI Host Controller uhci_hcd 0000:00:07.3: irq 3, io base 0000dc00 uhci_hcd 0000:00:07.3: new USB bus registered, assigned bus number 2 hub 2-0:1.0: USB hub found hub 2-0:1.0: 2 ports detected bootsplash: status on console 0 changed to on usb 1-1: new full speed USB device using address 2 SCSI subsystem initialized Initializing USB Mass Storage driver... scsi0 : SCSI emulation for USB Mass Storage devices Vendor: Model: Rev: Type: Direct-Access ANSI SCSI revision: 02 WARNING: USB Mass Storage data integrity not assured USB Mass Storage device found at 2 drivers/usb/core/usb.c: registered new driver usb-storage USB Mass Storage support registered. usb 1-2: new low speed USB device using address 3 SCSI device sda: 255744 512-byte hdwr sectors (131 MB) sda: assuming Write Enabled sda: assuming drive cache: write through /dev/scsi/host0/bus0/target0/lun0: p1 Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0 drivers/usb/core/usb.c: registered new driver hiddev drivers/usb/input/hid-ff.c: hid_ff_init could not find initializer input: USB HID v1.00 Mouse [Cypress Sem PS2/USB Browser Combo Mouse] on usb-0000:00:07.2-2 drivers/usb/core/usb.c: registered new driver hid drivers/usb/input/hid-core.c: v2.0:USB HID core driver drivers/usb/core/usb.c: registered new driver usbmouse drivers/usb/input/usbmouse.c: v1.6:USB HID Boot Protocol mouse driver usb 2-2: new full speed USB device using address 2 ts: Compaq touchscreen protocol output usb 2-2: configuration #2 chosen from 2 choices EXT3 FS on hdc1, internal journal Adding 511520k swap on /dev/hdc5. Priority:-1 extents:1 Linux agpgart interface v0.100 (c) Dave Jones agpgart: Detected AMD 761 chipset agpgart: Maximum main memory to use for agp memory: 439M agpgart: AGP aperture is 64M @ 0xe0000000 kjournald starting. Commit interval 5 seconds EXT3 FS on hdc6, internal journal EXT3-fs: mounted filesystem with ordered data mode. Supermount version 2.0.4 for kernel 2.6 inserting floppy driver for 2.6.3-7mdk Floppy drive(s): fd0 is 1.44M FDC 0 is a post-1991 82077 hdb: ATAPI 40X DVD-ROM drive, 256kB Cache, UDMA(66) Uniform CD-ROM driver Revision: 3.20 hdd: ATAPI 32X DVD-ROM DVD-R CD-R/RW drive, 2000kB Cache, UDMA(33) ide-floppy driver 0.99.newide NET: Registered protocol family 17 PCI: Found IRQ 7 for device 0000:00:0d.0 bootsplash 3.1.4-2004/02/19: looking for picture.... found (800x600, 11943 bytes, v3). bootsplash: status on console 0 changed to on bootsplash 3.1.4-2004/02/19: looking for picture.... found (800x600, 11943 bytes, v3). bootsplash: status on console 1 changed to on bootsplash 3.1.4-2004/02/19: looking for picture.... found (800x600, 11943 bytes, v3). bootsplash: status on console 2 changed to on bootsplash 3.1.4-2004/02/19: looking for picture.... found (800x600, 11943 bytes, v3). bootsplash: status on console 3 changed to on bootsplash 3.1.4-2004/02/19: looking for picture.... found (800x600, 11943 bytes, v3). bootsplash: status on console 4 changed to on bootsplash 3.1.4-2004/02/19: looking for picture.... found (800x600, 11943 bytes, v3). bootsplash: status on console 5 changed to on fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel. [fglrx] Maximum main memory to use for locked dma buffers: 431 MBytes. PCI: Found IRQ 11 for device 0000:01:05.0 [fglrx] module loaded - fglrx 3.7.6 [Mar 5 2004] on minor 0 mtrr: 0xd0000000,0x8000000 overlaps existing 0xd0000000,0x1000000 [fglrx:firegl_addmap] *ERROR* mtrr allocation failed (-22) [fglrx] AGP detected, AgpState = 0x0f000217 (hardware caps of chipset) agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0. agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode agpgart: Putting AGP V2 device at 0000:01:05.0 into 4x mode [fglrx] AGP enabled, AgpCommand = 0x0f000314 (selected caps) [fglrx] free AGP = 54800384 [fglrx] max AGP = 54800384 [fglrx] free LFB = 122683392 [fglrx] max LFB = 122683392 [fglrx] free Inv = 0 [fglrx] max Inv = 0 [fglrx] total Inv = 0 [fglrx] total TIM = 0 [fglrx] total FB = 0 [fglrx] total AGP = 16384 atkbd.c: Unknown key released (translated set 2, code 0x7a on isa0060/serio0). atkbd.c: This is an XFree86 bug. It shouldn't access hardware directly. Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0 VFS: Can't find ext2 filesystem on dev sda1.
__________________
![]() ![]() |
![]() |
![]() |
![]() |
#18 |
Senior Member
Iscritto dal: Sep 2002
Città: Celano (AQ) Segno_Zodiacale: Leone Ascendente: Cammello Segni_Particolari: Quello
Messaggi: 9302
|
per il make install-usb non trova il target nel makefile. allora che c@xxo ce lo scrivono a fare nel readme di fare make install-usb??
![]() quando fai "/usr/sbin/slmodemd --country=ITALY /dev/slusb3" invece di passare /dev/slusb3 prova a passargli direttamente le porte usb e cioè /dev/ttyUSB0, ...ttyUSB1 ecc.. |
![]() |
![]() |
![]() |
#19 | |
Senior Member
Iscritto dal: Aug 2003
Città: Perugia - Sesso: M
Messaggi: 6987
|
Quote:
Finalmente mi sono scaricato il kernel... ma ora non so come devo muovermi... dove devo scrivere i comandi che mi hai detto??? (non so proprio dove devo andare... devo per caso aprire qualche programma specifico, oppure devo digitare su schermo ![]() ![]() PS: io il kernel l'ho scaricato, ma non so come si compila... ho provato a dare un' occhiata alla guida in rilievo, ma per me è troppo... non ho tempo, non ho voglia... Vorrei solo far funzionare il modem. |
|
![]() |
![]() |
![]() |
#20 | |
Senior Member
Iscritto dal: Sep 2002
Città: Celano (AQ) Segno_Zodiacale: Leone Ascendente: Cammello Segni_Particolari: Quello
Messaggi: 9302
|
Quote:
se proprio non ci riesci possiamo fare così: devi dirmi la tua configurazione (scheda madre, cpu, video, audio, se hai un masterizzatore... ecc) e io provo a fare un file .config de kernel 2.4.26 in modo tale che poi tu copi questo file in /usr/src/linux e quando ricompilerai il kernel lo farai con quel file di configurazione senza che tu ci debba mettere la mani. Ultima modifica di VegetaSSJ5 : 04-08-2004 alle 11:14. |
|
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 05:02.