Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 14
hi! i am just 2 days old to linux. the first thing i want to do is get to the net. i have my password and my user name and ...
  1. #1
    Just Joined!
    Join Date
    May 2010
    Posts
    22

    getting on the net

    hi! i am just 2 days old to linux. the first thing i want to do is get to the net. i have my password and my user name and my modem and i able to run it on windows 7. please guide me.

  2. #2
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    Hi manish411 and welcome to the forum! We need a lot more info on what you have there. Are you trying to get connected via wireless or wired? Is the modem a dial up phone type modem or high speed internet cable, dsl etc.? Is the modem a modem/router? Is it a wireless modem? Or are you connected by wire from your computer directly to the modem? Which distro are you running?
    Linux Mint + IceWM Registered:#371367 New Members: click here

  3. #3
    Just Joined!
    Join Date
    May 2010
    Posts
    22
    i m using redhatenterprise.trying to connect via wireless.i have a wireless modem.dsl

  4. #4
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    See the Linuxforums wireless guide created by waterhead. It will get you started in the right direction. After following though with it, feel free to post back any questions.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  5. #5
    Just Joined!
    Join Date
    May 2010
    Posts
    22
    i tried all the commands of which only <lspci> worked- the output is[root@localhost ~]# lspci
    00:00.0 Host bridge: Intel Corporation Mobile Memory Controller Hub (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation Mobile Integrated Graphics Controller (rev 09)
    00:02.1 Display controller: Intel Corporation Mobile Integrated Graphics Controller (rev 09)
    00:1a.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 (rev 03)
    00:1c.2 PCI bridge: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
    00:1f.0 ISA bridge: Intel Corporation Mobile LPC Controller (rev 03)
    00:1f.2 IDE interface: Intel Corporation Mobile 2 port SATA IDE Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
    00:1f.5 IDE interface: Intel Corporation Mobile 2 port SATA IDE Controller (rev 03)
    00:1f.6 Signal processing controller: Intel Corporation 82801I (ICH9 Family) Thermal Subsystem (rev 03)
    04:00.0 Network controller: Atheros Communications, Inc. Unknown device 002a (rev 01)
    05:00.0 Ethernet controller: Attansic Technology Corp. Unknown device 1063 (rev 01)

  6. #6
    Trusted Penguin Dapper Dan's Avatar
    Join Date
    Oct 2004
    Location
    The Sovereign State of South Carolina
    Posts
    4,562
    I'm assuming your wireless device is Atheros chipset from the second line from the bottom. Open a terminal and become su...
    Code:
    su -
    Then do:
    Code:
    /sbin/modprobe ath5k
    If no errors, open the network configuration utility...
    Code:
    system-config-network
    And configure your device from there. You should see it listed as wlan0.

    If you get an error about ath5k, then try ath9k instead. Since you are using RedHat Enterprise, you can also get support from them if you have paid the license.
    Linux Mint + IceWM Registered:#371367 New Members: click here

  7. #7
    Just Joined!
    Join Date
    May 2010
    Posts
    22
    please can you elaborate about configuring the divice.

  8. #8
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Which part are you haiving trouble with?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  9. #9
    Just Joined!
    Join Date
    May 2010
    Posts
    22
    none of your commands worked. I cannot see my device as wlan0 after system-config-network

  10. #10
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Please try to be a little more specific...what happens when you type the command:
    Code:
    /sbin/modprobe ath5k
    Did nothing happen? This is normal, it means the module loaded with no errors.
    When you run
    Code:
    system-config-network
    Do you see any devices listed at all?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

Page 1 of 2 1 2 LastLast

Posting Permissions

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