Linux FC4 And Wireless Cheetah Ac-ew3201 Configuration

Discussion in 'Software' started by zillah, 21 Dec 2005.

  1. zillah

    zillah What's a Dremel?

    Joined:
    21 Dec 2005
    Posts:
    15
    Likes Received:
    0
    I have got this wireless card Cheetah Wireless AC-EW3201
    See the figure of this wireless:
    http://www.clubsecurity.com/wireles_catalogue.htm


    I installed every thing ok (I think),,,I restarted PC more than one times,,,I can see IP address have been assgined to wireless crad (eth1),,,but I can not access the web browser!!!!


    [root@localhost ~]# ifconfig eth1
    eth1 Link encap:Ethernet HWaddr 00:40 : C5 : FF : 3F : DC
    inet addr:10.70.73.215 Bcast:10.70.73.255 Mask:255.255.254.0----This has been assigned to wireless card
    inet6 addr: fe80::210:b5ff:fedf:3fdc/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:10 errors:0 dropped:0 overruns:0 frame:0
    TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes : 733 ( 733.0 B ) TX bytes:2741 (2.6 KiB)
    Interrupt:5 Base address:0x2400


    Chipset for the wireless card is :
    [root@localhost ~]# lspci
    00:1f.1 IDE interface: Intel Corporation 82801AA IDE (rev 02)
    00:1f.2 USB Controller: Intel Corporation 82801AA USB (rev 02)
    00:1f.3 SMBus: Intel Corporation 82801AA SMBus (rev 02)
    00:1f.5 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio (rev 02 )
    01:01.0 Network controller: Standard Microsystems Corp [SMC] SMC2602W EZConnect / Addtron AWA-100 / Eumitcom PCI WL11000 (rev 02 )
    01:04.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 7 )


    When I go to System Tools->Internet Configuration Wizard->Screen pops up "Add new Device Type"->Device Type: Wireless connection->Forward->I have these options:

    1- Standard Microsystems Corp (SMS) SMC2602 EZConnect / Addtron AWA------same the above output
    2- ndiswrapper
    3- Other Wireless Card




    Output of :
    [root@localhost ~]# iwconfig -v
    Code:
    iwconfig Wireless-Tools version 28
    Compatible with Wireless Extension v11 to v17.
    Kernel Currently compiled with Wireless Extension v17.
    eth1 Recommend Wireless Extension v11 or later,
    Currently compiled with Wireless Extension v17. 


    The output of /etc/resolv.conf is :
    search localdomain---------------Is this normal ?


    Why cann't I access the internet ?Do I need to do something elase ?
     
  2. pat1

    pat1 What's a Dremel?

    Joined:
    13 Jul 2004
    Posts:
    88
    Likes Received:
    0
    have you set up everything in iwconfig?? like channel, encryption, ssid, etc...
     
  3. zillah

    zillah What's a Dremel?

    Joined:
    21 Dec 2005
    Posts:
    15
    Likes Received:
    0
    Yes
     
  4. pat1

    pat1 What's a Dremel?

    Joined:
    13 Jul 2004
    Posts:
    88
    Likes Received:
    0
    do you get anything regarding the card in dmesg or any logs??
     
  5. zillah

    zillah What's a Dremel?

    Joined:
    21 Dec 2005
    Posts:
    15
    Likes Received:
    0
    Could you please let me know which out you are looking for and I will post to the board.

    because the outpt of dmesg is very long as you know.
     
  6. simon w

    simon w What's a Dremel?

    Joined:
    3 Nov 2003
    Posts:
    1,302
    Likes Received:
    0
    What network are you conencting to? That's an unusual IP address for LAN.

    Are you able to access remote hosts via IP address (ping, traceroute, etc)?
     
  7. trigger

    trigger Procrastinator

    Joined:
    22 Mar 2004
    Posts:
    1,098
    Likes Received:
    31
    Do you have a default route set?

    $ route -n
    $ route add default gw xxx.xxx.xxx.xxx
     
  8. zillah

    zillah What's a Dremel?

    Joined:
    21 Dec 2005
    Posts:
    15
    Likes Received:
    0
    Yes I have got that


    I have configured /etc/resolve.conf,,,,with nameserver and ip addresses,,,,,now it is working.


    Why do I need to configure ip addresses for DNS server (/etc/resolv.conf ) manually while I had enabeled to be obtain automatically ?
     
Tags:

Share This Page