| |
|
|
|
|
|
|
Afortunadamente para mi tenia por aquí guardada esta tarjeta de red wifi U.S.Robotics USR132410 PCMCIA capaz de transmitir datos a 11 Mbps que no es mucho pero si suficiente para lo que quiero montar.
Para configurar la targeta de red tenemos que editar un fichero llamado interfaces que se sitúa en /etc/network
En mi caso en particular me la detecta como wlan0, podéis mirar como os la detecta mediante el comando ifconfig.
Os saldrá algo asi … ( pero sin configurar claro )
Una vez detectada vamos a editar el fichero de configuración para las tarjetas de red con el editor que prefieras …
En mi caso usare el editor ( vi )
vi /etc/network/interfaces
En este fichero se pueden incluir las configuraciones tanto para tarjetas wifi como para las ethernet. En nuestro caso en particular vamos configurar una ip estatica y le vamos a indicar cual es el punto de acceso al cual nos vamos a conectar y ademas le asignaremos una clave web para obtener un poco de seguridad.
Para que nos entendamos yo he asignado la ip 192.168.1.80 a la tarjeta wifi y mi router tiene la ip 192.168.1.254.
El nombre essid de mi access point es Hsnet-Node2.
Sabiendo estos datos así es como a quedado mi configuración …
allow-hotplug wlan0
auto wlan0
iface wlan0 inet static
address 192.168.1.80
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254
dns-nameservers 80.58.61.254
dns-search hsnet.sytes.net
wireless_essid Hsnet-Node2
wireless_rate Auto
wireless_mode Managed
wireless_key clavewep
Podéis hacer lo mismo pero modificando mis parámetros por los de vuestra red.
Una vez lo tengamos configurado podemos salir del editor ( vi ) con la tecla escape y :wp!
Podemos utilizar los comando ifdown y ifup para parar o lanzar esta configuración especificándole seguidamente la tarjeta de red.
Ej: ifdown wlan0
ifup wlan0
ahora podemos reiniciar la maquina con un ( reboot ) y veremos los resultados …..
ejecutamos el comando ( iwconfig ) y podemos ver que se a conectado a nuestro punto de acceso ( en mi caso Hsnet-Node2 )
Podemos hacer un ping hacia el router haber si funciona …
También podemos hacérselo a google haber si funcionan bien nuestras dns
Con este manual me voy ha ahorrar el tener que volver a comerme la olla para configurar la wifi bajo consola ya que no siempre se tiene la interfaz de Gnome para configurarla.
|
|
|
|
 www.forat.info sitio bajo licencia Creative Commons.

Comentarios:
EDITH 13th Agosto, 2007 a las 3:02
QUIERO SABER COMO PUEDO CONFIGURAR UNA TARJETA DE RED INALAMBRIC A NET GEAR RANGE MAX WPN511 POR QUE NO TENGO EL SOFTWARE
forat 13th Agosto, 2007 a las 3:24
Edith en windows o en linux, tendras que dar mas info
riplie 4th Septiembre, 2007 a las 1:53
chungo niño mi caso
jelp me
smc ezconnect SMC2835W
NO ME LA DETECTA
al iniciar el sistema me dice algo como que quiere actualizar el firmware o asi.
se te ocurre?
salu2
riplie
forat 5th Septiembre, 2007 a las 0:21
Pues tendrás que copiar y pegarme aquí que es lo que te pone exactament e ……
¿ Es pcmcia ?
Si lo es pon el comando ( dmesg ) antes de insertarla y después de insertarla vuelve a ponerlo y me lo pegas aquí.
riplie 6th Septiembre, 2007 a las 20:42
ok.
*** dmesg antes de insertar la pcmcia***
debian:/home/vigia# dmesg
Linux version 2.6.18-5-486 (Debian 2.6.18.dfsg.1-13etch2) (dannf@debian.org) (gc c version 4.1.2 20061115 (prerelease ) (Debian 4.1.1-21)) #1 Thu Aug 30 01:46:45 UTC 2007
BIOS-provided physical RAM map:
BIOS-e820: 0000000000 000000 – 0000000000 09fc00 (usable)
BIOS-e820: 0000000000 09fc00 – 0000000000 0a0000 (reserved)
BIOS-e820: 0000000000 0e0000 – 0000000000 100000 (reserved)
BIOS-e820: 0000000000 100000 – 000000000e ff0000 (usable)
BIOS-e820: 000000000e ff0000 – 000000000e ffffc0 (ACPI data)
BIOS-e820: 000000000e ffffc0 – 000000000f 000000 (ACPI NVS)
BIOS-e820: 00000000ff f80000 – 0000000100 000000 (reserved)
239MB LOWMEM available.
On node 0 totalpages : 61424
DMA zone: 4096 pages, LIFO batch:0
Normal zone: 57328 pages, LIFO batch:15
DMI 2.3 present.
ACPI: RSDP (v000 OID_00 ) @ 0×000e4010
ACPI: RSDT (v001 OID_00 RSDT_000 0×30303030 �& 0×00010007 ) @ 0×0efffbc0
ACPI: FADT (v002 INSYDE FACP_000 0×00000100 �& 0×00010007 ) @ 0×0efffac0
ACPI: BOOT (v001 INSYDE SYS_BOOT 0×00000100 �& 0×00010007 ) @ 0×0efffb50
ACPI: DBGP (v001 INSYDE SYS_DBGP 0×00000100 �& 0×00010007 ) @ 0×0efffb80
ACPI: DSDT (v001 INSYDE VT8362 0×00001000 MSFT 0×0100000d ) @ 0×00000000
ACPI: PM-Timer IO Port: 0×1008
Allocating PCI resources starting at 10000000 (gap: 0f000000:f0f80000)
Detected 1300.110 MHz processor.
Built 1 zonelists. Total pages: 61424
Kernel command line: root=/dev/hda1 ro
Local APIC disabled by BIOS — you can enable it with “lapic”
mapped APIC to ffffd000 (011e2000)
Enabling fast FPU save and restore… done.
Initializi ng CPU#0
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour VGA+ 80×25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 235728k/245696k available (1499k kernel code, 9392k reserved, 599k data, 256k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode… Ok.
Calibratin g delay using timer specific routine.. 2602.16 BogoMIPS (lpj=5204339)
Security Framework v1.0.0 initialize d
SELinux: Disabled at boot.
Capability LSM initialize d
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0183f9ff c1c3f9ff 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0183f9ff c1c3f9ff 00000000 00000000 00000000 0 0000000 00000000
Enabling disabled K7/SSE Support.
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 64K (64 bytes/line)
CPU: After all inits, caps: 0383f9ff c1c3f9ff 00000000 00000420 00000000 0000000 0 00000000
Compat vDSO mapped to ffffe000.
CPU: AMD mobile AMD Duron(tm) 1500+ stepping 02
Checking ‘hlt’ instructio n… OK.
ACPI: Core revision 20060707
ACPI: setting ELCR to 0200 (from 0c00)
checking if image is initramfs… it is
Freeing initrd memory: 4646k freed
NET: Registered protocol family 16
EISA bus registered
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xe8a64, last bus=1
PCI: Using configurat ion type 1
Setting up standard PCI resources
ACPI: Interprete r enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
Disabling VIA memory write queue (PCI ID 0305, rev 80): [55] 3c & 1f -> 1c
Boot video device is 0000:01:00.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: Embedded Controller [EC0] (gpe 1) interrupt mode.
ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs *10)
ACPI: PCI Interrupt Link [LNKD] (IRQs 10 *11)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
PCI: setting IRQ 13 as level-triggered
pnp: PnP ACPI: found 11 devices
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
PCI: If a device doesn’t work, try “pci=routeirq”. If it helps, post a report
PCI: Cannot allocate resource region 0 of device 0000:00:0a.0
pnp: 00:07: ioport range 0×1600-0×167f has been reserved
pnp: 00:07: ioport range 0×2c8-0×2cf has been reserved
pnp: 00:07: ioport range 0×4d0-0×4d1 has been reserved
pnp: 00:07: ioport range 0×1000-0×105f could not be reserved
PCI: Bridge: 0000:00:01.0
IO window: c000-dfff
MEM window: e0000000-efffffff
PREFETCH window: 90000000-9fffffff
PCI: Bus 2, cardbus bridge: 0000:00:0a.0
IO window: 00001400-000014ff
IO window: 00001800-000018ff
PREFETCH window: 10000000-11ffffff
MEM window: 12000000-13ffffff
PCI: Setting latency timer of device 0000:00:01.0 to 64
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP establishe d hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (establishe d 8192 bind 4096)
TCP reno registered
Simple Boot Flag at 0×37 set to 0×1
audit: initializi ng netlink socket (disabled)
audit(1189103310 .984:1): initialize d
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializi ng Cryptograp hic API
io scheduler noop registered
io scheduler anticipato ry registered
io scheduler deadline registered
io scheduler cfq registered (default)
Applying VIA southbridg e workaround .
isapnp: Scanning for PnP cards…
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
RAMDISK driver initialize d: 16 RAM disks of 8192K size 1024 blocksize
PNP: PS/2 Controller [PNP0303:KBC,PNP0f03:PS2M] at 0×60,0×64 irq 1,12
i8042.c: Detected active multiplexi ng controller , rev 1.1.
serio: i8042 AUX0 port at 0×60,0×64 irq 12
serio: i8042 AUX1 port at 0×60,0×64 irq 12
serio: i8042 AUX2 port at 0×60,0×64 irq 12
serio: i8042 AUX3 port at 0×60,0×64 irq 12
serio: i8042 KBD port at 0×60,0×64 irq 1
mice: PS/2 mouse device common for all mice
EISA: Probing bus 0 at eisa.0
Cannot allocate resource for EISA slot 1
EISA: Detected 0 cards.
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 8
NET: Registered protocol family 20
Using IPI Shortcut mode
ACPI: (supports S0 S3 S4 S5)
Freeing unused kernel memory: 256k freed
Time: tsc clocksourc e has been installed.
input: AT Translated Set 2 keyboard as /class/input/input0
ACPI: CPU0 (power states: C1[C1] C2[C2])
ACPI: Thermal Zone [THRM] (61 C)
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:11.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8231 (rev 10) IDE UDMA100 controller on pci0000:00:11.1
ide0: BM-DMA at 0×1100-0×1107, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0×1108-0×110f, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0…
usbcore: registered new driver usbfs
usbcore: registered new driver hub
via-rhine.c:v1.10-LK1.4.1 July-24-2006 Written by Donald Becker
USB Universal Host Controller Interface driver v3.0
Time: acpi_pm clocksourc e has been installed.
hda: TOSHIBA MK2018GAP, ATA DISK drive
ide0 at 0×1f0-0×1f7,0×3f6 on irq 14
Probing IDE interface ide1…
hdc: QSI DVD-ROM SDR-083, ATAPI CD/DVD-ROM drive
ide1 at 0×170-0×177,0×376 on irq 15
hda: max request size: 128KiB
PCI: Enabling device 0000:00:12.0 (0001 -> 0003)
ACPI: PCI Interrupt 0000:00:12.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
eth0: VIA Rhine II at 0×1e800, 00:c0:9f:1d:e3:49, IRQ 11.
eth0: MII PHY found at address 1, status 0×7829 advertisin g 01e1 Link 45e1.
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:11.2[D] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:11.2: UHCI Host Controller
uhci_hcd 0000:00:11.2: new USB bus registered , assigned bus number 1
uhci_hcd 0000:00:11.2: irq 11, io base 0×00001200
usb usb1: configurat ion #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
hda: 39070080 sectors (20003 MB), CHS=38760/16/63, UDMA(100)
hda: cache flushes supported
hda: hda1 hda2
hdc: ATAPI 24X DVD-ROM drive, 512kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
Attempting manual resume
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
pci_hotplu g: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected VIA Twister-K/KT133x/KM133 chipset
agpgart: AGP aperture is 64M @ 0xa0000000
Yenta: CardBus bridge found at 0000:00:0a.0 [1025:001d]
Yenta O2: res at 0×94/0xD4: 00/ea
Yenta O2: enabling read prefetch/write burst
Real Time Clock Driver v1.12ac
Yenta: ISA IRQ mask 0×0038, PCI irq 11
Socket status: 30000007
irda_init()
NET: Registered protocol family 23
input: PC Speaker as /class/input/input1
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt 0000:00:11.6[C] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
parport_pc : VIA 686A/8231 detected
parport_pc : probing current configurat ion
parport_pc : Current parallel port base: 0×378
parport0: PC-style at 0×378 (0×778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,EC P]
input: PS/2 Mouse as /class/input/input2
parport_pc : VIA parallel port: io=0×378, irq=7
input: AlpsPS/2 ALPS GlidePoint as /class/input/input3
ts: Compaq touchscree n protocol output
cs: IO port probe 0×100-0×3af: clean.
cs: IO port probe 0×3e0-0×4ff: clean.
cs: IO port probe 0×820-0×8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: clean.
PCI: Setting latency timer of device 0000:00:11.6 to 64
MC’97 0 converters and GPIO not ready (0×1)
ACPI: PCI Interrupt 0000:00:11.5[C] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:11.5 to 64
Adding 706820k swap on /dev/hda5. Priority:-1 extents:1 across:706820k
EXT3 FS on hda1, internal journal
loop: loaded (max 8 devices)
device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialise d: dm-devel@redhat.com
pcmcia: Detected deprecated PCMCIA ioctl usage from process: discover.
pcmcia: This interface will soon be removed from the kernel; please expect break age unless you upgrade to new tools.
pcmcia: see http://www.kernel.org/pub/linu.....cmcia.html for details.
eth1: link up, 100Mbps, full-duplex, lpa 0×45E1
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
ACPI: Battery Slot [BAT0] (battery present)
eth1: no IPv6 routers present
ACPI: AC Adapter [ADP0] (on-line)
ACPI: Power Button (FF) [PWRF]
ACPI: Lid Switch [LID]
ACPI: Power Button (CM) [PBTN]
lp0: using parport0 (interrupt-driven).
ppdev: user-space parallel port driver
Bluetooth: Core ver 2.10
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialize d
Bluetooth: HCI socket layer initialize d
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialize d
Bluetooth: RFCOMM socket layer initialize d
Bluetooth: RFCOMM TTY layer initialize d
Bluetooth: RFCOMM ver 1.8
[drm] Initialize d drm 1.0.1 20051102
ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[drm] Initialize d savage 2.4.1 20050313 on minor 0
mtrr: base(0×92000000 ) is not aligned on a size(0×5000000) boundary
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 0x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 0x mode
eth1: no IPv6 routers present
usb 1-1: new low speed USB device using uhci_hcd and address 2
usb 1-1: configurat ion #1 chosen from 1 choice
usbcore: registered new driver hiddev
input: USB Optical Mouse USB Optical Mouse as /class/input/input4
input: USB HID v1.10 Mouse [USB Optical Mouse USB Optical Mouse] on usb-0000:00: 11.2-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
debian:/home/vigia#
*** dmesg despues de insertar la pcmcia***
debian:/home/vigia# dmesg
Linux version 2.6.18-5-486 (Debian 2.6.18.dfsg.1-13etch2) (dannf@debian.org) (gcc version 4.1.2 20061115 (prerelease ) (Debian 4.1.1-21)) #1 Thu Aug 30 01:46:45 UTC 2007
BIOS-provided physical RAM map:
BIOS-e820: 0000000000 000000 – 0000000000 09fc00 (usable)
BIOS-e820: 0000000000 09fc00 – 0000000000 0a0000 (reserved)
BIOS-e820: 0000000000 0e0000 – 0000000000 100000 (reserved)
BIOS-e820: 0000000000 100000 – 000000000e ff0000 (usable)
BIOS-e820: 000000000e ff0000 – 000000000e ffffc0 (ACPI data)
BIOS-e820: 000000000e ffffc0 – 000000000f 000000 (ACPI NVS)
BIOS-e820: 00000000ff f80000 – 0000000100 000000 (reserved)
239MB LOWMEM available.
On node 0 totalpages : 61424
DMA zone: 4096 pages, LIFO batch:0
Normal zone: 57328 pages, LIFO batch:15
DMI 2.3 present.
ACPI: RSDP (v000 OID_00 ) @ 0×000e4010
ACPI: RSDT (v001 OID_00 RSDT_000 0×30303030 �& 0×00010007 ) @ 0×0efffbc0
ACPI: FADT (v002 INSYDE FACP_000 0×00000100 �& 0×00010007 ) @ 0×0efffac0
ACPI: BOOT (v001 INSYDE SYS_BOOT 0×00000100 �& 0×00010007 ) @ 0×0efffb50
ACPI: DBGP (v001 INSYDE SYS_DBGP 0×00000100 �& 0×00010007 ) @ 0×0efffb80
ACPI: DSDT (v001 INSYDE VT8362 0×00001000 MSFT 0×0100000d ) @ 0×00000000
ACPI: PM-Timer IO Port: 0×1008
Allocating PCI resources starting at 10000000 (gap: 0f000000:f0f80000)
Detected 1300.110 MHz processor.
Built 1 zonelists. Total pages: 61424
Kernel command line: root=/dev/hda1 ro
Local APIC disabled by BIOS — you can enable it with “lapic”
mapped APIC to ffffd000 (011e2000)
Enabling fast FPU save and restore… done.
Initializi ng CPU#0
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour VGA+ 80×25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 235728k/245696k available (1499k kernel code, 9392k reserved, 599k data, 256k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode… Ok.
Calibratin g delay using timer specific routine.. 2602.16 BogoMIPS (lpj=5204339)
Security Framework v1.0.0 initialize d
SELinux: Disabled at boot.
Capability LSM initialize d
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0183f9ff c1c3f9ff 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0183f9ff c1c3f9ff 00000000 00000000 00000000 00000000 00000000
Enabling disabled K7/SSE Support.
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 64K (64 bytes/line)
CPU: After all inits, caps: 0383f9ff c1c3f9ff 00000000 00000420 00000000 00000000 00000000
Compat vDSO mapped to ffffe000.
CPU: AMD mobile AMD Duron(tm) 1500+ stepping 02
Checking ‘hlt’ instructio n… OK.
ACPI: Core revision 20060707
ACPI: setting ELCR to 0200 (from 0c00)
checking if image is initramfs… it is
Freeing initrd memory: 4646k freed
NET: Registered protocol family 16
EISA bus registered
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xe8a64, last bus=1
PCI: Using configurat ion type 1
Setting up standard PCI resources
ACPI: Interprete r enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
Disabling VIA memory write queue (PCI ID 0305, rev 80): [55] 3c & 1f -> 1c
Boot video device is 0000:01:00.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: Embedded Controller [EC0] (gpe 1) interrupt mode.
ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs *10)
ACPI: PCI Interrupt Link [LNKD] (IRQs 10 *11)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
PCI: setting IRQ 13 as level-triggered
pnp: PnP ACPI: found 11 devices
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
PCI: If a device doesn’t work, try “pci=routeirq”. If it helps, post a report
PCI: Cannot allocate resource region 0 of device 0000:00:0a.0
pnp: 00:07: ioport range 0×1600-0×167f has been reserved
pnp: 00:07: ioport range 0×2c8-0×2cf has been reserved
pnp: 00:07: ioport range 0×4d0-0×4d1 has been reserved
pnp: 00:07: ioport range 0×1000-0×105f could not be reserved
PCI: Bridge: 0000:00:01.0
IO window: c000-dfff
MEM window: e0000000-efffffff
PREFETCH window: 90000000-9fffffff
PCI: Bus 2, cardbus bridge: 0000:00:0a.0
IO window: 00001400-000014ff
IO window: 00001800-000018ff
PREFETCH window: 10000000-11ffffff
MEM window: 12000000-13ffffff
PCI: Setting latency timer of device 0000:00:01.0 to 64
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP establishe d hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (establishe d 8192 bind 4096)
TCP reno registered
Simple Boot Flag at 0×37 set to 0×1
audit: initializi ng netlink socket (disabled)
audit(1189103310 .984:1): initialize d
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializi ng Cryptograp hic API
io scheduler noop registered
io scheduler anticipato ry registered
io scheduler deadline registered
io scheduler cfq registered (default)
Applying VIA southbridg e workaround .
isapnp: Scanning for PnP cards…
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
RAMDISK driver initialize d: 16 RAM disks of 8192K size 1024 blocksize
PNP: PS/2 Controller [PNP0303:KBC,PNP0f03:PS2M] at 0×60,0×64 irq 1,12
i8042.c: Detected active multiplexi ng controller , rev 1.1.
serio: i8042 AUX0 port at 0×60,0×64 irq 12
serio: i8042 AUX1 port at 0×60,0×64 irq 12
serio: i8042 AUX2 port at 0×60,0×64 irq 12
serio: i8042 AUX3 port at 0×60,0×64 irq 12
serio: i8042 KBD port at 0×60,0×64 irq 1
mice: PS/2 mouse device common for all mice
EISA: Probing bus 0 at eisa.0
Cannot allocate resource for EISA slot 1
EISA: Detected 0 cards.
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 8
NET: Registered protocol family 20
Using IPI Shortcut mode
ACPI: (supports S0 S3 S4 S5)
Freeing unused kernel memory: 256k freed
Time: tsc clocksourc e has been installed.
input: AT Translated Set 2 keyboard as /class/input/input0
ACPI: CPU0 (power states: C1[C1] C2[C2])
ACPI: Thermal Zone [THRM] (61 C)
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:11.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8231 (rev 10) IDE UDMA100 controller on pci0000:00:11.1
ide0: BM-DMA at 0×1100-0×1107, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0×1108-0×110f, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0…
usbcore: registered new driver usbfs
usbcore: registered new driver hub
via-rhine.c:v1.10-LK1.4.1 July-24-2006 Written by Donald Becker
USB Universal Host Controller Interface driver v3.0
Time: acpi_pm clocksourc e has been installed.
hda: TOSHIBA MK2018GAP, ATA DISK drive
ide0 at 0×1f0-0×1f7,0×3f6 on irq 14
Probing IDE interface ide1…
hdc: QSI DVD-ROM SDR-083, ATAPI CD/DVD-ROM drive
ide1 at 0×170-0×177,0×376 on irq 15
hda: max request size: 128KiB
PCI: Enabling device 0000:00:12.0 (0001 -> 0003)
ACPI: PCI Interrupt 0000:00:12.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
eth0: VIA Rhine II at 0×1e800, 00:c0:9f:1d:e3:49, IRQ 11.
eth0: MII PHY found at address 1, status 0×7829 advertisin g 01e1 Link 45e1.
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:11.2[D] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:11.2: UHCI Host Controller
uhci_hcd 0000:00:11.2: new USB bus registered , assigned bus number 1
uhci_hcd 0000:00:11.2: irq 11, io base 0×00001200
usb usb1: configurat ion #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
hda: 39070080 sectors (20003 MB), CHS=38760/16/63, UDMA(100)
hda: cache flushes supported
hda: hda1 hda2
hdc: ATAPI 24X DVD-ROM drive, 512kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
Attempting manual resume
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
pci_hotplu g: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected VIA Twister-K/KT133x/KM133 chipset
agpgart: AGP aperture is 64M @ 0xa0000000
Yenta: CardBus bridge found at 0000:00:0a.0 [1025:001d]
Yenta O2: res at 0×94/0xD4: 00/ea
Yenta O2: enabling read prefetch/write burst
Real Time Clock Driver v1.12ac
Yenta: ISA IRQ mask 0×0038, PCI irq 11
Socket status: 30000007
irda_init()
NET: Registered protocol family 23
input: PC Speaker as /class/input/input1
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt 0000:00:11.6[C] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
parport_pc : VIA 686A/8231 detected
parport_pc : probing current configurat ion
parport_pc : Current parallel port base: 0×378
parport0: PC-style at 0×378 (0×778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
input: PS/2 Mouse as /class/input/input2
parport_pc : VIA parallel port: io=0×378, irq=7
input: AlpsPS/2 ALPS GlidePoint as /class/input/input3
ts: Compaq touchscree n protocol output
cs: IO port probe 0×100-0×3af: clean.
cs: IO port probe 0×3e0-0×4ff: clean.
cs: IO port probe 0×820-0×8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: clean.
PCI: Setting latency timer of device 0000:00:11.6 to 64
MC’97 0 converters and GPIO not ready (0×1)
ACPI: PCI Interrupt 0000:00:11.5[C] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:11.5 to 64
Adding 706820k swap on /dev/hda5. Priority:-1 extents:1 across:706820k
EXT3 FS on hda1, internal journal
loop: loaded (max 8 devices)
device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialise d: dm-devel@redhat.com
pcmcia: Detected deprecated PCMCIA ioctl usage from process: discover.
pcmcia: This interface will soon be removed from the kernel; please expect breakage unless you upgrade to new tools.
pcmcia: see http://www.kernel.org/pub/linu.....cmcia.html for details.
eth1: link up, 100Mbps, full-duplex, lpa 0×45E1
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
ACPI: Battery Slot [BAT0] (battery present)
eth1: no IPv6 routers present
ACPI: AC Adapter [ADP0] (on-line)
ACPI: Power Button (FF) [PWRF]
ACPI: Lid Switch [LID]
ACPI: Power Button (CM) [PBTN]
lp0: using parport0 (interrupt-driven).
ppdev: user-space parallel port driver
Bluetooth: Core ver 2.10
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialize d
Bluetooth: HCI socket layer initialize d
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialize d
Bluetooth: RFCOMM socket layer initialize d
Bluetooth: RFCOMM TTY layer initialize d
Bluetooth: RFCOMM ver 1.8
[drm] Initialize d drm 1.0.1 20051102
ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[drm] Initialize d savage 2.4.1 20050313 on minor 0
mtrr: base(0×92000000 ) is not aligned on a size(0×5000000) boundary
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 0x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 0x mode
eth1: no IPv6 routers present
usb 1-1: new low speed USB device using uhci_hcd and address 2
usb 1-1: configurat ion #1 chosen from 1 choice
usbcore: registered new driver hiddev
input: USB Optical Mouse USB Optical Mouse as /class/input/input4
input: USB HID v1.10 Mouse [USB Optical Mouse USB Optical Mouse] on usb-0000:00:11.2-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
debian:/home/vigia#
peazo de comando, la virgen, espero noticias socio..jeje…
salu2
riplie
forat 6th Septiembre, 2007 a las 23:05
Tronko instalate el pcmciautil s que tu pcmcia no tiene soporte en el kernel que trae por defecto la debian.
te logeas como root con el comando su ….
e instala …
apt-get install pcmciautil s
una vez lo tengas instalado y con la targeta pcmcia insertada reinicia el pc y vueleves a poner el comando dmesg y me lo pegas aqui.
Así podre ver que problema tiene … si te fijas al hacer el comando dmesg te dice todo lo que el kernel de la debian reconoce en tu pc y si hay problemas suele darte una pista y esta pista me a llevado hacia la solución.
pcmcia: Detected deprecated PCMCIA ioctl usage from process: discover.
pcmcia: This interface will soon be removed from the kernel; please expect breakage unless you upgrade to new tools.
pcmcia: see http://www.kernel.org/pub/linu.....cmcia.html for details.
Suerte amigo.
riplie 6th Septiembre, 2007 a las 23:32
chungo mira esto
debian:/home/vigia# apt-get install pcmciautil s
Leyendo lista de paquetes… Hecho
Creando árbol de dependenci as… Hecho
pcmciautil s ya está en su versión más reciente.
0 actualizad os, 0 se instalarán, 0 para eliminar y 0 no actualizad os.
debian:/home/vigia#
de todas formas reinicio con ella puesta
riplie 6th Septiembre, 2007 a las 23:42
hay lo tienes
debian:/home/vigia# dmesg
Linux version 2.6.18-5-486 (Debian 2.6.18.dfsg.1-13etch2) (dannf@debian.org) (gcc version 4.1.2 20061115 (prerelease ) (Debian 4.1.1-21)) #1 Thu Aug 30 01:46:45 UTC 2007
BIOS-provided physical RAM map:
BIOS-e820: 0000000000 000000 – 0000000000 09fc00 (usable)
BIOS-e820: 0000000000 09fc00 – 0000000000 0a0000 (reserved)
BIOS-e820: 0000000000 0e0000 – 0000000000 100000 (reserved)
BIOS-e820: 0000000000 100000 – 000000000e ff0000 (usable)
BIOS-e820: 000000000e ff0000 – 000000000e ffffc0 (ACPI data)
BIOS-e820: 000000000e ffffc0 – 000000000f 000000 (ACPI NVS)
BIOS-e820: 00000000ff f80000 – 0000000100 000000 (reserved)
239MB LOWMEM available.
On node 0 totalpages : 61424
DMA zone: 4096 pages, LIFO batch:0
Normal zone: 57328 pages, LIFO batch:15
DMI 2.3 present.
ACPI: RSDP (v000 OID_00 ) @ 0×000e4010
ACPI: RSDT (v001 OID_00 RSDT_000 0×30303030 �& 0×00010007 ) @ 0×0efffbc0
ACPI: FADT (v002 INSYDE FACP_000 0×00000100 �& 0×00010007 ) @ 0×0efffac0
ACPI: BOOT (v001 INSYDE SYS_BOOT 0×00000100 �& 0×00010007 ) @ 0×0efffb50
ACPI: DBGP (v001 INSYDE SYS_DBGP 0×00000100 �& 0×00010007 ) @ 0×0efffb80
ACPI: DSDT (v001 INSYDE VT8362 0×00001000 MSFT 0×0100000d ) @ 0×00000000
ACPI: PM-Timer IO Port: 0×1008
Allocating PCI resources starting at 10000000 (gap: 0f000000:f0f80000)
Detected 1300.110 MHz processor.
Built 1 zonelists. Total pages: 61424
Kernel command line: root=/dev/hda1 ro
Local APIC disabled by BIOS — you can enable it with “lapic”
mapped APIC to ffffd000 (011e2000)
Enabling fast FPU save and restore… done.
Initializi ng CPU#0
PID hash table entries: 1024 (order: 10, 4096 bytes)
Console: colour VGA+ 80×25
Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
Memory: 235728k/245696k available (1499k kernel code, 9392k reserved, 599k data, 256k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode… Ok.
Calibratin g delay using timer specific routine.. 2602.16 BogoMIPS (lpj=5204336)
Security Framework v1.0.0 initialize d
SELinux: Disabled at boot.
Capability LSM initialize d
Mount-cache hash table entries: 512
CPU: After generic identify, caps: 0183f9ff c1c3f9ff 00000000 00000000 00000000 00000000 00000000
CPU: After vendor identify, caps: 0183f9ff c1c3f9ff 00000000 00000000 00000000 00000000 00000000
Enabling disabled K7/SSE Support.
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 64K (64 bytes/line)
CPU: After all inits, caps: 0383f9ff c1c3f9ff 00000000 00000420 00000000 00000000 00000000
Compat vDSO mapped to ffffe000.
CPU: AMD mobile AMD Duron(tm) 1500+ stepping 02
Checking ‘hlt’ instructio n… OK.
ACPI: Core revision 20060707
ACPI: setting ELCR to 0200 (from 0c00)
checking if image is initramfs… it is
Freeing initrd memory: 4646k freed
NET: Registered protocol family 16
EISA bus registered
ACPI: bus type pci registered
PCI: PCI BIOS revision 2.10 entry at 0xe8a64, last bus=1
PCI: Using configurat ion type 1
Setting up standard PCI resources
ACPI: Interprete r enabled
ACPI: Using PIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
Disabling VIA memory write queue (PCI ID 0305, rev 80): [55] 3c & 1f -> 1c
Boot video device is 0000:01:00.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: Embedded Controller [EC0] (gpe 1) interrupt mode.
ACPI: PCI Interrupt Link [LNKA] (IRQs 10 *11)
ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs *10)
ACPI: PCI Interrupt Link [LNKD] (IRQs 10 *11)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
PCI: setting IRQ 13 as level-triggered
pnp: PnP ACPI: found 11 devices
PnPBIOS: Disabled by ACPI PNP
PCI: Using ACPI for IRQ routing
PCI: If a device doesn’t work, try “pci=routeirq”. If it helps, post a report
PCI: Cannot allocate resource region 0 of device 0000:00:0a.0
pnp: 00:07: ioport range 0×1600-0×167f has been reserved
pnp: 00:07: ioport range 0×2c8-0×2cf has been reserved
pnp: 00:07: ioport range 0×4d0-0×4d1 has been reserved
pnp: 00:07: ioport range 0×1000-0×105f could not be reserved
PCI: Bridge: 0000:00:01.0
IO window: c000-dfff
MEM window: e0000000-efffffff
PREFETCH window: 90000000-9fffffff
PCI: Bus 2, cardbus bridge: 0000:00:0a.0
IO window: 00001400-000014ff
IO window: 00001800-000018ff
PREFETCH window: 10000000-11ffffff
MEM window: 12000000-13ffffff
PCI: Setting latency timer of device 0000:00:01.0 to 64
ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
PCI: setting IRQ 11 as level-triggered
ACPI: PCI Interrupt 0000:00:0a.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
NET: Registered protocol family 2
IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
TCP establishe d hash table entries: 8192 (order: 3, 32768 bytes)
TCP bind hash table entries: 4096 (order: 2, 16384 bytes)
TCP: Hash tables configured (establishe d 8192 bind 4096)
TCP reno registered
Simple Boot Flag at 0×37 set to 0×1
audit: initializi ng netlink socket (disabled)
audit(1189114434 .984:1): initialize d
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
Initializi ng Cryptograp hic API
io scheduler noop registered
io scheduler anticipato ry registered
io scheduler deadline registered
io scheduler cfq registered (default)
Applying VIA southbridg e workaround .
isapnp: Scanning for PnP cards…
isapnp: No Plug & Play device found
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
RAMDISK driver initialize d: 16 RAM disks of 8192K size 1024 blocksize
PNP: PS/2 Controller [PNP0303:KBC,PNP0f03:PS2M] at 0×60,0×64 irq 1,12
i8042.c: Detected active multiplexi ng controller , rev 1.1.
serio: i8042 AUX0 port at 0×60,0×64 irq 12
serio: i8042 AUX1 port at 0×60,0×64 irq 12
serio: i8042 AUX2 port at 0×60,0×64 irq 12
serio: i8042 AUX3 port at 0×60,0×64 irq 12
serio: i8042 KBD port at 0×60,0×64 irq 1
mice: PS/2 mouse device common for all mice
EISA: Probing bus 0 at eisa.0
Cannot allocate resource for EISA slot 1
EISA: Detected 0 cards.
TCP bic registered
NET: Registered protocol family 1
NET: Registered protocol family 17
NET: Registered protocol family 8
NET: Registered protocol family 20
Using IPI Shortcut mode
ACPI: (supports S0 S3 S4 S5)
Freeing unused kernel memory: 256k freed
Time: tsc clocksourc e has been installed.
input: AT Translated Set 2 keyboard as /class/input/input0
ACPI: CPU0 (power states: C1[C1] C2[C2])
ACPI: Thermal Zone [THRM] (83 C)
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:11.1
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
VP_IDE: VIA vt8231 (rev 10) IDE UDMA100 controller on pci0000:00:11.1
ide0: BM-DMA at 0×1100-0×1107, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0×1108-0×110f, BIOS settings: hdc:DMA, hdd:pio
Probing IDE interface ide0…
usbcore: registered new driver usbfs
usbcore: registered new driver hub
USB Universal Host Controller Interface driver v3.0
via-rhine.c:v1.10-LK1.4.1 July-24-2006 Written by Donald Becker
Time: acpi_pm clocksourc e has been installed.
hda: TOSHIBA MK2018GAP, ATA DISK drive
ide0 at 0×1f0-0×1f7,0×3f6 on irq 14
Probing IDE interface ide1…
hdc: QSI DVD-ROM SDR-083, ATAPI CD/DVD-ROM drive
ide1 at 0×170-0×177,0×376 on irq 15
ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
ACPI: PCI Interrupt 0000:00:11.2[D] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
uhci_hcd 0000:00:11.2: UHCI Host Controller
uhci_hcd 0000:00:11.2: new USB bus registered , assigned bus number 1
uhci_hcd 0000:00:11.2: irq 11, io base 0×00001200
usb usb1: configurat ion #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
hda: max request size: 128KiB
PCI: Enabling device 0000:00:12.0 (0001 -> 0003)
ACPI: PCI Interrupt 0000:00:12.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
eth0: VIA Rhine II at 0×1e800, 00:c0:9f:1d:e3:49, IRQ 11.
eth0: MII PHY found at address 1, status 0×782d advertisin g 01e1 Link 45e1.
hda: 39070080 sectors (20003 MB), CHS=38760/16/63, UDMA(100)
hda: cache flushes supported
hda: hda1 hda2 usb 1-1: new low speed USB device using uhci_hcd and address 2
hda5 >
hdc: ATAPI 24X DVD-ROM drive, 512kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
usb 1-1: configurat ion #1 chosen from 1 choice
usbcore: registered new driver hiddev
input: USB Optical Mouse USB Optical Mouse as /class/input/input1
input: USB HID v1.10 Mouse [USB Optical Mouse USB Optical Mouse] on usb-0000:00:11.2-1
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
Attempting manual resume
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
ts: Compaq touchscree n protocol output
pci_hotplu g: PCI Hot Plug PCI Core version: 0.5
shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Linux agpgart interface v0.101 (c) Dave Jones
agpgart: Detected VIA Twister-K/KT133x/KM133 chipset
agpgart: AGP aperture is 64M @ 0xa0000000
irda_init()
NET: Registered protocol family 23
input: PC Speaker as /class/input/input2
Yenta: CardBus bridge found at 0000:00:0a.0 [1025:001d]
Yenta O2: res at 0×94/0xD4: 00/ea
Yenta O2: enabling read prefetch/write burst
Real Time Clock Driver v1.12ac
Yenta: ISA IRQ mask 0×0038, PCI irq 11
Socket status: 30000821
input: PS/2 Mouse as /class/input/input3
input: AlpsPS/2 ALPS GlidePoint as /class/input/input4
Floppy drive(s): fd0 is 1.44M
parport_pc : VIA 686A/8231 detected
parport_pc : probing current configurat ion
parport_pc : Current parallel port base: 0×378
parport0: PC-style at 0×378 (0×778), irq 7, using FIFO [PCSPP,TRISTATE,COMPAT,ECP]
FDC 0 is a post-1991 82077
parport_pc : VIA parallel port: io=0×378, irq=7
ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
PCI: setting IRQ 10 as level-triggered
ACPI: PCI Interrupt 0000:00:11.6[C] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
pccard: CardBus card inserted into slot 0
Loaded prism54 driver, version 1.2
PCI: Setting latency timer of device 0000:00:11.6 to 64
cs: IO port probe 0×100-0×3af: clean.
cs: IO port probe 0×3e0-0×4ff: clean.
cs: IO port probe 0×820-0×8ff: clean.
cs: IO port probe 0xc00-0xcf7: clean.
cs: IO port probe 0xa00-0xaff: clean.
MC’97 0 converters and GPIO not ready (0×1)
ACPI: PCI Interrupt 0000:00:11.5[C] -> Link [LNKC] -> GSI 10 (level, low) -> IRQ 10
PCI: Setting latency timer of device 0000:00:11.5 to 64
PCI: Enabling device 0000:02:00.0 (0000 -> 0002)
ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
Adding 706820k swap on /dev/hda5. Priority:-1 extents:1 across:706820k
EXT3 FS on hda1, internal journal
loop: loaded (max 8 devices)
device-mapper: ioctl: 4.7.0-ioctl (2006-06-24) initialise d: dm-devel@redhat.com
pcmcia: Detected deprecated PCMCIA ioctl usage from process: discover.
pcmcia: This interface will soon be removed from the kernel; please expect breakage unless you upgrade to new tools.
pcmcia: see http://www.kernel.org/pub/linu.....cmcia.html for details.
cs: memory probe 0xa0000000 -0xa0ffffff : excluding 0xa0000000 -0xa0ffffff
cs: memory probe 0×60000000 -0×60ffffff : clean.
eth1: link up, 100Mbps, full-duplex, lpa 0×45E1
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
eth0: resetting device…
eth0: uploading firmware…
prism54: request_fi rmware() failed for ‘isl3890′
eth0: could not upload firmware (‘isl3890′)
eth0: islpci_res et: failure
eth0: resetting device…
eth0: uploading firmware…
prism54: request_fi rmware() failed for ‘isl3890′
eth0: could not upload firmware (‘isl3890′)
eth0: islpci_res et: failure
eth1: no IPv6 routers present
eth0: resetting device…
eth0: uploading firmware…
prism54: request_fi rmware() failed for ‘isl3890′
eth0: could not upload firmware (‘isl3890′)
eth0: islpci_res et: failure
ACPI: Battery Slot [BAT0] (battery present)
ACPI: AC Adapter [ADP0] (on-line)
ACPI: Power Button (FF) [PWRF]
ACPI: Lid Switch [LID]
ACPI: Power Button (CM) [PBTN]
lp0: using parport0 (interrupt-driven).
ppdev: user-space parallel port driver
eth0: resetting device…
eth0: uploading firmware…
prism54: request_fi rmware() failed for ‘isl3890′
eth0: could not upload firmware (‘isl3890′)
eth0: islpci_res et: failure
eth0: resetting device…
eth0: uploading firmware…
prism54: request_fi rmware() failed for ‘isl3890′
eth0: could not upload firmware (‘isl3890′)
eth0: islpci_res et: failure
Bluetooth: Core ver 2.10
NET: Registered protocol family 31
Bluetooth: HCI device and connection manager initialize d
Bluetooth: HCI socket layer initialize d
Bluetooth: L2CAP ver 2.8
Bluetooth: L2CAP socket layer initialize d
Bluetooth: RFCOMM socket layer initialize d
Bluetooth: RFCOMM TTY layer initialize d
Bluetooth: RFCOMM ver 1.8
[drm] Initialize d drm 1.0.1 20051102
ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA] -> GSI 11 (level, low) -> IRQ 11
[drm] Initialize d savage 2.4.1 20050313 on minor 0
mtrr: base(0×92000000 ) is not aligned on a size(0×5000000) boundary
agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
agpgart: Putting AGP V2 device at 0000:00:00.0 into 0x mode
agpgart: Putting AGP V2 device at 0000:01:00.0 into 0x mode
eth1: no IPv6 routers present
eth0: resetting device…
eth0: uploading firmware…
prism54: request_fi rmware() failed for ‘isl3890′
eth0: could not upload firmware (‘isl3890′)
eth0: islpci_res et: failure
eth0: resetting device…
eth0: uploading firmware…
prism54: request_fi rmware() failed for ‘isl3890′
eth0: could not upload firmware (‘isl3890′)
eth0: islpci_res et: failure
eth0: resetting device…
eth0: uploading firmware…
prism54: request_fi rmware() failed for ‘isl3890′
eth0: could not upload firmware (‘isl3890′)
eth0: islpci_res et: failure
eth0: resetting device…
eth0: uploading firmware…
prism54: request_fi rmware() failed for ‘isl3890′
eth0: could not upload firmware (‘isl3890′)
eth0: islpci_res et: failure
eth0: resetting device…
eth0: uploading firmware…
prism54: request_fi rmware() failed for ‘isl3890′
eth0: could not upload firmware (‘isl3890′)
eth0: islpci_res et: failure
debian:/home/vigia#
******algo de que no carga el firmware*********************
espero que no sea tan grave, al menos pati, claro
riplie 6th Septiembre, 2007 a las 23:44
por cierto mira el correo, creo que tengo hosting ya.
forat 7th Septiembre, 2007 a las 0:08
Riplie lo tienes como el atun !! osea bufff
Resulta que el kernel que lleva la debían por defecto no te soporta la pcmcia de ese portátil.
He estado buscando por hay y he encontrado varias cosas sobre el problema de tu pc y he encontrado esto ..
http://www.kernel.org/pub/linu.....cmcia.html
No puedo averiguar y hacer pruebas en directo ya que no tengo aquí tu pc así que me resulta bastante complicado el poder ayudarte pero puedo ir alumbrándote por el camino.
Si te das cuenta en el link anterior hay unos pequeños manuales que hablan de pcmciautil s y cardmgr.
http://www.kernel.org/pub/linu.....pcmciautil s.html
Hay tienes un manual de como solucionar lo ( en ingles )
El resto tienes que hacerlo tu.
Suerte compi
riplie 8th Septiembre, 2007 a las 10:52
en fin algo sacare de todo esto.
ya me he bajado el fichero tar.gz de pcmciautil s-014, pero no se donde tengo que colocarlo, lo he descomprim ido pero no se que hacer para instalarlo ni donde colocarlo.
un poco de SOS?
salu2
riplie
manolito 4th Noviembre, 2007 a las 0:19
forat 4th Noviembre, 2007 a las 5:52
Gracias manolito
[...] – Como configurar una tarjeta de red inalambric a wifi en Debian [...]
[...] ( module-assistant ) 3 – Instalando Motion ( Sistema de detección de movimiento ) en Debian 4 – Como configurar una tarjeta de red inalambric a wifi en Debian 5 – Como enviar las capturas de Motion a un servidor Ftp remoto con Wput ( Pon a salvo tus pruebas [...]
sunbqto 22nd Abril, 2008 a las 9:26
$ iwconfig:
no wireless extensions .
Espero poder resolverlo , en una Fujitsu Amilo M1437G, de un amigo, que le he instalado Ubuntu 7.04.
forat 23rd Abril, 2008 a las 2:48
Sunbqto tu tarjeta wireless tiene un chipset Intel PRO/Wireless 2200BG, he estado buscando por internet y te he encontrado un manual que explica como instalar la tarjeta. ( esta en ingles ) pero si sigues el código no tiene perdida … http://www.debuntu.org/2006/03.....ian-ubuntu
Suerte !!
forat 23rd Abril, 2008 a las 2:52
Aquí te dejo la información técnica sobre el portátil http://www.twenga.es/ficha-tec.....til-222839
sunbqto 23rd Abril, 2008 a las 8:02
Pues, menos mal que te veo a primeras horas de la mañana, amaneci con los cables cruzados y tenia la indecision de tirarla por el balcon (5to. piso) o instalarle Debian puro.
Ayer le gaste algo de tiempo con Ndiswrappp er y no consegui hacerlo, a pesar de que lo he hecho antes en un par de portatiles con Gentoo.
Voy a revisar la info que me das y hare una Bitacora, hay muchos que estan pasando por esto. Si te cuento las escazas opciones del BIOS, no lo creerias.
Ya te cuento.
Cuidate y muchas gracias.
sunbqto 24th Abril, 2008 a las 22:35
Forat, gracias por el link: http://www.debuntu.org/2006/03…..ian-ubunt,
el mejor a seguir, pero me senti muy incomodo pasandole parametros al kernel. Y es que la informacio n en Ubuntu esta muy desconcent rada y dificil de digerir.
Para mi, Ubuntu es perfecto para iniciarse en Linux, y cuando todo va bien, pero a la hora de problemas el soporte deja mucho que desear.
Tengo en un DELL Latitude D600 + Ati Radeon Mobile + DELL Wireleess y despues de varios trasnochos esta corriento un Gentoo 2.6.18 + Fluxbox. Es mi maquina favorita, la Todo Terreno. Por eso me siento incomodo con Ubuntu, el compilar un kernel o montar modulos, desde Gentoo ha sido una de las experienci as mas gratifican tes en lo poco que se de informatic a, (por Ahora).
Lo olvidaba, finalmente termine despachand o la Fujitsu Amilo de mi amigo, con su flamante Debian + Gnome.
candi 8th Mayo, 2008 a las 22:14
Soy nueva en linux y no sé muy bien usar la consola. He puesto (vi) me apareció un texto en la pantalla de la consola, pero no aparece nada de lo que escribo, así que no he entendido bien el tutorial que me parece muy bueno, pero el editor vi no me deja editar, luego no entiendo porque pones vi/network/interfaces … es para crear un directorio llamado vi otro llamado networ… y así sucesivame nte. Es q no he entendido, pensaba q vi era el editor (¿de texto?)
Bueno me gustaría que me lo explicara. Tenga en considerac ión que no estoy acostumbra da a la consola y no aparece red inalámbrica en mi portátil.
Gracias.
forat 10th Mayo, 2008 a las 1:51
Candi te explico, una vez ejecutado el editor vi necesitas pulsar la tecla ( i ) para comenzar a introducir texto.
vi /etc/network/interfaces edita el fichero interfaces , /etc/network es la ruta donde esta el fichero interfaces , el editor vi no es capaz de crear directorio s, solo editar o crea archivos.
No te preocupes, roma no se invento en un dia
Saludos
ale 5th Septiembre, 2008 a las 22:27
hola,estoy usando knoppix 5.1 el cual me detecta todo bien,excepto que no puedo hacer funcionar la placa de red usb.leyendo algunas de tus guias intente adaptar el procedimie nto ,pero nada .Soy nuevo con linux ,buscando y leyendo encontre que mi placa tiene chip rt73usb de realtek y tiene soporte para linux ,cuando me fije si ese modulo se cargaba, lo hacia ,sin embargo al tratar de configuar la placa , me dice que no hay placa alguna ,¿que me estoy perdiendo? ¿ alguna sugerencia ?
ale 9th Septiembre, 2008 a las 17:32
Bien yo nuevamente ,leyendo y releyendo algunas guias de forat,hice comparacio nes y pude averiguar algo mas. parece que no carga el firmware de la placa.El asunto es que intente bajar ( desde windows,claro) el firmware ,desde la pagina de debian,,pero ni idea de donde encontrarl o,y cual es el que correspond e ( digo el firware para este chipset,,es ùnico,o el tipo de linux/kernel hace que tenga opciones para elegir ?)Si alguien me puede orientar sobre donde y que cosa tengo que bajarme,seria un paso mas para solucionar lo y aprender,,gracias
[...] and Debian ( module-assistant ) 3 – Install Motion ( Motion detection system ) and Debian 4 – As set up a wireless network card wifi in Debian 5 – As catches of Motion send a remote FTP server with Wput (Put your immune tests) 6 – Start on [...]
j511 15th Octubre, 2008 a las 7:46
bien yo tengo mi wifi funcionand o de 10 pero tengo un problema, me gustaria que mi wifi no se inicie automatica mente, tengo que poner algo en el interface? lo tengo como ifconfig ath0 up Y ath0 down.
[...] Logitech con module-assistant – 3 – Instalando Motion ( Sistema de detección de movimiento ) – 4 – Tarjeta de red inalambric a – 5 – Ftp remoto con Wput ( Pon a salvo tus pruebas ) – 6 – Arranque automatico ¿ Y si se va la [...]
|
|