Adding a wireless interface

when i had arch installed before, i had set up my laptop with a wired connection, without trouble. later on, i added a wireless connection (eth1) and i don't recall that being too much of a problem. now, i'm using arch again, on a wired connection, and  i need to add a wireless connection, but i've completely forgotten how i did it before. i've looked at the wireless wiki page and none of it looks at all familiar, and frankly, i don't really understand it either. i have an ipw2200.
here's my current /etc/rc.conf
# /etc/rc.conf - Main Configuration for Arch Linux
# LOCALIZATION
# LOCALE: available languages can be listed with the 'locale -a' command
# HARDWARECLOCK: set to "UTC" or "localtime"
# USEDIRECTISA: use direct I/O requests instead of /dev/rtc for hwclock
# TIMEZONE: timezones are found in /usr/share/zoneinfo
# KEYMAP: keymaps are found in /usr/share/kbd/keymaps
# CONSOLEFONT: found in /usr/share/kbd/consolefonts (only needed for non-US)
# CONSOLEMAP: found in /usr/share/kbd/consoletrans
# USECOLOR: use ANSI color sequences in startup messages
LOCALE="en_US.utf8"
HARDWARECLOCK="UTC"
USEDIRECTISA="yes"
TIMEZONE="US/Eastern"
KEYMAP="us"
CONSOLEFONT=
CONSOLEMAP=
USECOLOR="yes"
# HARDWARE
# MOD_AUTOLOAD: Allow autoloading of modules at boot and when needed
# MOD_BLACKLIST: Prevent udev from loading these modules
# MODULES: Modules to load at boot-up. Prefix with a ! to blacklist.
# NOTE: Use of 'MOD_BLACKLIST' is deprecated. Please use ! in the MODULES array.
MOD_AUTOLOAD="yes"
#MOD_BLACKLIST=() #deprecated
MODULES=(skge ipw2200 snd-mixer-oss snd-pcm-oss snd-hwdep snd-page-alloc snd-pcm snd-timer snd snd-hda-intel soundcore)
# Scan for LVM volume groups at startup, required if you use LVM
USELVM="no"
# NETWORKING
# HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
HOSTNAME="fuscianator"
# Use 'ifconfig -a' or 'ls /sys/class/net/' to see all available interfaces.
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
# DHCP: Set your interface to "dhcp" (eth0="dhcp")
# Wireless: See network profiles below
eth0="dhcp"
INTERFACES=(eth0)
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
gateway="default gw 192.168.0.1"
ROUTES=(!gateway)
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
# Network profiles are found in /etc/network.d
# This now requires the netcfg package
#NETWORKS=(main)
# DAEMONS
# Daemons to start at boot-up (in this order)
# - prefix a daemon with a ! to disable it
# - prefix a daemon with a @ to start it up in the background
DAEMONS=(syslog-ng network netfs crond alsa)

Look again, the wireless wiki tells you exactly what to do. Forget that you did anythin before, just read it as a newbie. To summarise, you have to know which device has wireless extensions by running iwconfig. To do that, you may have to carry out pre-initialising steps like loading firmware or setting up ndiswrapper. After that it's all about finding a way to connect eg. netcfg or wicd.

Similar Messages

  • I recently added a wireless router and now am unable to get to the internet through Firefox.

    When I laucnch Firefox I get the following message: Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
    This problem can sometimes be caused by disabling or refusing to accept
    cookies.
    Do I have to do something else now that I added the wireless router?

    From a previous post:
    Clear the Cookies for the Specific Site or Page you are having the problem connecting to - or if no sites will load, Clear All Cookies: http://support.mozilla.com/en-US/kb/Deleting%20cookies?s=clear+cookies&r=1&as=s

  • Setting wireless interface mode with PRO/Wireless 4965 AGN

    I'm trying to set my laptop's wireless interface to run in Ad-Hoc mode. Currently the interface is in managed mode
    [root@nathan-laptop /]# iwconfig wlan0
    wlan0 IEEE 802.11abgn ESSID:"Farfel"
    Mode:Managed Frequency:2.422 GHz Access Point: 00:1C:F0:B8:4A:3F
    Bit Rate=60 Mb/s Tx-Power=14 dBm
    Retry min limit:7 RTS thr:off Fragment thr=2352 B
    Encryption key:off
    Power Management:off
    Link Quality=100/100 Signal level:-55 dBm Noise level=-95 dBm
    Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
    Tx excessive retries:0 Invalid misc:0 Missed beacon:0
    When trying to change it I get the following error:
    [root@nathan-laptop /]# iwconfig wlan0 mode ad-hoc
    Error for wireless request "Set Mode" (8B06) :
    SET failed on device wlan0 ; Operation not supported.
    To add the the mystery when I boot from an arch live cd I am able to change the wireless interface's mode. I'm using the latest iwlwifi-4965-ucode firmware as well as the iwlagn kernel module.
    Does anybody know what the problem is?

    The problem seems to have resolved itself after updating the kernel.

  • Macbook Pro - no wireless interface

    I have a unibody macbook pro, trying to get the wireless to work but the wiki seems to have brought me to a dead end.
    According to this:
    $ lspci -vnn | grep 14e4
    02:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5764M Gigabit Ethernet PCIe [14e4:1684] (rev 10)
    Subsystem: Broadcom Corporation NetXtreme BCM5764M Gigabit Ethernet PCIe [14e4:1684]
    03:00.0 Network controller [0280]: Broadcom Corporation BCM43224 802.11a/b/g/n [14e4:4353] (rev 01)
    I have a BCM43224, which uses the brcmsmac driver. According to the wiki, this driver is included in the kernel and requires no setup at all.
    But the wireless interface doesn't come up when I do this:
    $ ip link
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether 58:b0:35:fd:07:94 brd ff:ff:ff:ff:ff:ff
    I'm not sure what more I should post, but here's the output from hwdetect:
    $ hwdetect --show-net
    NET : libphy tg3 bluetooth mac80211 rfkill cfg80211
    I don't know what any of those mean, other than bluetooth
    Surely I must be missing something simple if this driver is supposed to "just work", right?

    ankillito wrote:
    And here's the relevant wiki troubleshooting guide that suggests the blacklisting mentioned in the previous post. I mention this because the wiki also says:
    Now, rebuild the initramfs image and everything should work as expected.
    # mkinitcpio -p linux
    So, I did this and it doesn't seem to have worked. The link that karol pointed to says this:
    To see if you were successful, execute
    grep bcma /proc/modules
    If there is no output, then blacklisting was successful.
    But there was output:
    $ grep bcma /proc/modules
    bcma 11198 0 - Live 0xfb5f5000
    So apparently the blacklisting was unsuccessful.

  • Automatically shutdown wireless interface, out of office hours.

    Hi,
    I have a Cisco 870 Wireless-Router.
    I would like to turn the wireless interface off between 9pm and 8am when it's not being used.
    Is there a way this can be done automatically.
    i.e. shutdown 802.11 interface via a routine job (or maybe via .TCL script)
    Any help appreciated.
    Thanks
    Matt

    Hi All,
    I have the answer to my own question.
    (if anyone's interested)
    It can be done ! By disabling the radio interface via EEM configuration.
    thankfully I don't have to configure .tcl scripts.
    ......... here's my config .........
    event manager applet ENABLE-RADIO
    event timer cron name WeekdayStart cron-entry "00 8 * *"
    action 1.0 cli command "enable"
    action 1.1 cli command "configure term"
    action 1.2 cli command "interface Dot11Radio0"
    action 1.3 cli command "no shut"
    event manager applet DISABLE-RADIO
    event timer cron name WeekdayStart cron-entry "00 6 * *"
    action 1.0 cli command "enable"
    action 1.1 cli command "configure term"
    action 1.2 cli command "interface Dot11Radio0"
    action 1.3 cli command "shut"

  • Wireless Interface Enabled?

    I hope someone can help me please...
    When I go to set up the AX I get this message while trying to use the setup assistant. Can someone please tell me what this means? I have a linkys router that works great ith my MacBook Pro. Thanks in advance.
    "This compuer has no wireless interface enabled or Windows is not set up to manage wirless networks on this computer"
    HELP!

    "This compuer has no wireless interface enabled or Windows is not set up to manage wirless networks on this computer"
    That would mean that either this computer does not have wireless capability or it's wireless is turned off. It could also mean that the native WinXP wireless utility has been usurped by a third-party version...for example vendors like Dell will provide a wireless management utility with their wireless-equipped laptops.

  • Shutdown wireless interface via SNMP Write?

    Hi
    We're working on writing a very simple web app to control a couple of access points via SNMP.  I'm trying to shutdown the Wireless interface via SNMP WRITE with the following oid;
    .1.3.6.1.2.1.2.2.1.7.1
    and
    .1.3.6.1.2.1.2.2.1.7.2
    But its saying the integer of '0' is invalid (badValue, wrong type or length).  I'm able to set other values like hostname, etc, so I know my string is correct...can anyone help?  THanks
    Jason

    Hi
    Just found my own answer...the value to shutdown the interface is not 0, it's 2.  durrr
    Thanks
    J

  • I cant find wireless interface changing for networkmanager.

    hi,
    i am noob with archlinux.
    i searched a lot but cant find any solution for networkmanager for updated archlinux
    i looked into wiki and forum
    i found connect with netcfg. but i dont want use it. i want to use networkmanager..
    my problem is my laptop is cannot connect wireless network.
    it can search, but cannot connect
    problem: system is setting wireless interface automaticaly as : wlan0
    but my interface is : wlp2s0
    so with netcfg, i am typing on terminal "wifi-menu wlp2s0" and can connect
    but i cant find a solution for networkmanager
    i looked into conf files in networkmanager but there is no interface settings
    before it is in rc.conf
    i was changing it in rc.conf but it changed you know
    how can i change networkmanager's interface to wlan0 to wlp2s0 ?

    Perhaps this wiki page can help you. The wiki is your friend.

  • How to automatica​lly disable the wireless interface when the LAN interface is connected

    Hi,
    Is there a way to automatically disable the wireless interface when the LAN interface is connected on  R61s and X61s?
    Thank you!

    Hi,
    Thanks for the answer. I'm trying to deploy the profile that I've created on all my laptops. But i'm facing an issue for a while.
    When the profile is deployed on a laptop, Access Connections finds a new ethernet port and asks to assign it a profile. But the problem is that Access Connection don't allow me to assign it to my wired profile, only to my wireless profile and that doesn't make sens to me. Besides, it is written in the dialogue box that ethernet profiles are disable for the match of the new port...
    Is there any way to assign the new port to the new profile without human interaction or just how to make the wired profile available when access connection is launched and find a new ethernet connection
    Thanks in advance!

  • Get Wireless Interface Name/Description

    Hello,
    Here is the code I am using.  I'd like to get the name/description of the Wireless Interface and parse it to get the Wireless protocol (A, B, G, N) being used.
    results = NetworkInfo.networkInfo.findInterfaces();
    for (var i:int =0; i<results.length; i++) {
    ethName = ethName + results[i].name;
    macAddress = macAddress + results[i].hardwareAddress.toString();
    I get this for the name when I run this code:
    E9742B69-3B80-471A-AF41-B38753474834
    Can anyone help me?
    Thanks!

    Hi greg humphrey
    You can down load a osax called XNetwork from here: (down load the binary)
    http://www.lestang.org/article49.html
    place it in:
    Macintosh HD:Library:ScriptingAdditions:XNetwork.osax:
    open up script editor, then file, open dictionary, XNetwork.osax
    this will give you the apple script dictionary for the osax's scripting additions of which their are properties that could be of to help you
    Budgie

  • Wireless interface

    How do I make a wireless interface from any comp to my HP L7650 through my wifi ? 

    Hi,
    Your printer does not have wireless interface and I can't find part/option for it. You can use the following option (given your wireless router has a spare LAN port):
    Please use the following guide to set it up:
        http://www.hp.com/ctg/Manual/c00389927.pdf
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Wicd-cli: how to specify wireless interface wlan0?

    How do you specifiy the wireless interface in wicd-cli?
    In wicd-gtk, you go to Preferences and type wlan0 in the Wireless interface field.
    In wicd-curses, you press uppercase P for Preferences and type wlan0 in the Wireless Interface field.

    This information is available in the Admin guide. Here is one:
    http://www.cisco.com/en/US/docs/switches/lan/csbms/srw2048/administration/guide/SRW-US_v10_UG_A-Web.pdf
    Page 60 is the one you want here.
    Here is another:
    http://www.cisco.com/en/US/docs/switches/lan/csbms/srw2024p/administration/guide/SRW2024P_User_Guide.pdf
    Page 118 is the one you want here.
    The basic idea is to look on the admin tab and find log or server log sub tab.
    Bill

  • [solved] Wireless interface not showing up -- Eeepc 1000HE

    Edit: for future generations, the fix is to install rfkill, then do "rfkill unblock all". wlan0 should then show up with iwconfig.
    I've followed the Wireless Setup guide as best I could, but it's still not working. ifconfig only sees eth0 and lo.
    The page for my laptop doesn't seem to apply -- it says that wireless works out of the box (it doesn't) and that if it doesn't, the command "ifconfig wlan0 up" should produce "SIOCSIFFLAGS: no such file or directory".
    But for me, it produces "wlan0: unknown interface: No such device"
    I've tried all the drivers that seemed relevant, and ath_pci seems to be the right one; at least, lsmod shows that the module wlan is being used by ath_pci, which I guess is a step in the correct direction. I honestly don't know.
    Did I just stupidly miss a step somewhere, or is something actually wrong?
    Thanks in advance.
    Edit: output of lspci:
    01:00.0 Network controller: Atheros Communications Inc. AR928X Wireless Network Adapter (PCI-Express) (rev 01)
    Last edited by King_Critter (2010-05-06 18:07:44)

    ...awesome. I learn something new every day.
    That fixed it. To everyone who responded: thank you! You guys are awesome. ^_^
    Edit: ok, another problem.
    when I run this:
    iwconfig wlan0 essid "MyEssid" key s:asciikey
    I get:
    Error for wireless request "Set Encode" (8B2A) :
    SET failed on device wlan0; Invalid Argument
    I get quite a few hits on google for the problem, but no solutions that would work for me. One solution is to use Network Manager, but I don't have a gui set up yet, so that's out.
    Edit: Ok, I think I fixed it... I don't have a wireless network around at the moment to test it out, but at least it's now going through the motions. The solution is to use netcfg instead if iwconfig. In /etc/network.d/examples/ there are examples for different network types. Just take the relevant one, copy it up one directory (so it's in /etc/network.d/) alter the details, make sure it's named "wireless" and that the CONNECTION line in the script is also "wireless" (or rather, I think they just need to match).
    Then run netcfg wireless and it'll hopefully work. You may have to be running the net-profiles daemon -- I added that to rc.conf while trying something else out and I don't know if it's actually needed.
    Last edited by King_Critter (2010-05-06 23:12:33)

  • Adding a wireless printer

    I am are trying to add a Canon MP620 wireless printer to our office setup of 2 G5's (non intel) with an airport extreme (the older round type as my avatar) but after installing the printer software and drivers the next step should be to go to the main menu on the airport extreme and select 'ADD WIRELESS CLIENTS' but for some reason this is dimmed and we can proceed no further.
    I have tried adding the printer by turning on the mac address under 'ACCESS' and adding the address here but this does not work either. I have tried every conceivable configuraton in the manual setup of the airport extreme settings with no joy.
    The printer and airport are both 802.11g/b compliant, so no conflict there. I have even taken the printer home and set it up in exactly the same way with my G5 (again non intel) but with a time machine which worked straight away.
    Does anyone know why the 'ADD WIRELESS CLIENTS' should be dimmed?

    Resolved by connecting directly to mac as per Apple's site on connecting a wireless printer. However it took 3 go's before it worked.

  • [solved] hostapd and Assigning IP to Wireless Interface.

    I am using a raspberrypi as a portable WiFi hotspot. This has been working fine until a recent update and I am not sure why it is broken. I have a service that assigns and IP address to the wlan0 interface before hostapd starts:
    [Unit]
    Description=Add static ip for wireless
    Before=hostapd.service
    After=network.service
    [Service]
    Type=oneshot
    ExecStart=/usr/sbin/ip addr add 10.0.0.1/24 dev wlan0 brd + dev wlan0
    [Install]
    WantedBy=multi-user.target
    However, when I get the following when I look at the logs:
    journalctl -u wifi-hostapd.service
    Jan 01 01:00:15 routerpi ip[139]: Cannot find device "wlan0"
    If I run the service manually after booting it starts correctly and wlan0 is assigned an ip address. I am assuming that I am starting the service at the wrong time.
    Last edited by geekinthesticks (2014-03-27 08:29:49)

    Thanks, I found this post which has lots of helpful information. My systemd unit now looks like:
    [Unit]
    Description=Add static ip for wireless
    Before=hostapd.service
    Wants=network.target
    Before=network.target
    BindsTo=sys-subsystem-net-devices-wlan0.device
    After=sys-subsystem-net-devices-wlan0.device
    [Service]
    Type=oneshot
    ExecStart=/usr/sbin/ip addr add 10.0.0.1/24 dev wlan0 brd + dev wlan0
    [Install]
    WantedBy=multi-user.target

Maybe you are looking for