Find the answer to your Linux question:
Results 1 to 6 of 6
Hi All, I am relatively new to Linux and was wondering if anyone could point me in the right direction with a problem I am having. I have installed Ubuntu ...
  1. #1
    Just Joined!
    Join Date
    Nov 2011
    Location
    Manchester, UK
    Posts
    2

    Ubuntu Wireless Adapter Installation

    Hi All,

    I am relatively new to Linux and was wondering if anyone could point me in the right direction with a problem I am having.

    I have installed Ubuntu 11.10 on a desktop PC and would like to get it connected to the wireless network. We have bought a Edimax EW-7722In PCI card which I have installed.

    The driver is available from the Edimax website and I have compiled it (to the best of my knowledge) using make, make install.

    Looking at the back of the PC, I can see the LED on the card flashing and when I disable the wireless capability in Linux this stops so the OS is clearly communicating on some level with the device.

    If anyone is able to offer me any advice with this problem I would be very grateful. I have attached the WirelessSetup file generated by the diagnostic file provided on this site. Hopefully this will provide some useful information...

    Many thanks in advance
    Attached Files Attached Files

  2. #2
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,946
    Code:
    ============ lspci ============
    00:00.0 Host bridge [0600]: ATI Technologies Inc Radeon Xpress 200 Host Bridge [1002:5a33] (rev 01)
    	Subsystem: ATI Technologies Inc Radeon Xpress 200 Host Bridge [1002:5a33]
    	Kernel modules: ati-agp
    00:01.0 PCI bridge [0604]: ATI Technologies Inc RS480 PCI Bridge [1002:5a3f]
    	Kernel modules: shpchp
    00:11.0 IDE interface [0101]: ATI Technologies Inc IXP SB400 Serial ATA Controller [1002:437a] (rev 80)
    	Subsystem: Micro-Star International Co., Ltd. Device [1462:7173]
    	Kernel driver in use: sata_sil
    	Kernel modules: sata_sil
    00:12.0 IDE interface [0101]: ATI Technologies Inc IXP SB400 Serial ATA Controller [1002:4379] (rev 80)
    	Subsystem: Micro-Star International Co., Ltd. Device [1462:7173]
    	Kernel driver in use: sata_sil
    	Kernel modules: sata_sil
    00:13.0 USB Controller [0c03]: ATI Technologies Inc IXP SB400 USB Host Controller [1002:4374] (rev 80)
    	Subsystem: Micro-Star International Co., Ltd. Device [1462:7173]
    	Kernel driver in use: ohci_hcd
    00:13.1 USB Controller [0c03]: ATI Technologies Inc IXP SB400 USB Host Controller [1002:4375] (rev 80)
    	Subsystem: Micro-Star International Co., Ltd. Device [1462:7173]
    	Kernel driver in use: ohci_hcd
    00:13.2 USB Controller [0c03]: ATI Technologies Inc IXP SB400 USB2 Host Controller [1002:4373] (rev 80)
    	Subsystem: Micro-Star International Co., Ltd. Device [1462:7173]
    	Kernel driver in use: ehci_hcd
    00:14.0 SMBus [0c05]: ATI Technologies Inc IXP SB400 SMBus Controller [1002:4372] (rev 82)
    	Subsystem: Micro-Star International Co., Ltd. Device [1462:7173]
    	Kernel driver in use: piix4_smbus
    	Kernel modules: i2c-piix4
    00:14.1 IDE interface [0101]: ATI Technologies Inc IXP SB400 IDE Controller [1002:4376] (rev 80)
    	Subsystem: Micro-Star International Co., Ltd. Device [1462:7173]
    	Kernel driver in use: pata_atiixp
    	Kernel modules: pata_atiixp
    00:14.2 Audio device [0403]: ATI Technologies Inc IXP SB4x0 High Definition Audio Controller [1002:437b] (rev 01)
    	Subsystem: Micro-Star International Co., Ltd. Device [1462:7173]
    	Kernel driver in use: HDA Intel
    	Kernel modules: snd-hda-intel
    00:14.3 ISA bridge [0601]: ATI Technologies Inc IXP SB400 PCI-ISA Bridge [1002:4377] (rev 80)
    00:14.4 PCI bridge [0604]: ATI Technologies Inc IXP SB400 PCI-PCI Bridge [1002:4371] (rev 80)
    01:05.0 VGA compatible controller [0300]: ATI Technologies Inc RC410 [Radeon Xpress 200] [1002:5a61]
    	Subsystem: Micro-Star International Co., Ltd. Device [1462:7173]
    	Kernel driver in use: radeon
    	Kernel modules: radeon
    02:00.0 Communication controller [0780]: Conexant Systems, Inc. SoftV92 SpeakerPhone SoftRing Modem with SmartSP [14f1:2f30] (rev 01)
    	Subsystem: Conexant Systems, Inc. Device [14f1:205d]
    02:01.0 Network controller [0280]: Ralink corp. Device [1814:3062]
    	Subsystem: Edimax Computer Co. Device [1432:7722]
    	Kernel driver in use: rt2800pci
    	Kernel modules: rt3562sta, rt2800pci
    02:03.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ [10ec:8139] (rev 10)
    	Subsystem: Micro-Star International Co., Ltd. Device [1462:173c]
    	Kernel driver in use: 8139too
    	Kernel modules: 8139too, 8139cp
    
    ============ lsusb ============
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 001 Device 003: ID 058f:6387 Alcor Micro Corp. Transcend JetFlash Flash Drive
    Bus 002 Device 002: ID 046d:c03e Logitech, Inc. Premium Optical Wheel Mouse (M-BT58)
    
    ============ lsmod ============
    Module                  Size  Used by
    nls_iso8859_1          12617  1 
    nls_cp437              12751  1 
    vfat                   17308  1 
    fat                    55577  1 vfat
    bnep                   17923  2 
    rfcomm                 38408  0 
    bluetooth             148839  10 bnep,rfcomm
    ppdev                  12849  0 
    snd_hda_codec_realtek   254125  1 
    snd_hda_intel          24262  2 
    snd_hda_codec          91754  2 snd_hda_codec_realtek,snd_hda_intel
    snd_hwdep              13276  1 snd_hda_codec
    snd_pcm                80468  2 snd_hda_intel,snd_hda_codec
    rt3562sta             814931  0 
    snd_seq_midi           13132  0 
    snd_rawmidi            25241  1 snd_seq_midi
    snd_seq_midi_event     14475  1 snd_seq_midi
    arc4                   12473  2 
    rt2800pci              18340  0 
    snd_seq                51567  2 snd_seq_midi,snd_seq_midi_event
    rt2800lib              48717  1 rt2800pci
    crc_ccitt              12595  1 rt2800lib
    rt2x00pci              14202  1 rt2800pci
    rt2x00lib              48114  3 rt2800pci,rt2800lib,rt2x00pci
    snd_timer              28932  2 snd_pcm,snd_seq
    mac80211              272785  3 rt2800lib,rt2x00pci,rt2x00lib
    snd_seq_device         14172  3 snd_seq_midi,snd_rawmidi,snd_seq
    radeon                925020  3 
    cfg80211              172392  2 rt2x00lib,mac80211
    snd                    55902  13 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
    eeprom_93cx6           12653  1 rt2800pci
    soundcore              12600  1 snd
    i2c_piix4              13093  0 
    snd_page_alloc         14115  2 snd_hda_intel,snd_pcm
    ttm                    65224  1 radeon
    drm_kms_helper         32889  1 radeon
    binfmt_misc            17292  1 
    drm                   192226  5 radeon,ttm,drm_kms_helper
    parport_pc             32114  1 
    i2c_algo_bit           13199  1 radeon
    shpchp                 32356  0 
    ati_agp                13242  0 
    lp                     17455  0 
    parport                40930  3 ppdev,parport_pc,lp
    usbhid                 41905  0 
    8139too                23283  0 
    usb_storage            44173  1 
    hid                    77367  1 usbhid
    uas                    17699  0 
    8139cp                 22636  0 
    floppy                 60310  0 
    pata_atiixp            12967  2 
    sata_sil               13278  0 
    
    ============ dmesg-firmware ============
    
    ============ kernel version ============
    3.0.0-12-generic
    
    ============ ifconfig ============
    eth0      Link encap:Ethernet  HWaddr 00:16:17:19:4e:92  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
              Interrupt:23 Base address:0x6800 
    
    lo        Link encap:Local Loopback  
              inet addr:127.0.0.1  Mask:255.0.0.0
              inet6 addr: ::1/128 Scope:Host
              UP LOOPBACK RUNNING  MTU:16436  Metric:1
              RX packets:96 errors:0 dropped:0 overruns:0 frame:0
              TX packets:96 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:0 
              RX bytes:7584 (7.5 KB)  TX bytes:7584 (7.5 KB)
    
    wlan0     Link encap:Ethernet  HWaddr 00:1f:1f:b8:b8:8b  
              UP BROADCAST MULTICAST  MTU:1500  Metric:1
              RX packets:0 errors:0 dropped:0 overruns:0 frame:0
              TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000 
              RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
    
    
    ============ iwconfig ============
    wlan0     IEEE 802.11bgn  ESSID:off/any  
              Mode:Managed  Access Point: Not-Associated   Tx-Power=20 dBm   
              Retry  long limit:7   RTS thr:off   Fragment thr:off
              Power Management:off
    Did this because it is easier to read than going back and forth in Geany.

    wlan0 (which is your wireless interface) is showing up in iwconfig and ifconfig. I don't run Ubuntu 11.10 so someone else will have to tell you how to connect with Ubuntu 11.10 default network manager.
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

  3. #3
    Just Joined!
    Join Date
    Nov 2008
    Posts
    40

    wireless adapter

    This is a long shot so forgive me if I,am off base. In synaptic I typed in edim and ap-utils came up. with access point support for Edimax WLAN. Give it a read and see what you think. If your like me I would download it and often get lucky. You can always remove it if no help.

  4. #4
    Just Joined!
    Join Date
    Nov 2011
    Location
    Manchester, UK
    Posts
    2
    Thanks for the suggestion wimstock.

    I have had a look at this without success i'm afraid. TBH I think that program is for remote administration of access points using the SNMP protocol whereas what I am actually after is a way to install and configure a driver for a PCI card.

    At the moment, I am unable to say for certain that the card is working. It is entirely possible that the card is faulty. I am going to take it into work with me tomorrow and install it in a Windows PC (something I am a bit more comfortable with!). At least then I will be able to rule faulty hardware out as a cause of the problem.

    Thanks again

  5. #5
    Linux Newbie TaZMAniac's Avatar
    Join Date
    Jan 2009
    Posts
    247
    This page may be of help. Scroll down to the entry for the E-W7722IN.

    https://help.ubuntu.com/community/Ha...orkCardsEdimax

    Supposedly you have to compile the Ralink drivers for RT3062 and blacklist the rt2800 and rt2x00 modules.
    Please note that was tested on Ubuntu 10.10
    Not sure about newer versions.

  6. #6
    Linux Guru rokytnji's Avatar
    Join Date
    Jul 2008
    Location
    Pecos, Texas
    Posts
    2,946
    At the moment, I am unable to say for certain that the card is working.

    PCI ID
    Works Device Driver Kernel that card works in
    18140301 Yes Ralink corp. RT2561/RT61 802.11g PCI rt61pci v2.6.25-

    Supplied info from

    Debian HCL; Debian GNU/Linux device driver check & report
    Linux Registered User # 475019
    Lead,Follow, or get the heck out of the way
    AntiX,Puppy,Ubuntu,Windows 7=(cuz of scooters)
    Open CourseWare for Linux Geeks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...