Nieuws:

Welkom, Gast. Alsjeblieft inloggen of registreren.
Heb je de activerings-mail niet ontvangen?

Auteur Topic: Draadloos netwerk onder linux (stel hier je draadloze vragen)  (gelezen 311462 keer)

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #500 Gepost op: 2007/02/21, 12:19:47 »
Citaat van: raydekok
ik neem aan dat je bedoeld dat je de rt61 moest modproben? maar de rt2500 is niet dezelfde. maar beide werken out of the box op een onbeveiligde wifi. web werkt ook out of the box trouwens.
Ja ik bedoelde rt61 en jij bedoelde WEP :)

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #501 Gepost op: 2007/02/21, 12:20:10 »
haha en zo helpen we elkaar.
homemade HTPC

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #502 Gepost op: 2007/02/21, 12:40:23 »
Citaat van: Ronnie
ik probeer verbinding met het schoolnetwerk te maken. een EAP-PEAP/MSCHAPv2 verbinding.
.....
Kan iemand mij hierbij helpen.
Mijn /etc/wpasupplicant/wpa_supplicant.conf :

network={
ssid="********"
key_mgmt=IEEE8021X
wep_key0=********
phase2="auth=MSCHAPV2"
identity="******"
password="*****"
}

Misschien lijken de netwerken een beetje op elkaar en kun je hier iets uit gebruiken. Vul op de sterretjes jouw info in.  Ik heb het voor de universiteit van maastricht hier gedocumenteerd :
https://help.ubuntu.com/community/WifiDocs/WirelessNetworkOfUniversityOfMaastricht

De documentatie in /usr/share/doc/wpasupplicant kan erg helpen. Met name de directory examples. Ik zie dat je ieee802x.conf daar al uit gehaald hebt. Kijk ook naar wpa_supplicant.conf in de examples dir. Daar staan alle verschillende opties uitgelegd. Je kunt het beste eerst de wireless handleiding lezen van je school en de goede opties met de hand proberen in te stellen . (als je een optie niet weet kun je hem het beste eerst weglaten aangezien sommige opties defaults hebben en anderen gedetecteerd kunnen worden) Je kunt met de opties spelen en dan naar de debug output kijken en langzaam je config verbeteren.

Als eth1 je wireless interface is en wext de driver die je het beste kunt gebruiken. Geven de volgende commando's verschillende gradaties van debugging output :

$ sudo wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -i eth1 -D wext
$ sudo wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -i eth1 -D wext -d
$ sudo wpa_supplicant -c/etc/wpa_supplicant/wpa_supplicant.conf -i eth1 -D wext -dd

wext is de generieke driver die je sowieso moet proberen.

wpasupplicant driver opties :
  hostap = Host AP driver (Intersil Prism2/2.5/3) [default]
  (this can also be used with Linuxant DriverLoader)
  hermes = Agere Systems Inc. driver (Hermes-I/Hermes-II)
  madwifi = MADWIFI 802.11 support (Atheros, etc.)
  atmel = ATMEL AT76C5XXx (USB, PCMCIA)
  wext = Linux wireless extensions (generic)
  ndiswrapper = Linux ndiswrapper
  broadcom = Broadcom wl.o driver
  ipw = Intel ipw2100/2200 driver
  wired = wpa_supplicant wired Ethernet driver
  bsd = BSD 802.11 support (Atheros, etc.)
  ndis = Windows NDIS driver

succes!

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #503 Gepost op: 2007/02/21, 12:50:45 »
Miko als je genoegen neemt met WEP+macfiltering(dat laatste stel je op je router in) dan hoef je dus alleen  het volgende te doen :

Het installeren van restricted modules kan nooit kwaad (alhoewel je ze voor ralink waarschijnlijk niet nodig hebt) :
$uname -r
en kies een van de volgenden :
$sudo aptitude install linux-386
$sudo aptitude install linux-686
$sudo aptitude install linux-generic


$ sudo modprobe rt61
te doen. Die zou geen error moeten geven.

Doe ook even :
$sudo depmod

Dan kun je hem ook in je /etc/modules zetten en wordt hij iedere keer geladen :

$gksudo gedit /etc/modules

en voeg toe de regel :
rt61

Hij heet rt61 in Dapper en rt61pci in Edgy.

Ik zou je router eerst even op onbeveiligd instellen en het volgende in je /etc/network/interfaces zetten :

auto ra0
iface ra0 inet dhcp
(ik ga ervanuit dat je wireless interface ra0 heet. Je kunt even bij iwconfig kijken na het modproberen)

Dan zou je internet moeten krijgen als je doet :
$ sudo /etc/init.d/networking restart
$ sudo ifdown ra0 && sudo ifup ra0

Nu heb je internet en kun je op de router macfiltering instellen (dus alle macs van je draadloze kaartjes whitelisten).

De volgende stap is om WEP aan te zetten op je router (met een zo sterk mogelijke sleutel).

Daarna kun je op je favoriete manier je netwerk instellen bijvoorbeeld :
- met de hand in je /etc/network/interfaces
- networkmanager
- Ubuntu's standaard netwerk GUI : system->administration->networking

Succes. Laat maar horen of het lukt en of je nog meer hulp nodig hebt.

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #504 Gepost op: 2007/02/21, 12:53:15 »
Citaat van: Ahlfie
Zou iemand mij kunnen helpen ik heb mijn probleem uitgelegt op deze pagina http://forum.ubuntu-nl.org/topic/7189.

:D

grtz
Die punt zorgt ervoor dat mensen niet op de pagina uitkomen. De goede pagina is :
http://forum.ubuntu-nl.org/topic/7189

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #505 Gepost op: 2007/02/21, 13:54:29 »
baszsiejj ik vermoed ook dat je met de asus WL-167g meer kans maakt dan met de speedtouch 212g. Er wordt afgeraden om usb wireless te kopen als je een keus hebt.

Volgens mij komt de asus WL-167g met verschillende chipsets (las ik ergens). Laten we hopen dat jij een ralink hebt.

Kun je een $lsusb doen met de asus erin en ons het resultaat geven ?

Eventueel kun je ons meer informatie geven met :
$sudo lshw
$sudo lshw -vv

Van http://linux-wless.passys.nl/language/howto_report.english.php :

Citaat
For an USB device the procedure is a bit more tricky and not guaranteed to give usefull output. First you can attach the device, and look at the output from: "dmesg". For more/other output, you can also look at the file "/var/log/messages" and/or the file "/proc/bus/usb/devices"
Je kunt dus ook in je dmesg, /var/log/messages en /proc/bus/devices kijken. Maar misschien hebben we al genoeg aan $lsusb om te zien om welke chipset het gaat.

baszsiejj

  • Gast
Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #506 Gepost op: 2007/02/21, 19:30:26 »
@ubuntu_demon

Laten we dan die speedtouch vergeten, ik had al zo'n vermoeden dat deze niet met Ubuntu Linux compatibel was.

Volgens mij heb ik er een ralink chipset in zitten, ik post zo wel ff de resultaten van [$lsusb] en [$sudo lshw] en [$sudo lshw -vv], ik zit nu namelijk nog in Windows.

Wat bedoel je precies met de output van mijn wlan stick? dat vat ik niet helemaal...

Resultaten van de terminal volgen strax.

grtz,
 Bas

(noem maar gewoon bas ipv baszsiejj, is denkik wat makkelijker;)

baszsiejj

  • Gast
Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #507 Gepost op: 2007/02/21, 19:50:44 »
@ubuntu_demon

uitwerkingen terminal:

bas@bas-laptop:~$ lsusb
Bus 004 Device 003: ID 0b05:1706 ASUSTek Computer, Inc.
Bus 004 Device 001: ID 0000:0000
Bus 001 Device 003: ID 1020:0206 Labtec
Bus 001 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
het gaat hier dan om usb3, maar ik heb alles geplakt want ik weet niet of je de rest nodig hebt.
bas@bas-laptop:~$ sudo lshw
Password:
bas-laptop
    description: Notebook
    product: A3H
    vendor: ASUSTeK Computer Inc.
    version: 1.0
    serial: SSN12345678901234567
    width: 32 bits
    capabilities: smbios-2.3 dmi-2.3
    configuration: chassis=notebook uuid=0C2C81DA-8928-CC4A-C400-0015F2A1E78D
  *-core
       description: Motherboard
       product: A3H
       vendor: ASUSTeK Computer Inc.
       physical id: 0
       version: 2.1
       serial: BSN12345678901234567
     *-firmware
          description: BIOS
          vendor: American Megatrends Inc.
          physical id: 0
          version: 209 (01/26/2006)
          size: 64KB
          capacity: 448KB
          capabilities: isa pci pcmcia pnp upgrade shadowing escd cdboot bootsel ect socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int13floppy288 0 int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp ls120boot zipboot biosbootspecification netboot
     *-cpu
          description: CPU
          product: Intel(R) Celeron(R) M processor         1.60GHz
          vendor: Intel Corp.
          physical id: 4
          bus info: cpu@0
          version: 6.13.8
          slot: Socket 478
          size: 1600MHz
          capacity: 1600MHz
          width: 32 bits
          clock: 100MHz
          capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic  sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 ss tm pbe nx
        *-cache:0
             description: L1 cache
             physical id: 5
             slot: L1-Cache
             size: 32KB
             capacity: 32KB
             capabilities: pipeline-burst internal varies data
        *-cache:1
             description: L2 cache
             physical id: 6
             slot: L2-cache
             size: 1MB
             capacity: 1MB
             capabilities: pipeline-burst internal varies unified
     *-memory
          description: System Memory
          physical id: 1e
          slot: System board or motherboard
          size: 1GB
        *-bank:0
             description: DIMM SDRAM Synchronous
             product: PartNum1
             vendor: Manufacturer1
             physical id: 0
             serial: SerNum1
             slot: DIMM1
             size: 512MB
             width: 64 bits
        *-bank:1
             description: DIMM SDRAM Synchronous
             product: PartNum2
             vendor: Manufacturer2
             physical id: 1
             serial: SerNum2
             slot: DIMM2
             size: 512MB
             width: 64 bits
     *-pci
          description: Host bridge
          product: Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controll er
          vendor: Intel Corporation
          physical id: 100
          bus info: pci@00:00.0
          version: 04
          width: 32 bits
          clock: 33MHz
        *-display:0
             description: VGA compatible controller
             product: Mobile 915GM/GMS/910GML Express Graphics Controller
             vendor: Intel Corporation
             physical id: 2
             bus info: pci@00:02.0
             version: 04
             size: 256MB
             width: 32 bits
             clock: 33MHz
             capabilities: vga bus_master cap_list
             resources: iomemory:feb80000-febfffff ioport:ec00-ec07 iomemory:d00 00000-dfffffff iomemory:feb40000-feb7ffff irq:201
        *-display:1 UNCLAIMED
             description: Display controller
             product: Mobile 915GM/GMS/910GML Express Graphics Controller
             vendor: Intel Corporation
             physical id: 2.1
             bus info: pci@00:02.1
             version: 04
             size: 512KB
             width: 32 bits
             clock: 33MHz
             capabilities: bus_master cap_list
             resources: iomemory:fea80000-feafffff
        *-multimedia
             description: Multimedia controller
             product: 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller
             vendor: Intel Corporation
             physical id: 1b
             bus info: pci@00:1b.0
             version: 04
             width: 64 bits
             clock: 33MHz
             capabilities: bus_master cap_list
             configuration: driver=HDA Intel
             resources: iomemory:feb38000-feb3bfff irq:201
        *-usb:0
             description: USB Controller
             product: 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1
             vendor: Intel Corporation
             physical id: 1d
             bus info: pci@00:1d.0
             version: 04
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd
             resources: ioport:e400-e41f irq:185
           *-usbhost
                product: UHCI Host Controller
                vendor: Linux 2.6.15-28-386 uhci_hcd
                physical id: 1
                bus info: usb@1
                logical name: usb1
                version: 2.06
                capabilities: usb-1.10
                configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s
              *-usb
                   description: Mouse
                   product: USB/PS2 Combo Receiver
                   vendor: PATEN
                   physical id: 1
                   bus info: usb@1:1
                   version: 1.04
                   capabilities: usb-1.10
                   configuration: driver=usbhid maxpower=100mA speed=1.5MB/s
        *-usb:1
             description: USB Controller
             product: 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2
             vendor: Intel Corporation
             physical id: 1d.1
             bus info: pci@00:1d.1
             version: 04
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd
             resources: ioport:e480-e49f irq:193
           *-usbhost
                product: UHCI Host Controller
                vendor: Linux 2.6.15-28-386 uhci_hcd
                physical id: 1
                bus info: usb@2
                logical name: usb2
                version: 2.06
                capabilities: usb-1.10
                configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s
        *-usb:2
             description: USB Controller
             product: 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3
             vendor: Intel Corporation
             physical id: 1d.2
             bus info: pci@00:1d.2
             version: 04
             width: 32 bits
             clock: 33MHz
             capabilities: uhci bus_master
             configuration: driver=uhci_hcd
             resources: ioport:e800-e81f irq:177
           *-usbhost
                product: UHCI Host Controller
                vendor: Linux 2.6.15-28-386 uhci_hcd
                physical id: 1
                bus info: usb@3
                logical name: usb3
                version: 2.06
                capabilities: usb-1.10
                configuration: driver=hub maxpower=0mA slots=2 speed=12.0MB/s
        *-usb:3
             description: USB Controller
             product: 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller
             vendor: Intel Corporation
             physical id: 1d.7
             bus info: pci@00:1d.7
             version: 04
             width: 32 bits
             clock: 33MHz
             capabilities: ehci bus_master cap_list
             configuration: driver=ehci_hcd
             resources: iomemory:feb3fc00-feb3ffff irq:185
           *-usbhost
                product: EHCI Host Controller
                vendor: Linux 2.6.15-28-386 ehci_hcd
                physical id: 1
                bus info: usb@4
                logical name: usb4
                version: 2.06
                capabilities: usb-2.00
                configuration: driver=hub maxpower=0mA slots=6 speed=480.0MB/s
              *-usb
                   description: Generic USB device
                   product: 802.11g WLAN Drive
                   vendor: ASUS
                   physical id: 4
                   bus info: usb@4:4
                   version: 0.01
                   capabilities: usb-2.00
                   configuration: driver=rtusb maxpower=300mA speed=480.0MB/s
        *-pci
             description: PCI bridge
             product: 82801 Mobile PCI Bridge
             vendor: Intel Corporation
             physical id: 1e
             bus info: pci@00:1e.0
             version: d4
             width: 32 bits
             clock: 33MHz
             capabilities: pci subtractive_decode bus_master cap_list
           *-network
                description: Ethernet interface
                product: RTL-8139/8139C/8139C+
                vendor: Realtek Semiconductor Co., Ltd.
                physical id: 0
                bus info: pci@01:00.0
                logical name: eth0
                version: 10
                serial: 00:15:f2:a1:e7:8d
                size: 100MB/s
                capacity: 100MB/s
                width: 32 bits
                clock: 33MHz
                capabilities: bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegociation
                configuration: autonegociation=on broadcast=yes driver=8139too d riverversion=0.9.27 duplex=full ip=192.168.1.71 link=yes multicast=yes port=MII speed=100MB/s
                resources: ioport:d800-d8ff iomemory:fe8fdc00-fe8fdcff irq:209
           *-pcmcia
                description: CardBus bridge
                product: RL5c476 II
                vendor: Ricoh Co Ltd
                physical id: 1
                bus info: pci@01:01.0
                version: b3
                width: 64 bits
                clock: 33MHz
                capabilities: pcmcia bus_master cap_list
                configuration: driver=yenta_cardbus
                resources: iomemory:fe800000-fe800fff iomemory:b00502010-b005020 0f irq:169
           *-firewire
                description: FireWire (IEEE 1394)
                product: R5C552 IEEE 1394 Controller
                vendor: Ricoh Co Ltd
                physical id: 1.1
                bus info: pci@01:01.1
                version: 08
                width: 32 bits
                clock: 33MHz
                capabilities: ohci bus_master cap_list
                configuration: driver=ohci1394
                resources: iomemory:fe8fe000-fe8fe7ff irq:177
           *-system:0
                description: Generic system peripheral
                product: R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter
                vendor: Ricoh Co Ltd
                physical id: 1.2
                bus info: pci@01:01.2
                version: 17
                width: 32 bits
                clock: 33MHz
                capabilities: bus_master cap_list
                configuration: driver=sdhci
                resources: iomemory:fe8fe800-fe8fe8ff irq:193
           *-system:1 UNCLAIMED
                description: System peripheral
                product: R5C592 Memory Stick Bus Host Adapter
                vendor: Ricoh Co Ltd
                physical id: 1.3
                bus info: pci@01:01.3
                version: 08
                width: 32 bits
                clock: 33MHz
                capabilities: cap_list
                resources: iomemory:fe8fec00-fe8fecff irq:7
        *-isa UNCLAIMED
             description: ISA bridge
             product: 82801FBM (ICH6M) LPC Interface Bridge
             vendor: Intel Corporation
             physical id: 1f
             bus info: pci@00:1f.0
             version: 04
             width: 32 bits
             clock: 33MHz
             capabilities: isa bus_master
        *-ide
             description: IDE interface
             product: 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller
             vendor: Intel Corporation
             physical id: 1f.1
             bus info: pci@00:1f.1
             version: 04
             width: 32 bits
             clock: 33MHz
             capabilities: ide bus_master
             configuration: driver=PIIX_IDE
             resources: ioport:ffa0-ffaf irq:177
           *-ide
                description: IDE Channel 0
                physical id: 0
                bus info: ide@0
                logical name: ide0
                clock: 33MHz
              *-disk
                   description: ATA Disk
                   product: HTS541080G9AT00
                   vendor: Hitachi
                   physical id: 0
                   bus info: ide@0.0
                   logical name: /dev/hda
                   version: MB4VA60A
                   serial: MPB4LAX6J3U51M
                   size: 74GB
                   capacity: 74GB
                   capabilities: ata dma lba iordy smart security pm apm partiti oned partitioned:dos
                   configuration: apm=off smart=on
                 *-volume:0
                      description: W95 FAT32 partition
                      physical id: 1
                      bus info: ide@0.0,1
                      logical name: /dev/hda1
                      capacity: 1906MB
                      capabilities: primary
                 *-volume:1
                      description: W95 FAT32 (LBA) partition
                      physical id: 2
                      bus info: ide@0.0,2
                      logical name: /dev/hda2
                      capacity: 42GB
                      capabilities: primary bootable
                 *-volume:2
                      description: W95 Ext'd (LBA) partition
                      physical id: 3
                      bus info: ide@0.0,3
                      logical name: /dev/hda3
                      capacity: 29GB
                      capabilities: primary
                 *-volume:3
                      description: Linux swap / Solaris partition
                      physical id: 4
                      bus info: ide@0.0,4
                      logical name: /dev/hda4
                      capacity: 1027MB
                      capabilities: primary nofs
              *-cdrom
                   description: DVD writer
                   product: TSSTcorpCD/DVDW TS-L532A
                   physical id: 1
                   bus info: ide@0.1
                   logical name: /dev/hdb
                   version: TI51
                   serial: 16W7602096
                   capabilities: packet atapi cdrom removable nonmagnetic dma lb a iordy pm audio cd-r cd-rw dvd dvd-r
                   configuration: mode=udma2
                 *-disc
                      physical id: 0
                      logical name: /dev/hdb
  *-network DISABLED
       description: Wireless interface
       physical id: 1
       logical name: rausb0
       capabilities: ethernet physical wireless
       configuration: broadcast=yes multicast=yes wireless=RT2500USB WLAN
overigens een probleempje met [$sudo lshw -vv]:
bas@bas-laptop:~$ sudo lshw -vv
Hardware Lister (lshw) - B.02.06
usage: lshw [-format] [-options ...]
       lshw -version

        -version        print program version (B.02.06)

format can be
        -html           output hardware tree as HTML
        -xml            output hardware tree as XML
        -short          output hardware paths
        -businfo        output bus information

options can be
        -class CLASS    only show a certain class of hardware
        -C CLASS        same as '-class CLASS'
        -disable TEST   disable a test (like pci, isapnp, cpuid, etc. )
        -enable TEST    enable a test (like pci, isapnp, cpuid, etc. )
dat was het (bedoelde je niet ipv [$sudo lshw -vv]>[$sudo lshw -cc]?, want dat ''C CLASS'' is cc, er staat nergens -vv bij (alsje snapt wat ik bedoel)

grtz,
 bas

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #508 Gepost op: 2007/02/22, 01:49:29 »
Citaat van: baszsiejj
Wat bedoel je precies met de output van mijn wlan stick? dat vat ik niet helemaal...
Nuttige output om de chipset te kunnen vaststellen. Zie :
http://linux-wless.passys.nl/
"how to report your device" :
http://linux-wless.passys.nl/language/howto_report.english.php

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #509 Gepost op: 2007/02/22, 01:56:02 »
Citaat van: baszsiejj
@ubuntu_demon

overigens een probleempje met [$sudo lshw -vv]:

grtz,
 bas
lspci en lsusb hebben allebei een -vv optie om zo uitgebreid (verbose) mogelijk output te geven. lshw dus niet ;)

Kun je het resultaat geven van :
$ sudo lsusb -vv

Het helpt als we erachter kunnen komen welke chipset er in jouw usb stick verborgen zit.  Dat is de eerste stap van wireless werkend krijgen. Vandaar deze moeite. Als dit nog steeds geen info oplevert probeer dan :

http://linux-wless.passys.nl/language/howto_report.english.php

Citaat
For an USB device the procedure is a bit more tricky and not guaranteed to give usefull output. First you can attach the device, and look at the output from: "dmesg". For more/other output, you can also look at the file "/var/log/messages" and/or the file "/proc/bus/usb/devices"
succes!

Offline Miko

  • Lid
Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #510 Gepost op: 2007/02/22, 08:53:09 »
Bedankt voor jullie reactie. Maar bij mij werkt het niet out of the box.

Misschien is het een ander probleem, namelijk als ik de kaart in een PCI-slot steek dan loopt de computer in het opstartproces. Hij blijft hangen bij het confiureren van de netwerkkaarten.

Ik dacht dat dat met de driver te maken had........
Ik ga nog even proberen op te starten met alleen de draadloze netwerkkaart (dus zonder Ethernetkaart). Maar eerst dit posten....

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #511 Gepost op: 2007/02/22, 12:30:55 »
Citaat van: Miko
Bedankt voor jullie reactie. Maar bij mij werkt het niet out of the box.

Misschien is het een ander probleem, namelijk als ik de kaart in een PCI-slot steek dan loopt de computer in het opstartproces. Hij blijft hangen bij het confiureren van de netwerkkaarten.

Ik dacht dat dat met de driver te maken had........
Ik ga nog even proberen op te starten met alleen de draadloze netwerkkaart (dus zonder Ethernetkaart). Maar eerst dit posten....
probeer een tijdje te wachten .. het kan zijn dat het iets langer duurt
probeer een ander pci slot
probeer er zeker van te zijn dat de kaart goed in het pci slot zit (soms moet je ietsje harder duwen dan je zou denken)
probeer de kaart eventueel in een andere machine met windows. als je hem daar ook niet aan de praat krijgt ligt het waarschijnlijk aan de hardware.

succes!

baszsiejj

  • Gast
Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #512 Gepost op: 2007/02/22, 13:00:19 »
ubuntu_demon, blijf nog ff online, kan je me verder helpe:P

bas

baszsiejj

  • Gast
Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #513 Gepost op: 2007/02/22, 13:02:29 »
$ sudo lsusb -vv:

bas@bas-laptop:~$ sudo lsusb -vv
Password:

Bus 004 Device 003: ID 0b05:1706 ASUSTek Computer, Inc.
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0b05 ASUSTek Computer, Inc.
  idProduct          0x1706
  bcdDevice            0.01
  iManufacturer           1 ASUS
  iProduct                2 802.11g WLAN Drive
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           32
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0x80
      (Bus Powered)
    MaxPower              300mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           2
      bInterfaceClass       255 Vendor Specific Class
      bInterfaceSubClass    255 Vendor Specific Subclass
      bInterfaceProtocol    255 Vendor Specific Protocol
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x01  EP 1 OUT
        bmAttributes            2
          Transfer Type            Bulk
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0200  1x 512 bytes
        bInterval               0
Device Qualifier (for other device speed):
  bLength                10
  bDescriptorType         6
  bcdUSB               2.00
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0        64
  bNumConfigurations      1
Device Status:     0x0000
  (Bus Powered)

Bus 004 Device 001: ID 0000:0000
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               2.00
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         1 Single TT
  bMaxPacketSize0        64
  idVendor           0x0000
  idProduct          0x0000
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.15-28-386 ehci_hcd
  iProduct                2 EHCI Host Controller
  iSerial                 1 0000:00:1d.7
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval              12
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             6
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
    TT think time 8 FS bits
  bPwrOn2PwrGood       10 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0xd0
  PortPwrCtrlMask    0xc0
 Hub Port Status:
   Port 1: 0000.0000
   Port 2: 0000.0100 power
   Port 3: 0000.0503 highspeed power enable connect
   Port 4: 0000.0100 power
   Port 5: 0000.0100 power
   Port 6: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 001 Device 003: ID 1020:0206 Labtec
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            0 (Defined at Interface level)
  bDeviceSubClass         0
  bDeviceProtocol         0
  bMaxPacketSize0         8
  idVendor           0x1020 Labtec
  idProduct          0x0206
  bcdDevice            1.04
  iManufacturer           1 PATEN
  iProduct                2 USB/PS2 Combo Receiver
  iSerial                 0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           34
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xa0
      (Bus Powered)
      Remote Wakeup
    MaxPower              100mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         3 Human Interface Devices
      bInterfaceSubClass      1 Boot Interface Subclass
      bInterfaceProtocol      2 Mouse
      iInterface              0
        HID Device Descriptor:
          bLength                 9
          bDescriptorType        33
          bcdHID               1.10
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      52
         Report Descriptors:
           ** UNAVAILABLE **
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0004  1x 4 bytes
        bInterval              10
Device Status:     0x0002
  (Bus Powered)
  Remote Wakeup Enabled

Bus 001 Device 001: ID 0000:0000
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0000
  idProduct          0x0000
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.15-28-386 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.0
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x98
  PortPwrCtrlMask    0x92
 Hub Port Status:
   Port 1: 0000.0303 lowspeed power enable connect
   Port 2: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 003 Device 001: ID 0000:0000
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0000
  idProduct          0x0000
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.15-28-386 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.2
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0xf0
  PortPwrCtrlMask    0x00
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0001
  Self Powered

Bus 002 Device 001: ID 0000:0000
Device Descriptor:
  bLength                18
  bDescriptorType         1
  bcdUSB               1.10
  bDeviceClass            9 Hub
  bDeviceSubClass         0 Unused
  bDeviceProtocol         0
  bMaxPacketSize0        64
  idVendor           0x0000
  idProduct          0x0000
  bcdDevice            2.06
  iManufacturer           3 Linux 2.6.15-28-386 uhci_hcd
  iProduct                2 UHCI Host Controller
  iSerial                 1 0000:00:1d.1
  bNumConfigurations      1
  Configuration Descriptor:
    bLength                 9
    bDescriptorType         2
    wTotalLength           25
    bNumInterfaces          1
    bConfigurationValue     1
    iConfiguration          0
    bmAttributes         0xc0
      Self Powered
    MaxPower                0mA
    Interface Descriptor:
      bLength                 9
      bDescriptorType         4
      bInterfaceNumber        0
      bAlternateSetting       0
      bNumEndpoints           1
      bInterfaceClass         9 Hub
      bInterfaceSubClass      0 Unused
      bInterfaceProtocol      0
      iInterface              0
      Endpoint Descriptor:
        bLength                 7
        bDescriptorType         5
        bEndpointAddress     0x81  EP 1 IN
        bmAttributes            3
          Transfer Type            Interrupt
          Synch Type               None
          Usage Type               Data
        wMaxPacketSize     0x0002  1x 2 bytes
        bInterval             255
Hub Descriptor:
  bLength               9
  bDescriptorType      41
  nNbrPorts             2
  wHubCharacteristic 0x000a
    No power switching (usb 1.0)
    Per-port overcurrent protection
  bPwrOn2PwrGood        1 * 2 milli seconds
  bHubContrCurrent      0 milli Ampere
  DeviceRemovable    0x68
  PortPwrCtrlMask    0x01
 Hub Port Status:
   Port 1: 0000.0100 power
   Port 2: 0000.0100 power
Device Status:     0x0001
  Self Powered
grtz,
 bas

baszsiejj

  • Gast
Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #514 Gepost op: 2007/02/22, 13:16:26 »
@ubuntu_demon

ik keek even op die link van jou, en voerde $demsg uit, ik keek dit even door en zag dat de verkeerde driver was geinstalleerd, ook zie ik nergens in die $sudo lsusb -vv ralink staan, maar bij de manufactur Labtec staan. voor deze wlan stick heb ik de rt2500 driver geinstalleerd, dus dat is volgens mij het probleem. ik weet het niet zeker maar ik heb wel een sterk vermoeden dat dit zo is, hopen dat labtec in ubuntu wel ondersteund wordt in dat geval...

bas@bas-laptop:~$ dmesg
[17179569.184000] Linux version 2.6.15-28-386 (buildd@terranova) (gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Thu Feb 1 15:51:56 UTC 2007
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[17179569.184000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[17179569.184000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[17179569.184000]  BIOS-e820: 0000000000100000 - 000000003efc0000 (usable)
[17179569.184000]  BIOS-e820: 000000003efc0000 - 000000003efcf000 (ACPI data)
[17179569.184000]  BIOS-e820: 000000003efcf000 - 000000003f000000 (ACPI NVS)
[17179569.184000]  BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[17179569.184000]  BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[17179569.184000]  BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
[17179569.184000] 111MB HIGHMEM available.
[17179569.184000] 896MB LOWMEM available.
[17179569.184000] found SMP MP-table at 000ff780
[17179569.184000] On node 0 totalpages: 257984
[17179569.184000]   DMA zone: 4096 pages, LIFO batch:0
[17179569.184000]   DMA32 zone: 0 pages, LIFO batch:0
[17179569.184000]   Normal zone: 225280 pages, LIFO batch:31
[17179569.184000]   HighMem zone: 28608 pages, LIFO batch:7
[17179569.184000] DMI 2.3 present.
[17179569.184000] ACPI: RSDP (v000 ACPIAM                                ) @ 0x000f6d30
[17179569.184000] ACPI: RSDT (v001 A M I  OEMRSDT  0x01000626 MSFT 0x00000097) @ 0x3efc0000
[17179569.184000] ACPI: FADT (v002 A M I  OEMFACP  0x01000626 MSFT 0x00000097) @ 0x3efc0200
[17179569.184000] ACPI: MADT (v001 A M I  OEMAPIC  0x01000626 MSFT 0x00000097) @ 0x3efc0390
[17179569.184000] ACPI: MCFG (v001 A M I  OEMMCFG  0x01000626 MSFT 0x00000097) @ 0x3efc03f0
[17179569.184000] ACPI: OEMB (v001 A M I  AMI_OEM  0x01000626 MSFT 0x00000097) @ 0x3efcf040
[17179569.184000] ACPI: DSDT (v001  0AAAA 0AAAA000 0x00000000 INTL 0x02002026) @ 0x00000000
[17179569.184000] ACPI: PM-Timer IO Port: 0x808
[17179569.184000] ACPI: Local APIC address 0xfee00000
[17179569.184000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[17179569.184000] Processor #0 6:13 APIC version 20
[17179569.184000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[17179569.184000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[17179569.184000] ACPI: IRQ0 used by override.
[17179569.184000] ACPI: IRQ2 used by override.
[17179569.184000] ACPI: IRQ9 used by override.
[17179569.184000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[17179569.184000] Using ACPI (MADT) for SMP configuration information
[17179569.184000] Allocating PCI resources starting at 40000000 (gap: 3f000000:bfd14000)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: root=/dev/hda6 ro quiet splash
[17179569.184000] mapped APIC to ffffd000 (fee00000)
[17179569.184000] mapped IOAPIC to ffffc000 (fec00000)
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 4096 (order: 12, 65536 bytes)
[17179569.184000] Detected 1596.256 MHz processor.
[17179569.184000] Using pmtmr for high-res timesource
[17179569.184000] Console: colour VGA+ 80x25
[17179569.268000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[17179569.268000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)[17179569.328000] Memory: 1012368k/1031936k available (1977k kernel code, 18808k reserved, 605k data, 288k init, 114432k highmem)
[17179569.328000] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[17179569.408000] Calibrating delay using timer specific routine.. 3199.75 BogoMIPS (lpj=6399501)
[17179569.408000] Security Framework v1.0.0 initialized
[17179569.408000] SELinux:  Disabled at boot.
[17179569.408000] Mount-cache hash table entries: 512
[17179569.408000] CPU: After generic identify, caps: afe9fbff 00100000 00000000 00000000 00000000 00000000 00000000
[17179569.408000] CPU: After vendor identify, caps: afe9fbff 00100000 00000000 00000000 00000000 00000000 00000000
[17179569.408000] CPU: L1 I cache: 32K, L1 D cache: 32K
[17179569.408000] CPU: L2 cache: 1024K
[17179569.408000] CPU: After all inits, caps: afe9fbff 00100000 00000000 00000040 00000000 00000000 00000000
[17179569.408000] mtrr: v2.0 (20020519)
[17179569.408000] CPU: Intel(R) Celeron(R) M processor         1.60GHz stepping 08
[17179569.408000] Enabling fast FPU save and restore... done.
[17179569.408000] Enabling unmasked SIMD FPU exception support... done.
[17179569.408000] Checking 'hlt' instruction... OK.
[17179569.424000] checking if image is initramfs... it is
[17179570.772000] Freeing initrd memory: 6616k freed
[17179570.788000] ACPI: Looking for DSDT ... not found!
[17179570.812000] ENABLING IO-APIC IRQs
[17179570.812000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[17179570.956000] NET: Registered protocol family 16
[17179570.956000] EISA bus registered
[17179570.956000] ACPI: bus type pci registered
[17179570.956000] PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
[17179570.956000] PCI: Using MMCONFIG
[17179570.956000] ACPI: Subsystem revision 20051216
[17179571.024000] ACPI: Interpreter enabled
[17179571.024000] ACPI: Using IOAPIC for interrupt routing
[17179571.024000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[17179571.024000] PCI: Probing PCI hardware (bus 00)
[17179571.028000] Boot video device is 0000:00:02.0
[17179571.028000] PCI quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[17179571.028000] PCI quirk: region 0480-04bf claimed by ICH6 GPIO
[17179571.028000] PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
[17179571.028000] PCI: Transparent bridge - 0000:00:1e.0
[17179571.028000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[17179571.036000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[17179571.040000] ACPI: Embedded Controller [EC0] (gpe 28) interrupt mode.
[17179571.048000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *11 12)
[17179571.048000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 12) *11
[17179571.048000] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 12)
[17179571.048000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 12)
[17179571.048000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 *4 5 6 7 12)
[17179571.052000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 12) *0, disabled.
[17179571.052000] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 12) *0, disabled.
[17179571.052000] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 12)
[17179571.052000] Linux Plug and Play Support v0.97 (c) Adam Belay
[17179571.052000] pnp: PnP ACPI init
[17179571.060000] pnp: PnP ACPI: found 13 devices
[17179571.060000] PnPBIOS: Disabled by ACPI PNP
[17179571.060000] PCI: Using ACPI for IRQ routing
[17179571.060000] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[17179571.072000] PCI: Ignore bogus resource 6 [0:0] of 0000:00:02.0
[17179571.072000] PCI: Bus 2, cardbus bridge: 0000:01:01.0
[17179571.072000]   IO window: 0000d000-0000d0ff
[17179571.072000]   IO window: 0000d400-0000d4ff
[17179571.072000]   PREFETCH window: 40000000-41ffffff
[17179571.072000]   MEM window: 42000000-43ffffff
[17179571.072000] PCI: Bridge: 0000:00:1e.0
[17179571.072000]   IO window: d000-dfff
[17179571.072000]   MEM window: fe800000-fe8fffff
[17179571.072000]   PREFETCH window: 40000000-41ffffff
[17179571.072000] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[17179571.072000] ACPI: PCI Interrupt 0000:01:01.0[A] -> GSI 17 (level, low) -> IRQ 169
[17179571.072000] audit: initializing netlink socket (disabled)
[17179571.072000] audit(1172148805.072:1): initialized
[17179571.072000] highmem bounce pool size: 64 pages
[17179571.072000] VFS: Disk quotas dquot_6.5.1
[17179571.072000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[17179571.072000] Initializing Cryptographic API
[17179571.072000] io scheduler noop registered
[17179571.072000] io scheduler anticipatory registered
[17179571.072000] io scheduler deadline registered
[17179571.072000] io scheduler cfq registered
[17179571.072000] isapnp: Scanning for PnP cards...
[17179571.432000] isapnp: No Plug & Play device found
[17179571.464000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[17179571.464000] i8042.c: Detected active multiplexing controller, rev 1.1.
[17179571.468000] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[17179571.468000] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[17179571.468000] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[17179571.468000] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[17179571.468000] serio: i8042 KBD port at 0x60,0x64 irq 1
[17179571.468000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ sharing enabled
[17179571.476000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[17179571.476000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179571.476000] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[17179571.476000] mice: PS/2 mouse device common for all mice
[17179571.476000] EISA: Probing bus 0 at eisa.0
[17179571.476000] EISA: Detected 0 cards.
[17179571.476000] NET: Registered protocol family 2
[17179571.516000] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[17179571.516000] TCP established hash table entries: 131072 (order: 7, 524288 bytes)
[17179571.516000] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[17179571.516000] TCP: Hash tables configured (established 131072 bind 65536)
[17179571.516000] TCP reno registered
[17179571.516000] TCP bic registered
[17179571.516000] NET: Registered protocol family 1
[17179571.516000] NET: Registered protocol family 8
[17179571.516000] NET: Registered protocol family 20
[17179571.516000] Using IPI Shortcut mode
[17179571.516000] ACPI wakeup devices:
[17179571.516000] P0P1 LAN0 CBS0 P394 MPCI USB1 USB2 USB3 EUSB MC97 AZAL SLPB
[17179571.516000] ACPI: (supports S0 S3 S4 S5)
[17179571.516000] Freeing unused kernel memory: 288k freed
[17179571.612000] vga16fb: initializing
[17179571.612000] vga16fb: mapped to 0xc00a0000
[17179571.676000] input: AT Translated Set 2 keyboard as /class/input/input0
[17179571.816000] Console: switching to colour frame buffer device 80x25
[17179571.816000] fb0: VGA16 VGA frame buffer device
[17179573.008000] Capability LSM initialized
[17179573.068000] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[17179573.068000] ACPI: Processor [CPU1] (supports 8 throttling states)
[17179573.072000] ACPI: Thermal Zone [THRM] (49 C)
[17179573.896000] ICH6: IDE controller at PCI slot 0000:00:1f.1
[17179573.900000] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 177
[17179573.900000] ICH6: chipset revision 4
[17179573.900000] ICH6: not 100% native mode: will probe irqs later
[17179573.900000]     ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:DMA
[17179573.900000]     ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:pio, hdd:pio
[17179573.900000] Probing IDE interface ide0...
[17179574.188000] hda: HTS541080G9AT00, ATA DISK drive
[17179574.636000] hdb: TSSTcorpCD/DVDW TS-L532A, ATAPI CD/DVD-ROM drive
[17179574.692000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[17179574.716000] Probing IDE interface ide1...
[17179575.296000] hda: max request size: 1024KiB
[17179575.308000] hda: 156301488 sectors (80026 MB) w/7539KiB Cache, CHS=16383/255/63, UDMA(100)
[17179575.312000] hda: cache flushes supported
[17179575.312000]  hda: hda1 hda2 hda3 < hda5 hda6 > hda4
[17179575.432000] hdb: ATAPI 24X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33)
[17179575.432000] Uniform CD-ROM driver Revision: 3.20
[17179575.940000] usbcore: registered new driver usbfs
[17179575.944000] usbcore: registered new driver hub
[17179575.944000] USB Universal Host Controller Interface driver v2.3
[17179575.944000] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 185
[17179575.944000] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[17179575.944000] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[17179575.944000] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[17179575.948000] uhci_hcd 0000:00:1d.0: irq 185, io base 0x0000e400
[17179575.948000] hub 1-0:1.0: USB hub found
[17179575.948000] hub 1-0:1.0: 2 ports detected
[17179576.052000] ACPI: PCI Interrupt 0000:00:1d.1[b] -> GSI 19 (level, low) -> IRQ 193
[17179576.052000] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[17179576.052000] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[17179576.052000] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[17179576.052000] uhci_hcd 0000:00:1d.1: irq 193, io base 0x0000e480
[17179576.052000] hub 2-0:1.0: USB hub found
[17179576.052000] hub 2-0:1.0: 2 ports detected
[17179576.088000] ieee1394: Initialized config rom entry `ip1394'
[17179576.156000] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 177
[17179576.156000] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[17179576.156000] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[17179576.156000] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[17179576.156000] uhci_hcd 0000:00:1d.2: irq 177, io base 0x0000e800
[17179576.156000] hub 3-0:1.0: USB hub found
[17179576.156000] hub 3-0:1.0: 2 ports detected
[17179576.260000] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 185
[17179576.260000] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[17179576.260000] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[17179576.260000] ehci_hcd 0000:00:1d.7: debug port 1
[17179576.260000] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[17179576.260000] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
[17179576.260000] ehci_hcd 0000:00:1d.7: irq 185, io mem 0xfeb3fc00
[17179576.264000] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[17179576.264000] hub 4-0:1.0: USB hub found
[17179576.264000] hub 4-0:1.0: 6 ports detected
[17179576.292000] usb 1-1: new low speed USB device using uhci_hcd and address 2[17179576.368000] ohci1394: $Rev: 1313 $ Ben Collins
[17179576.368000] ACPI: PCI Interrupt 0000:01:01.1[b] -> GSI 18 (level, low) -> IRQ 177
[17179576.420000] ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[177]  MMIO=[fe8fe000-fe8fe7ff]  Max Packet=[2048]
[17179576.484000] Probing IDE interface ide1...
[17179576.796000] usb 1-1: new low speed USB device using uhci_hcd and address 3[17179577.260000] Attempting manual resume
[17179577.320000] usbcore: registered new driver hiddev
[17179577.336000] EXT3-fs: mounted filesystem with ordered data mode.
[17179577.364000] kjournald starting.  Commit interval 5 seconds
[17179577.464000] input: PATEN USB/PS2 Combo Receiver as /class/input/input1
[17179577.464000] input: USB HID v1.10 Mouse [PATEN USB/PS2 Combo Receiver] on usb-0000:00:1d.0-1
[17179577.464000] usbcore: registered new driver usbhid
[17179577.464000] drivers/usb/input/hid-core.c: v2.6:USB HID core driver
[17179577.700000] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00e01800034a5508]
[17179590.852000] ts: Compaq touchscreen protocol output
[17179593.652000] Linux agpgart interface v0.101 (c) Dave Jones
[17179593.676000] agpgart: Detected an Intel 915GM Chipset.
[17179593.676000] agpgart: Detected 16124K stolen memory.
[17179593.896000] agpgart: AGP aperture is 256M @ 0xd0000000
[17179594.828000] hw_random: RNG not detected
[17179594.832000] input: PC Speaker as /class/input/input2
[17179595.152000] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 201
[17179595.152000] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[17179595.660000] Synaptics Touchpad, model: 1, fw: 5.9, id: 0x926eb1, caps: 0xa0471b/0x0
[17179595.708000] input: SynPS/2 Synaptics TouchPad as /class/input/input3
[17179595.836000] Real Time Clock Driver v1.12
[17179596.292000] ACPI: PCI Interrupt 0000:01:01.0[A] -> GSI 17 (level, low) -> IRQ 169
[17179596.292000] Yenta: CardBus bridge found at 0000:01:01.0 [1043:1117]
[17179596.312000] 8139too Fast Ethernet driver 0.9.27
[17179596.312000] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 20 (level, low) -> IRQ 209
[17179596.312000] eth0: RealTek RTL8139 at 0xf89fec00, 00:15:f2:a1:e7:8d, IRQ 209
[17179596.312000] eth0:  Identified 8139 chip type 'RTL-8100B/8139D'
[17179596.316000] sdhci: Secure Digital Host Controller Interface driver, 0.10
[17179596.316000] sdhci: Copyright(c) Pierre Ossman
[17179596.420000] Yenta: ISA IRQ mask 0x0cb8, PCI irq 169
[17179596.420000] Socket status: 30000006
[17179596.420000] Yenta: Raising subordinate bus# of parent bus (#01) from #02 to #05
[17179596.420000] pcmcia: parent PCI bridge I/O window: 0xd000 - 0xdfff
[17179596.420000] cs: IO port probe 0xd000-0xdfff: clean.
[17179596.420000] pcmcia: parent PCI bridge Memory window: 0xfe800000 - 0xfe8fffff
[17179596.420000] pcmcia: parent PCI bridge Memory window: 0x40000000 - 0x41ffffff
[17179596.448000] ACPI: PCI Interrupt 0000:01:01.2[C] -> GSI 19 (level, low) -> IRQ 193
[17179596.496000] sdhci: ============== REGISTER DUMP ==============
[17179596.496000] sdhci: Sys addr: 0x00000000 | Version:  0x00000200
[17179596.496000] sdhci: Blk size: 0x00000000 | Blk cnt:  0x00000000
[17179596.496000] sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
[17179596.496000] sdhci: Present:  0x01fa0000 | Host ctl: 0x00000000
[17179596.496000] sdhci: Power:    0x00000000 | Blk gap:  0x00000000
[17179596.496000] sdhci: Walk up:  0x00000000 | Clock:    0x00000000
[17179596.496000] sdhci: Timeout:  0x0000000e | Int stat: 0x00000000
[17179596.496000] sdhci: Int enab: 0xe1ff00cf | Sig enab: 0xe1ff00cf
[17179596.496000] sdhci: AC12 err: 0x00000000 | Slot int: 0x00000000
[17179596.496000] sdhci: Caps:     0x018021a1 | Max curr: 0x00000040
[17179596.496000] sdhci: ===========================================
[17179596.548000] mmc0: SDHCI at 0xfe8fe800 irq 193 DMA
[17179596.548000] 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
[17179597.456000] cs: IO port probe 0x100-0x3af: excluding 0x170-0x177 0x370-0x377
[17179597.456000] cs: IO port probe 0x3e0-0x4ff: excluding 0x400-0x41f 0x4d0-0x4d7
[17179597.460000] cs: IO port probe 0x820-0x8ff: clean.
[17179597.460000] cs: IO port probe 0xc00-0xcf7: clean.
[17179597.460000] cs: IO port probe 0xa00-0xaff: clean.
[17179598.096000] lp: driver loaded but no devices found
[17179598.184000] SCSI subsystem initialized
[17179598.196000] sbp2: $Rev: 1306 $ Ben Collins
[17179598.196000] ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
[17179598.196000] ieee1394: sbp2: Try serialize_io=0 for better performance
[17179598.304000] Adding 1052248k swap on /dev/hda4.  Priority:-1 extents:1 across:1052248k
[17179598.540000] EXT3 FS on hda6, internal journal
[17179598.784000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[17179598.784000] md: bitmap version 4.39
[17179599.516000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@redhat.com
[17179600.516000] cdrom: open failed.
[17179628.752000] NTFS driver 2.1.25 [Flags: R/O MODULE].
[17179628.824000] NTFS volume version 3.1.
[17179630.356000] ACPI: AC Adapter [AC0] (on-line)
[17179630.376000] ACPI: Battery Slot [BAT0] (battery present)
[17179630.412000] Asus Laptop ACPI Extras version 0.29
[17179630.412000]   no string returned by INIT
[17179630.412000]   trying default values, supply the developers with your DSDT
[17179630.444000] ACPI: Power Button (FF) [PWRF]
[17179630.444000] ACPI: Sleep Button (CM) [SLPB]
[17179630.444000] ACPI: Lid Switch [LID]
[17179630.532000] ibm_acpi: ec object not found
[17179630.560000] pcc_acpi: loading...
[17179630.648000] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[17179630.648000] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[17179636.716000] [drm] Initialized drm 1.0.1 20051102
[17179636.720000] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 201
[17179636.720000] [drm] Initialized i915 1.4.0 20060119 on minor 0
[17179638.572000] ppdev: user-space parallel port driver
[17179639.128000] apm: BIOS not found.
[17179639.596000] Bluetooth: Core ver 2.8
[17179639.596000] NET: Registered protocol family 31
[17179639.596000] Bluetooth: HCI device and connection manager initialized
[17179639.596000] Bluetooth: HCI socket layer initialized
[17179639.612000] Bluetooth: L2CAP ver 2.8
[17179639.612000] Bluetooth: L2CAP socket layer initialized
[17179639.640000] Bluetooth: RFCOMM socket layer initialized
[17179639.640000] Bluetooth: RFCOMM TTY layer initialized
[17179639.640000] Bluetooth: RFCOMM ver 1.7
[17179703.132000] usb 4-3: new high speed USB device using ehci_hcd and address 3
[17179703.544000] idVendor = 0xb05, idProduct = 0x1706
[17179703.544000] INIT bRadio=1
[17179703.544000] usbcore: registered new driver rtusb
[17179703.608000] rausb0 (WE) : Driver using old /proc/net/wireless support, please fix driver !
[17179712.308000] NET: Registered protocol family 10
[17179712.308000] lo: Disabled Privacy Extensions
[17179712.308000] IPv6 over IPv4 tunneling driver
[17179838.176000] RT25usb  Driver version 1.1.0
[17179840.356000] NET: Registered protocol family 17
[17179849.776000] rausb0: no IPv6 routers present
[17179901.608000] eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
[17179912.344000] eth0: no IPv6 routers present
[17180169.680000] eth0: link down
[17180207.356000] eth0: link up, 100Mbps, full-duplex, lpa 0x41E1
grtz,
bas

baszsiejj

  • Gast
Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #515 Gepost op: 2007/02/22, 13:20:54 »
sorry voor die lapn text, ik heb het betreffende deel van de driver eruit gehaald, in de text staat het helemaal onderop, ik heb het hier onder nog eens herhaald:

[17179703.608000] rausb0 (WE) : Driver using old /proc/net/wireless support, please fix driver !grtz,
bas

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #516 Gepost op: 2007/02/22, 13:21:47 »
@baszsiejj :
lsusb -vv verteld ons ook niet veel meer. Maar als je googled op 0b05:1706 dan zie je dat het waarschijnlijk een ralink rt2500 is. (het zou vervelend zijn als je ervanuit gaat dat het een ralink is en uren eraan besteed waarna uiteindelijk blijkt dat ze precies in deze stick een andere chipset hebben gepropt)

Dus we gaan er vanaf nu vanuit dat het een ralink is.

Het installeren van restricted modules kan nooit kwaad (alhoewel je ze voor ralink waarschijnlijk niet nodig hebt) :
$uname -r
en kies een van de volgenden :
$sudo aptitude install linux-386
$sudo aptitude install linux-686
$sudo aptitude install linux-generic

Zet je router op onbeveiligd.

Als je met ndiswrapper hebt gespeeld moet je die stappen ongedaan maken.

Welke versie van Ubuntu draai je ook alweer ?

Probeer eerst even deze module te modproben :

$ sudo modprobe rt2500

Als dit geen error geeft doe ook even :
$sudo depmod

Als modproben geen error gaf kijk je even bij $iwconfig of er al een nieuwe interface is :
$iwconfig

zet de nieuwe interface in je /etc/network/interfaces (vervang ra0 door de naam van je nieuwe interface) :
$gksudo gedit /etc/network/interfaces

auto ra0
iface ra0 inet dhcp
En nu je nieuwe interface even omhoog laten komen (vervang ra0 door de goede naam):
$sudo /etc/init.d/networking restart
$sudo ifdown ra0 && sudo ifup ra0

Als het meezit heb je nu een wireless verbinding.

PS :
we gaan eerst een tijdje klooien met ingebakken drivers voordat we dingen doen als de drivers van ralink halen. Ik had van de week een e-tech geleend met een ralink chipset om te kijken of ik WPA(2) aan de praat kreeg en die kreeg ik ook gewoon met out-of-the-box drivers aan de praat.

baszsiejj

  • Gast
Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #517 Gepost op: 2007/02/22, 13:30:23 »
@ubuntu_demon

ok ik ga er nu naar kijken

hoe weet je btw al die dingen die je moet invoeren in de terminal, echt knap!!

post zo de resultaten.

grtz
bas

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #518 Gepost op: 2007/02/22, 13:30:59 »
Citaat van: baszsiejj
@ubuntu_demon

ik keek even op die link van jou, en voerde $demsg uit, ik keek dit even door en zag dat de verkeerde driver was geinstalleerd, ook zie ik nergens in die $sudo lsusb -vv ralink staan, maar bij de manufactur Labtec staan. voor deze wlan stick heb ik de rt2500 driver geinstalleerd, dus dat is volgens mij het probleem. ik weet het niet zeker maar ik heb wel een sterk vermoeden dat dit zo is, hopen dat labtec in ubuntu wel ondersteund wordt in dat geval...
........
Laten we eerst de asus proberen. En zorg dat je altijd maar 1 van de 2 tegelijk ingeplugd hebt staan.

Als je een driver hebt gedownload van de ralink site of van de rt2x00 site en je hebt deze driver ergens heen gekopieerd maak dit dan ongedaan. Als je een driver hebt overschreven zet dan de oorspronkelijke driver terug (ik hoop dat je een backup hebt gemaakt en anders kun je hem misschien vinden met : $ locate drivername | grep ko )

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #519 Gepost op: 2007/02/22, 13:36:18 »
Citaat van: baszsiejj
@ubuntu_demon

ok ik ga er nu naar kijken

hoe weet je btw al die dingen die je moet invoeren in de terminal, echt knap!!
Kwestie van wat ervaring en logisch nadenken. Ik ben moderator op ubuntuforums. Ik heb sinds oktober een laptop met een intel ipw3945. Voor oktober had ik nog bijna helemaal geen ervaring met wireless.

Ik heb ervaring gekregen met wpasupplicant aangezien mijn universiteit geen instructies voor Linux gebruikers had gegeven. Ik heb toen zelf moeten uitvogelen wat de goede instellingen waren voor een beveiligd netwerk met instellingen die niet heel erg gebruikelijk zijn. (ik had wel een beginnetje gehad met wat instellingen waarmee ik kon gaan stoeien van dennis)

Ik ben deze week actief met zoeken en lezen over wireless omdat ik een wireless kaartje zoek voor de pc van mijn moeder zie : http://forum.ubuntu-nl.org/topic/7419

Ik heb in het kader daarvan dus die e-tech pci kaart kunnen lenen en daar heb ik een paar uurtjes meegespeeld (ralink rt61).

Citaat van: baszsiejj
post zo de resultaten.

grtz
bas
prima. Maak trouwens maar even een nieuwe thread aan en post in deze thread een linkje. Dat lijkt me fijner voor iedereen in deze thread. Dan kun je in je eerste post even alle belangrijke gevonden informatie posten etc.

baszsiejj

  • Gast
Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #520 Gepost op: 2007/02/22, 13:46:25 »
hier de nieuwe url van deze thread:

klik hier

grtz,
bas

Offline mcgyver

  • Lid
Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #521 Gepost op: 2007/02/24, 11:04:03 »
Ik heb Feisty geinstalleerd. Alles gaat vrij goed op 2 dingen na. Eén van die dingen is mijn draadloze netwerkkaart die ik niet goed aan de gang kan krijgen. Na installatie kreeg ik de foutmelding:

Citaat
Network service discovery disabled.  Your current network has a .local domain, which is not recommended and incompatible with the Avahi network service discovery. The service has been disabled
Ik heb een Sitecom wl115, deed het onder Dapper (weet niet meer of ik het met ndiswrapper had gedaan toen, denk het niet)

Citaat
lo        no wireless extensions.

eth0      no wireless extensions.

ra0       RT2500 Wireless  ESSID:"linksys"  
          Mode:Managed  Frequency=2.462 GHz  Access Point: 00:14:BF:A8:E3:89  
          Bit Rate:36 Mb/s   Tx-Power:2 dBm  
          RTS thr:off   Fragment thr:off
          Link Quality=57/100  Signal level=-68 dBm  Noise level:-201 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0
Moet ik ndiswrapper gebruiken en zo ja, heeft iemand een goede link?

(o ja, zeg a.u.b. niet dat Dapper de stabiele LTS diesel....., of Edgy de....  . Ik wil het graag met Feisty proberen

Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #522 Gepost op: 2007/02/24, 11:22:18 »
moet met feisty werken. bij mij werkt ie. geen ndiswrapper gebruiken. installeer alle drivers van ralink als je kan ze staan gewoon in synaptic. verder naar de control manager gaan en daar onder network ales isntellen en zo deed ie het bij mij en doet het nog steeds.
homemade HTPC

baszsiejj

  • Gast
Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #523 Gepost op: 2007/02/24, 12:36:08 »
mcgyver, er zit dus in jou kaartje een ralink rt2500 chipset?

dit heb ik ook, misschien is de driver fout geinstalleerd, probeer de link die ik 2 posts geleden heb gepost, hier alsnog: hier hier staan namelijk een paar regels die je in de terminal moet doen om je wlan adapter aan de praat te krijgen, werkt bij mij ook!

als je je netwerk echter niet kan of onbeveiligd wil zetten, kan je het ook met beveiliging doen, maar dan moet je in $gksudo gedit /etc/network/interfaces bij de regel essid je essid (netwerk naam) invullen, en bij de regel daaronder je wep/wpa key.

succes

een

  • Gast
Draadloos netwerk onder linux (stel hier je draadloze vragen)
« Reactie #524 Gepost op: 2007/02/24, 13:07:25 »
Klein vraagje, ik ben bezig met het configureren van mijn draadloze verbinding, maar hoe kom ik erachter wat mijn essid is?