Instalar Adaptador wifi en Ubuntu

B

Buenas!Me e instalado el ubuntu para ir probandolo y tal y yo internet lo cojo de un router wifi qe tengo en mi casa y uso un adaptador wifi Belkin F5d7050, los drivers qe me venian en la caja solo son para windows. E mirado en su pagina web en drivers y no tienen drivers compatibles para linux o algo similar y nose como instalar el adatador wifi, e visto xai qe con el ndiswrapper pero es qe intento instalarlo en linux y no soi capaz ademas de qe me pide el root-system-bin para poder entrar como root pero es qe nose como instalarlo en ubuntu.Algien me exa una manilla con este problema?
Un Saludo

Get

Bueno, aver q version de kernel trae esta ubuntu q llevas, el chipset del bekin es el ralink rt2500 y viene soportado en el kernel a partir de la version 2.6.28 en adelante.

para ver la version de kernel, abre una terminal y teclea uname -r

ejemplo

[get@tsys0101 (~)]$ uname -r
2.6.24.5-smp
[get@tsys0101 (~)]$             

un mi caso, no lo llevaria integrado el "driver", que en realidad no es un driver, es un modulo, pero habria que compilarlo .

B

a mi me sale esto: 2.6.28-11-generic

Exarme una manilla y tambien con lo qe os e dixo del ndiswrapper qe no soi capaz de instalarlo y el root-system-bin.
Gracias!

B

Como puedo instalar el paquete root-system-bin?Es que pongo el comando de apt-get install root-system-bin y no me deja instalarlo.

Get

pa q quieres el ndiswrapper?¿
si te estoy diciendo q el kernel ya lo soporta de porsi ....

aver, inserta la ficha usb y abre una terminal y teclea: dmesg,

la salida q de, ponla aki.

B

Esto es lo qe me da:

[ 0.000000] Found and enabled local APIC!
[ 0.000000] PM: Registered nosave memory: 0000000000002000 - 0000000000006000
[ 0.000000] PM: Registered nosave memory: 0000000000007000 - 0000000000010000
[ 0.000000] PM: Registered nosave memory: 0000000000092000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
[ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
[ 0.000000] PERCPU: Allocating 45056 bytes of per cpu data
[ 0.000000] NR_CPUS: 64, nr_cpu_ids: 1, nr_node_ids 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 64885
[ 0.000000] Kernel command line: root=UUID=00f2770c-3d2d-4a08-9e7c-9ef525825291 ro quiet splash

[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 1024 (order: 10, 4096 bytes)
[ 0.000000] TSC: PIT calibration matches PMTIMER. 1 loops
[ 0.000000] Detected 1514.965 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.004000] Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)
[ 0.004000] allocated 1310400 bytes of page_cgroup
[ 0.004000] please try cgroup_disable=memory option if you don't want
[ 0.004000] Scanning for low memory corruption every 60 seconds
[ 0.004000] Memory: 242792k/262080k available (4126k kernel code, 18676k reserved, 2208k data, 532k init, 0k highmem)
[ 0.004000] virtual kernel memory layout:
[ 0.004000] fixmap : 0xffc77000 - 0xfffff000 (3616 kB)
[ 0.004000] pkmap : 0xff400000 - 0xff800000 (4096 kB)
[ 0.004000] vmalloc : 0xd07f0000 - 0xff3fe000 ( 748 MB)
[ 0.004000] lowmem : 0xc0000000 - 0xcfff0000 ( 255 MB)
[ 0.004000] .init : 0xc0737000 - 0xc07bc000 ( 532 kB)
[ 0.004000] .data : 0xc0507a6f - 0xc072fe60 (2208 kB)
[ 0.004000] .text : 0xc0100000 - 0xc0507a6f (4126 kB)
[ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.004000] SLUB: Genslabs=12, HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.004020] Calibrating delay loop (skipped), value calculated using timer frequency.. 3029.93 BogoMIPS (lpj=6059860)
[ 0.004062] Security Framework initialized
[ 0.004078] SELinux: Disabled at boot.
[ 0.004117] AppArmor: AppArmor initialized
[ 0.004142] Mount-cache hash table entries: 512
[ 0.004443] Initializing cgroup subsys ns
[ 0.004456] Initializing cgroup subsys cpuacct
[ 0.004463] Initializing cgroup subsys memory
[ 0.004474] Initializing cgroup subsys freezer
[ 0.004510] CPU: Trace cache: 12K uops, L1 D cache: 8K
[ 0.004519] CPU: L2 cache: 256K
[ 0.004527] CPU: Hyper-Threading is disabled
[ 0.004568] Checking 'hlt' instruction... OK.
[ 0.021338] SMP alternatives: switching to UP code
[ 0.213521] Freeing SMP alternatives: 18k freed
[ 0.213532] ACPI: Core revision 20080926
[ 0.218570] ACPI: Checking initramfs for custom DSDT
[ 0.802207] ACPI: setting ELCR to 0200 (from 0e20)
[ 0.804132] weird, boot CPU (#0) not listedby the BIOS.
[ 0.804136] SMP motherboard not detected.
[ 0.808002] SMP disabled
[ 0.808002] Brought up 1 CPUs
[ 0.808002] Total of 1 processors activated (3029.93 BogoMIPS).
[ 0.808002] CPU0 attaching NULL sched-domain.
[ 0.808002] net_namespace: 776 bytes
[ 0.808002] Booting paravirtualized kernel on bare hardware
[ 0.808002] Time: 16:50:19 Date: 07/06/09
[ 0.808002] regulator: core version 0.5
[ 0.808002] NET: Registered protocol family 16
[ 0.808002] EISA bus registered
[ 0.808002] ACPI: bus type pci registered
[ 0.836148] PCI: PCI BIOS revision 2.10 entry at 0xfb160, last bus=2
[ 0.836153] PCI: Using configuration type 1 for base access
[ 0.839556] ACPI: EC: Look up EC in DSDT
[ 0.849807] ACPI: Interpreter enabled
[ 0.849817] ACPI: (supports S0 S1 S4 S5)
[ 0.849862] ACPI: Using PIC for interrupt routing
[ 0.858207] ACPI: No dock devices found.
[ 0.858246] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.858345] pci 0000:00:00.0: reg 10 32bit mmio: [0xe0000000-0xe3ffffff]
[ 0.858566] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH4 ACPI/GPIO/TCO
[ 0.858573] pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH4 GPIO
[ 0.858626] pci 0000:00:1f.1: reg 20 io port: [0xf000-0xf00f]
[ 0.858702] pci 0000:00:1f.2: reg 20 io port: [0xb000-0xb01f]
[ 0.858773] pci 0000:00:1f.3: reg 20 io port: [0x500-0x50f]
[ 0.858847] pci 0000:00:1f.4: reg 20 io port: [0xb800-0xb81f]
[ 0.858894] pci 0000:00:1f.5: reg 10 io port: [0xbc00-0xbcff]
[ 0.858905] pci 0000:00:1f.5: reg 14 io port: [0xc000-0xc03f]
[ 0.859012] pci 0000:01:00.0: reg 10 32bit mmio: [0xd0000000-0xdfffffff]
[ 0.859022] pci 0000:01:00.0: reg 14 io port: [0x9000-0x90ff]
[ 0.859032] pci 0000:01:00.0: reg 18 32bit mmio: [0xe5000000-0xe500ffff]
[ 0.859056] pci 0000:01:00.0: reg 30 32bit mmio: [0x000000-0x01ffff]
[ 0.859072] pci 0000:01:00.0: supports D1 D2
[ 0.859127] pci 0000:00:01.0: bridge io port: [0x9000-0x9fff]
[ 0.859135] pci 0000:00:01.0: bridge 32bit mmio: [0xe4000000-0xe5ffffff]
[ 0.859142] pci 0000:00:01.0: bridge 32bit mmio pref: [0xd0000000-0xdfffffff]
[ 0.859198] pci 0000:02:04.0: reg 10 io port: [0xa000-0xa0ff]
[ 0.859209] pci 0000:02:04.0: reg 14 32bit mmio: [0xe6000000-0xe60000ff]
[ 0.859253] pci 0000:02:04.0: supports D1 D2
[ 0.859258] pci 0000:02:04.0: PME# supported from D1 D2 D3hot D3cold
[ 0.859265] pci 0000:02:04.0: PME# disabled
[ 0.859317] pci 0000:00:1e.0: transparent bridge
[ 0.859324] pci 0000:00:1e.0: bridge io port: [0xa000-0xafff]
[ 0.859332] pci 0000:00:1e.0: bridge 32bit mmio: [0xe6000000-0xe60fffff]
[ 0.859352] bus 00 -> node 0
[ 0.859370] ACPI: PCI Interrupt Routing Table [_SB.PCI0.PRT]
[ 0.859878] ACPI: PCI Interrupt Routing Table [_SB.PCI0.HUB0.PRT]
[ 0.887203] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)
[ 0.887445] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)
[ 0.887684] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.887926] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.888191] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.888433] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[ 0.888674] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)
[ 0.888913] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)
[ 0.889154] ACPI: WMI: Mapper loaded
[ 0.889668] SCSI subsystem initialized
[ 0.889796] libata version 3.00 loaded.
[ 0.889933] usbcore: registered new interface driver usbfs
[ 0.889977] usbcore: registered new interface driver hub
[ 0.890054] usbcore: registered new device driver usb
[ 0.890338] PCI: Using ACPI for IRQ routing
[ 0.890520] Bluetooth: Core ver 2.13
[ 0.890520] NET: Registered protocol family 31
[ 0.890520] Bluetooth: HCI device and connection manager initialized
[ 0.890520] Bluetooth: HCI socket layer initialized
[ 0.890520] NET: Registered protocol family 8
[ 0.890520] NET: Registered protocol family 20
[ 0.890520] NetLabel: Initializing
[ 0.890520] NetLabel: domain hash size = 128
[ 0.890520] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.890520] NetLabel: unlabeled traffic allowed by default
[ 0.890520] AppArmor: AppArmor Filesystem Enabled
[ 0.890520] pnp: PnP ACPI init
[ 0.890520] ACPI: bus type pnp registered
[ 0.898266] pnp: PnP ACPI: found 14 devices
[ 0.898273] ACPI: ACPI bus type pnp unregistered
[ 0.898284] PnPBIOS: Disabled by ACPI PNP
[ 0.898332] system 00:00: iomem range 0xcd000-0xcffff has been reserved
[ 0.898338] system 00:00: iomem range 0xf0000-0xf7fff could not be reserved
[ 0.898344] system 00:00: iomem range 0xf8000-0xfbfff could not be reserved
[ 0.898349] system 00:00: iomem range 0xfc000-0xfffff could not be reserved
[ 0.898354] system 00:00: iomem range 0xfff0000-0xfffffff could not be reserved
[ 0.898360] system 00:00: iomem range 0x0-0x9ffff could not be reserved
[ 0.898365] system 00:00: iomem range 0x100000-0xffeffff could not be reserved
[ 0.898371] system 00:00: iomem range 0xfec00000-0xfec00fff has been reserved
[ 0.898377] system 00:00: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.898382] system 00:00: iomem range 0xffb00000-0xffbfffff has been reserved
[ 0.898387] system 00:00: iomem range 0xfff00000-0xffffffff has been reserved
[ 0.898393] system 00:00: iomem range 0xe0000-0xeffff has been reserved
[ 0.898409] system 00:02: ioport range 0xb78-0xb7b has been reserved
[ 0.898415] system 00:02: ioport range 0xf78-0xf7b has been reserved
[ 0.898420] system 00:02: ioport range 0xa78-0xa7b has been reserved
[ 0.898425] system 00:02: ioport range 0xe78-0xe7b has been reserved
[ 0.898430] system 00:02: ioport range 0xbbc-0xbbf has been reserved
[ 0.898436] system 00:02: ioport range 0xfbc-0xfbf has been reserved
[ 0.898441] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[ 0.898446] system 00:02: ioport range 0x294-0x297 has been reserved
[ 0.933406] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.933413] pci 0000:00:01.0: IO window: 0x9000-0x9fff
[ 0.933422] pci 0000:00:01.0: MEM window: 0xe4000000-0xe5ffffff
[ 0.933429] pci 0000:00:01.0: PREFETCH window: 0x000000d0000000-0x000000dfffffff
[ 0.933438] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
[ 0.933447] pci 0000:00:1e.0: IO window: 0xa000-0xafff
[ 0.933458] pci 0000:00:1e.0: MEM window: 0xe6000000-0xe60fffff
[ 0.933464] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.933492] pci 0000:00:1e.0: setting latency timer to 64
[ 0.933501] bus: 00 index 0 io port: [0x00-0xffff]
[ 0.933506] bus: 00 index 1 mmio: [0x000000-0xffffffff]
[ 0.933510] bus: 01 index 0 io port: [0x9000-0x9fff]
[ 0.933515] bus: 01 index 1 mmio: [0xe4000000-0xe5ffffff]
[ 0.933519] bus: 01 index 2 mmio: [0xd0000000-0xdfffffff]
[ 0.933523] bus: 01 index 3 mmio: [0x0-0x0]
[ 0.933527] bus: 02 index 0 io port: [0xa000-0xafff]
[ 0.933532] bus: 02 index 1 mmio: [0xe6000000-0xe60fffff]
[ 0.933535] bus: 02 index 2 mmio: [0x0-0x0]
[ 0.933539] bus: 02 index 3 io port: [0x00-0xffff]
[ 0.933543] bus: 02 index 4 mmio: [0x000000-0xffffffff]
[ 0.933570] NET: Registered protocol family 2
[ 0.933853] IP route cache hash table entries: 2048 (order: 1, 8192 bytes)
[ 0.934354] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.934453] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.934550] TCP: Hash tables configured (established 8192 bind 8192)
[ 0.934555] TCP reno registered
[ 0.934799] NET: Registered protocol family 1
[ 0.935073] checking if image is initramfs...<7>Switched to high resolution mode on CPU 0
[ 1.513487] it is
[ 2.164483] Freeing initrd memory: 7368k freed
[ 2.164638] cpufreq: No nForce2 chipset.
[ 2.164983] audit: initializing netlink socket (disabled)
[ 2.165025] type=2000 audit(1246899020.164:1): initialized
[ 2.177173] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 2.179736] VFS: Disk quotas dquot_6.5.1
[ 2.179887] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 2.181373] fuse init (API version 7.10)
[ 2.181586] msgmni has been set to 488
[ 2.182064] alg: No test for stdrng (krng)
[ 2.182099] io scheduler noop registered
[ 2.182103] io scheduler anticipatory registered
[ 2.182107] io scheduler deadline registered
[ 2.182177] io scheduler cfq registered (default)
[ 2.182262] pci 0000:01:00.0: Boot video device
[ 2.187941] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 2.187963] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 2.188268] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 2.188276] ACPI: Power Button (FF) [PWRF]
[ 2.188363] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 2.188369] ACPI: Power Button (CM) [PWRB]
[ 2.188471] fan PNP0C0B:00: registered as cooling_device0
[ 2.188484] ACPI: Fan [FAN] (on)
[ 2.188945] processor ACPI_CPU:00: registered as cooling_device1
[ 2.188954] ACPI: Processor [CPU0] (supports 2 throttling states)
[ 2.193229] thermal LNXTHERM:01: registered as thermal_zone0
[ 2.194114] ACPI: Thermal Zone [THRM] (36 C)
[ 2.194212] isapnp: Scanning for PnP cards...
[ 2.548267] isapnp: No Plug & Play device found
[ 2.551299] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[ 2.551435] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.551565] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 2.552170] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 2.552367] 00:09: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 2.554055] brd: module loaded
[ 2.554816] loop: module loaded
[ 2.555054] Fixed MDIO Bus: probed
[ 2.555069] PPP generic driver version 2.4.2
[ 2.555221] input: Macintosh mouse button emulation as /devices/virtual/input/input2
[ 2.555298] Driver 'sd' needs updating - please use bus_type methods
[ 2.555321] Driver 'sr' needs updating - please use bus_type methods
[ 2.555491] ata_piix 0000:00:1f.1: version 2.12
[ 2.555632] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 2.555878] scsi0 : ata_piix
[ 2.556184] scsi1 : ata_piix
[ 2.557836] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf000 irq 14
[ 2.557843] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf008 irq 15
[ 2.768336] ata1.00: ATAPI: TSSTcorpCD/DVDW SH-W162C, TS10, max UDMA/33
[ 2.768414] ata1.01: ATAPI: HL-DT-STDVD-ROM GDR8163B, 0L23, max UDMA/33
[ 2.824309] ata1.00: configured for UDMA/33
[ 2.840305] ata1.01: configured for UDMA/33
[ 3.004466] ata2.00: ATA-6: SAMSUNG SV3002H, PV100-11, max UDMA/100
[ 3.004472] ata2.00: 58711968 sectors, multi 16: LBA

[ 3.004520] ata2.00: limited to UDMA/33 due to 40-wire cable
[ 3.012435] ata2.00: configured for UDMA/33
[ 3.013701] scsi 0:0:0:0: CD-ROM TSSTcorp CD/DVDW SH-W162C TS10 PQ: 0 ANSI: 5
[ 3.023582] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray
[ 3.023593] Uniform CD-ROM driver Revision: 3.20
[ 3.023887] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 3.024033] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 3.032287] scsi 0:0:1:0: CD-ROM HL-DT-ST DVD-ROM GDR8163B 0L23 PQ: 0 ANSI: 5
[ 3.039727] sr1: scsi3-mmc drive: 52x/52x cd/rw xa/form2 cdda tray
[ 3.039933] sr 0:0:1:0: Attached scsi CD-ROM sr1
[ 3.040070] sr 0:0:1:0: Attached scsi generic sg1 type 5
[ 3.040303] scsi 1:0:0:0: Direct-Access ATA SAMSUNG SV3002H PV10 PQ: 0 ANSI: 5
[ 3.040540] sd 1:0:0:0: [sda] 58711968 512-byte hardware sectors: (30.0 GB/27.9 GiB)
[ 3.040578] sd 1:0:0:0: [sda] Write Protect is off
[ 3.040583] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.040638] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.040803] sd 1:0:0:0: [sda] 58711968 512-byte hardware sectors: (30.0 GB/27.9 GiB)
[ 3.040836] sd 1:0:0:0: [sda] Write Protect is off
[ 3.040841] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.040894] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.040902] sda: sda1 sda2 < sda5 >
[ 3.079703] sd 1:0:0:0: [sda] Attached SCSI disk
[ 3.079841] sd 1:0:0:0: Attached scsi generic sg2 type 0
[ 3.081297] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.081345] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 3.081376] uhci_hcd: USB Universal Host Controller Interface driver
[ 3.081861] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
[ 3.081869] PCI: setting IRQ 11 as level-triggered
[ 3.081876] uhci_hcd 0000:00:1f.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
[ 3.081894] uhci_hcd 0000:00:1f.2: setting latency timer to 64
[ 3.081900] uhci_hcd 0000:00:1f.2: UHCI Host Controller
[ 3.082092] uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus number 1
[ 3.082134] uhci_hcd 0000:00:1f.2: irq 11, io base 0x0000b000
[ 3.082322] usb usb1: configuration #1 chosen from 1 choice
[ 3.082386] hub 1-0:1.0: USB hub found
[ 3.082407] hub 1-0:1.0: 2 ports detected
[ 3.082972] ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 9
[ 3.082980] PCI: setting IRQ 9 as level-triggered
[ 3.082986] uhci_hcd 0000:00:1f.4: PCI INT C -> Link[LNK1] -> GSI 9 (level, low) -> IRQ 9
[ 3.083004] uhci_hcd 0000:00:1f.4: setting latency timer to 64
[ 3.083009] uhci_hcd 0000:00:1f.4: UHCI Host Controller
[ 3.083155] uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus number 2
[ 3.083195] uhci_hcd 0000:00:1f.4: irq 9, io base 0x0000b800
[ 3.083389] usb usb2: configuration #1 chosen from 1 choice
[ 3.083453] hub 2-0:1.0: USB hub found
[ 3.083477] hub 2-0:1.0: 2 ports detected
[ 3.083732] usbcore: registered new interface driver libusual
[ 3.083812] usbcore: registered new interface driver usbserial
[ 3.083847] USB Serial support registered for generic
[ 3.083877] usbcore: registered new interface driver usbserial_generic
[ 3.083882] usbserial: USB Serial Driver core
[ 3.083987] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 3.086201] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 3.086215] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 3.086489] mice: PS/2 mouse device common for all mice
[ 3.086758] rtc_cmos 00:04: RTC can wake from S4
[ 3.086850] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 3.086880] rtc0: alarms up to one month, 242 bytes nvram
[ 3.087074] device-mapper: uevent: version 1.0.3
[ 3.087395] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: [email protected]
[ 3.087547] device-mapper: multipath: version 1.0.5 loaded
[ 3.087555] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 3.087783] EISA: Probing bus 0 at eisa.0
[ 3.087839] EISA: Detected 0 cards.
[ 3.087918] cpuidle: using governor ladder
[ 3.087923] cpuidle: using governor menu
[ 3.089066] TCP cubic registered
[ 3.089234] NET: Registered protocol family 10
[ 3.090130] lo: Disabled Privacy Extensions
[ 3.090765] NET: Registered protocol family 17
[ 3.090828] Bluetooth: L2CAP ver 2.11
[ 3.090832] Bluetooth: L2CAP socket layer initialized
[ 3.090837] Bluetooth: SCO (Voice Link) ver 0.6
[ 3.090841] Bluetooth: SCO socket layer initialized
[ 3.090980] Bluetooth: RFCOMM socket layer initialized
[ 3.091009] Bluetooth: RFCOMM TTY layer initialized
[ 3.091014] Bluetooth: RFCOMM ver 1.10
[ 3.091152] IO APIC resources could be not be allocated.
[ 3.091212] Using IPI No-Shortcut mode
[ 3.091450] registered taskstats version 1
[ 3.091643] Magic number: 1:939:842
[ 3.091779] rtc_cmos 00:04: setting system clock to 2009-07-06 16:50:21 UTC (1246899021)
[ 3.091786] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 3.091790] EDD information not available.
[ 3.093253] Freeing unused kernel memory: 532k freed
[ 3.093481] Write protecting the kernel text: 4128k
[ 3.093553] Write protecting the kernel read-only data: 1532k
[ 3.128288] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 3.392062] usb 1-1: new full speed USB device using uhci_hcd and address 2
[ 3.567421] usb 1-1: configuration #1 chosen from 1 choice
[ 3.680084] usb 1-2: new full speed USB device using uhci_hcd and address 3
[ 3.848450] usb 1-2: configuration #1 chosen from 1 choice
[ 3.943988] FDC 0 is a post-1991 82077
[ 4.156245] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[ 4.156310] 8139cp 0000:02:04.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[ 4.162420] 8139too Fast Ethernet driver 0.9.28
[ 4.162888] ACPI: PCI Interrupt Link [LNK0] enabled at IRQ 11
[ 4.162897] 8139too 0000:02:04.0: PCI INT A -> Link[LNK0] -> GSI 11 (level, low) -> IRQ 11
[ 4.177271] eth0: RealTek RTL8139 at 0xa000, 00:02:44:78:b2:66, IRQ 11
[ 4.177278] eth0: Identified 8139 chip type 'RTL-8100B/8139D'
[ 5.612957] PM: Starting manual resume from disk
[ 5.612968] PM: Resume from partition 8:5
[ 5.612971] PM: Checking hibernation image.
[ 5.613452] PM: Resume from disk failed.
[ 5.675117] kjournald starting. Commit interval 5 seconds
[ 5.675154] EXT3-fs: mounted filesystem with ordered data mode.
[ 13.794410] udev: starting version 141
[ 14.102934] Linux agpgart interface v0.103
[ 14.239671] intel_rng: FWH not detected
[ 14.326779] agpgart-intel 0000:00:00.0: Intel 845G Chipset
[ 14.331261] agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xe0000000
[ 14.837404] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 14.952256] cfg80211: Calling CRDA to update world regulatory domain
[ 15.163169] parport_pc 00:0a: reported by Plug and Play ACPI
[ 15.163231] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[ 15.192756] input: PC Speaker as /devices/platform/pcspkr/input/input4
[ 15.210989] usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x03F0 pid 0x7304
[ 15.211055] usbcore: registered new interface driver usblp
[ 15.215829] iTCO_vendor_support: vendor-support=0
[ 15.251700] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[ 15.251997] iTCO_wdt: Found a ICH2 TCO device (Version=1, TCOBASE=0x0460)
[ 15.252318] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 15.493385] synaptics was reset on resume, see synaptics_resume_reset if you have trouble on resume
[ 15.640100] usb 1-2: reset full speed USB device using uhci_hcd and address 3
[ 15.813412] phy0: Selected rate control algorithm 'pid'
[ 15.824255] cfg80211: World regulatory domain updated:
[ 15.824267] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 15.824273] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 15.824278] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 15.824283] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 15.824288] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 15.824293] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 15.852301] ppdev: user-space parallel port driver
[ 15.954895] psmouse serio1: ID: 10 00 64<6>zd1211rw 1-2:1.0: phy0
[ 16.053978] usbcore: registered new interface driver zd1211rw
[ 16.146608] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
[ 16.146618] PCI: setting IRQ 5 as level-triggered
[ 16.146626] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
[ 16.146667] Intel ICH 0000:00:1f.5: setting latency timer to 64
[ 16.468021] intel8x0_measure_ac97_clock: measured 54767 usecs
[ 16.468028] intel8x0: clocking to 48000
[ 16.481851] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input5
[ 16.837489] lp0: using parport0 (interrupt-driven).
[ 17.066777] Adding 730916k swap on /dev/sda5. Priority:-1 extents:1 across:730916k
[ 17.675809] EXT3 FS on sda1, internal journal
[ 19.421925] type=1505 audit(1246899037.828:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=1890
[ 19.533604] type=1505 audit(1246899037.940:3): operation="profile_load" name="/sbin/dhclient-script" name2="default" pid=1894
[ 19.534135] type=1505 audit(1246899037.940:4): operation="profile_load" name="/sbin/dhclient3" name2="default" pid=1894
[ 19.534370] type=1505 audit(1246899037.940:5): operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" name2="default" pid=1894
[ 19.534547] type=1505 audit(1246899037.940:6): operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" name2="default" pid=1894
[ 19.835404] type=1505 audit(1246899038.240:7): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=1899
[ 19.836186] type=1505 audit(1246899038.244:8): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=1899
[ 19.905354] type=1505 audit(1246899038.312:9): operation="profile_load" name="/usr/sbin/tcpdump" name2="default" pid=1903
[ 24.477779] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 24.477786] Bluetooth: BNEP filters: protocol multicast
[ 24.545311] Bridge firewalling registered
[ 26.951384] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 10
[ 26.951395] PCI: setting IRQ 10 as level-triggered
[ 26.951403] pci 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 10 (level, low) -> IRQ 10
[ 27.711390] [drm] Initialized drm 1.1.0 20060810
[ 27.780673] [drm] Initialized radeon 1.29.0 20080528 on minor 0
[ 28.381646] agpgart-intel 0000:00:00.0: AGP 2.0 bridge
[ 28.381679] agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
[ 28.381710] pci 0000:01:00.0: putting AGP V2 device into 4x mode
[ 28.716889] [drm] Setting GART location based on new memory map
[ 28.716907] [drm] Loading R200 Microcode
[ 28.716966] [drm] writeback test succeeded in 1 usecs
[ 30.593308] eth0: link down
[ 30.593563] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 30.597665] usb 1-2: firmware: requesting zd1211/zd1211b_ub
[ 30.689953] usb 1-2: firmware: requesting zd1211/zd1211b_uphr
[ 30.832862] zd1211rw 1-2:1.0: firmware version 4725
[ 30.852655] ppdev0: registered pardevice
[ 30.895900] zd1211rw 1-2:1.0: zd1211b chip 050d:705c v4810 full 00-17-3f AL2230_RF pa0 g--NS
[ 30.899855] cfg80211: Calling CRDA for country: US
[ 30.900609] ppdev0: unregistered pardevice
[ 30.959525] cfg80211: Regulatory domain changed to country: US
[ 30.959536] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 30.959542] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
[ 30.959547] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
[ 30.959552] (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 30.959557] (5490000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 30.959562] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
[ 30.962999] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 34.869421] usblp0: removed
[ 493.192065] usb 1-1: USB disconnect, address 2
[ 521.704034] usb 1-1: new full speed USB device using uhci_hcd and address 4
[ 521.898437] usb 1-1: configuration #1 chosen from 1 choice
[ 522.240766] Initializing USB Mass Storage driver...
[ 522.244722] scsi2 : SCSI emulation for USB Mass Storage devices
[ 522.245518] usbcore: registered new interface driver usb-storage
[ 522.245529] USB Mass Storage support registered.
[ 522.249856] usb-storage: device found at 4
[ 522.249863] usb-storage: waiting for device to settle before scanning
[ 527.248340] usb-storage: device scan complete
[ 527.251297] scsi 2:0:0:0: Direct-Access USB Flash Memory 6.50 PQ: 0 ANSI: 0 CCS
[ 527.254329] scsi 2:0:0:1: CD-ROM USB Flash Memory 6.50 PQ: 0 ANSI: 0
[ 527.309375] sd 2:0:0:0: [sdb] 3894975 512-byte hardware sectors: (1.99 GB/1.85 GiB)
[ 527.313402] sd 2:0:0:0: [sdb] Write Protect is off
[ 527.313412] sd 2:0:0:0: [sdb] Mode Sense: 45 00 00 08
[ 527.313418] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 527.322658] sd 2:0:0:0: [sdb] 3894975 512-byte hardware sectors: (1.99 GB/1.85 GiB)
[ 527.325428] sd 2:0:0:0: [sdb] Write Protect is off
[ 527.325438] sd 2:0:0:0: [sdb] Mode Sense: 45 00 00 08
[ 527.325444] sd 2:0:0:0: [sdb] Assuming drive cache: write through
[ 527.325462] sdb: sdb1
[ 527.335548] sdb: p1 size 3903779 limited to end of disk
[ 527.337552] sd 2:0:0:0: [sdb] Attached SCSI removable disk
[ 527.337733] sd 2:0:0:0: Attached scsi generic sg3 type 0
[ 527.355375] sr2: scsi3-mmc drive: 8x/40x writer xa/form2 cdda tray
[ 527.355668] sr 2:0:0:1: Attached scsi CD-ROM sr2
[ 527.355857] sr 2:0:0:1: Attached scsi generic sg4 type 5
[ 532.435415] UDF-fs: No VRS found
[ 532.469453] ISO 9660 Extensions: Microsoft Joliet Level 3
[ 532.483470] ISO 9660 Extensions: RRIP_1991A

Aí tienes lo qe me dice.

Get

rarisimo, no dice nada de tu usbwifi....

de todas formas te aconsejo entrar al irc, (ver mi perfil) para tratar ese tema en directo

0buS

para las compatibilidades de wifi habian varias maneras para ubuntu que es el que da mas problemas. A ver si se pasa algun linuxero (eh erdanblo), y que te digan mejor XD.

Yo en mi portatil la atheros tampoco me la cojia, y en la 7.04 la instalé con ndiswrapper, que me costó bastante por cierto, y en la 8.04 con los drivers madwifi. Mirate en su web si tiene compatibilidad con tu tarjeta y prueba suerte.

Pero lo dicho, que te comente algun linuxero mas a fondo para que te de pasos y eso.

Con ndiswrapper no es dificil, tienes que instalar las dependencias que use el programa y bajarte el .inf de windows y cargarlo en él, tipo ndiswrapper -i driver.inf

Mirate esto tambien: http://josemoya.blogspot.com/2005/06/usb-belkin-f5d7050-chipset-ralink-en.html

Get

va ser q no hay linuxeros desos por aqui...

spoiler
Chispas-Elek

Si, cierto #9 es el menos indicado para hablar porque no tiene ni puta idea.

n00b linuxero de palo.

xDDDDDD

erdanblo

Me mola que la ppl me llame linuxero.

Usuarios habituales