Installing arch, wireless

Ok so I know the first thing after i install arch i will need internet, and my only connection is a linksys wmp54gs wireless card which uses the bcmwl5 driver with ndiswrapper. What should i do/download beforehand so i can get this working before i go ahead and install arch.

http://wiki.archlinux.org/index.php/Wireless
You might want to give the b43 driver a try as it seems like they support  more device than ndiswrapper.
Also I suggest that you have your computer pluged into a wired connection while you are download the packages to make wireless work, this will save you much time!

Similar Messages

  • Installing arch on my dad's computer, wireless only

    So I finally convinced my dad to let me install Arch on his comp and wouldnt you know it, its giving me problems.
    the main issue is that he is wireless only (linksys wireless-g with speedboost) and ive never played with wireless with linux.  ive attempted to use bcm43xx but that doesnt work, i tried installing the driver via ndiswrapper but that doesnt work either. <--this is all within the install environment, i havent gotten past configuring the network
    so with that issue unresolved as of now, i downloaded the core cd to see if i couldnt get the basic system up and then fix the wireless post-install, but it wont recognize the cd drive (HL-DT-ST GDR8161B)
    any help?

    It might have to do with grub not being able to find a stage 2, you do have a /boot partition added to the laptop's hdd, which is how it is done normally.
    I'm not sure if grub can access usb drives that it hasn't booted from (to get /boot), then you gotta specify it when you install grub to the mbr with the boot partition mounted:
    grub-install --root-directory=/boot sda
    Now, if that doesn't work, you'd probably have to go with using / making a tiny (20MiB) boot partition (for a single kernel + initrd) somewhere on the laptop's disk (which will work for sure)
    Last edited by vogt (2007-12-02 04:46:18)

  • Possible to install arch on a system with Broadcom wireless?

    My netbook has a broadcom BCM4313 chipset. Kernel module: brcmsmac. The latest arch installer can't properly configure my network and I don't have a wired connection at this location. The system keeps spamming messages like this on the terminal every few seconds:
    ieee80211 phy1: wl_ops_bbs_info_changed: qos enabled: false (implement)
    ieee80211 phy1: brcmsmac: wl_ops_bss_info_changed: disassociated
    ieee80211 phy1: wl_ops_bbs_info_changed: arp filtering: enabled false, count 0 (implement)
    Is it even possible to install arch linux on a system with a broadcom chipset? Or is the kernel too old, should I use another module?
    Thanks for your help!

    treadlefish could you post the wifi info from "lspci -vnn"? Then I can check if we have the same card.
    edit, here is mine:
    03:00.0 Network controller [0280]: Broadcom Corporation BCM4313 802.11b/g/n Wireless LAN Controller [14e4:4727] (rev 01)
    Subsystem: Hewlett-Packard Company Device [103c:1795]
    Flags: bus master, fast devsel, latency 0, IRQ 16
    Memory at f0200000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [40] Power Management version 3
    Capabilities: [58] Vendor Specific Information: Len=78 <?>
    Capabilities: [48] MSI: Enable- Count=1/1 Maskable- 64bit+
    Capabilities: [d0] Express Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [13c] Virtual Channel
    Capabilities: [160] Device Serial Number 00-00-00-00-00-00-00-00
    Capabilities: [16c] Power Budgeting <?>
    Kernel driver in use: wl
    Last edited by Wilco (2012-02-27 22:03:37)

  • Installing Arch with intel wireless (iwlwifi-3945)

    i have tried various times in the past few weeks to install arch with minimal success.  The only time i was able to actually set up a system that would allow me to get to a gui and use the internet was when i had an install of Archie Linux (Live CD)  that i had to chroot with kubuntu to add wireless support.  Needless to say i preferred a cleaner install (especially after having to manually rename the folders, etc. for the repository changes).
    Anyways when arch is loading it makes mention of needing to append the boot image to include intel-wireless.  i was wondering what exactly was involved in doing that.  Because after trying to just install the package ifconfig does not show my wlan device.  Any help is appreciated.  let me know if more info is needed.

    pl2lnce wrote:
    i have tried various times in the past few weeks to install arch with minimal success.  The only time i was able to actually set up a system that would allow me to get to a gui and use the internet was when i had an install of Archie Linux (Live CD)  that i had to chroot with kubuntu to add wireless support.  Needless to say i preferred a cleaner install (especially after having to manually rename the folders, etc. for the repository changes).
    Anyways when arch is loading it makes mention of needing to append the boot image to include intel-wireless.  i was wondering what exactly was involved in doing that.  Because after trying to just install the package ifconfig does not show my wlan device.  Any help is appreciated.  let me know if more info is needed.
    I have Arch with iwl3945 drivers running here just fine. No tweaks to the cpio image needed.
    I have never heard of this either... You need both the drivers and the firmware. Check dmesg if everything is okay. Ifconfig -a should show a wlan0 device, if not, something went wrong.
    broch wrote:I have HP dv5000t (dualcore) with the same card. Never had any problems with intel 3945. However I am using ipw3945 instead of iwl3945 as the later is still early beta and far from stability, performance of ipw.
    Since 1.1.0 stability is just fine. Throughput is still a problem though. I get like 2.8 MBps with earlier versions, and the 1.1.21 one can hit it too, but mostly it's around 1 MBps . I prefer that to yet another proprietary package though. It's not every day I transfer a few GB to my wired server .
    Last edited by B (2007-11-15 18:12:18)

  • Install arch on emachine laptop

    Hello,
    Here is my problem. I am trying to install arch on an emachines amd64 laptop. The 0.6 install disc boots a working 2.6 kernel from which I can get networking started. If I then install a 2.6 kernel, it freezes loading the kernel at the point where the dmesg says: "NET" Registered protocol family 2". If I install a 2.4 kernel it will boot fine after adding acpi=off and agp=try_unsupported parms. However, I cannot get networking to work with the 2.4 kernel. The modules will load but I will always timeout during network start. I've run network start using bash -x and I am getting the correct parms to dhcpd. It just doesn't want to work. So my question is this. How do I get a 2.6 kernel to boot? I know it will work because install uses it. Is there a way to use the install kernel? Should I try to build a kernel during install and how do I do this?
    Thanks,
    Jason

    Ok, Got the 2.6.3 kernel working. There is an excellent resource here.
    The 3 things which helped me were:
    1.) Using the config file listed on the page linked above as a basic guide.
    2.) Using ext3 as my filesystem.
    3.) Adding "pci=noacpi noapic psmouse.proto=imps" to my kernel boot parms.
    Also on the page linked above there are links to 2 other resources. "thither's page" and a gentoo forum link. Thither's page is worth checking out and the gentoo forum is a long read but provides some background on the problems.
    The link also provides misc patches. I have not tried those yet.
    As far as I know the wireless card does not have working drivers yet and the ati card will not run 3d due to lack of drivers. If I find solutions to either I will post here.
    p.s. Sorry about the OT in the posts above I am the only person I know who can get OT in a dsicussion with themself. 
    Thanks,
    Jason

  • Before I install Arch w/XFCE on my old computer...

    I'm installing Arch on an older computer and I want to keep it kind of lean. The computer is a PIII @ 1Ghz w/512MB RAM, so it isn't old-old; but it's just old enough that I don't want a lot of extra junk, which is precisely why XFCE was my choice of DE.
    I'm doing my homework and read the Arch XFCE wiki and saw a package called "xfce-goodies." What is in that package?
    Also, this computer has a wireless internet connection, so two questions:
    1: Will I be able to connect to the web before I need to install xorg and networkmanager?
    2: Will nm-applet work on the xfce-panel, or will I have to do tricks to get it to work. I know it works in Xubuntu, but that doesn't mean it works in default xfce.

    pogeymanz wrote:Actually, my #1 question was the other way around from how you answered it. I know that I need to be online to get xorg, but I was asking if I will be able to GET online without installing netcfg2/whatever. And now that I think about it, probably not... I will just need to plug into the network for a few hours and then move back to where it belongs I guess.
    A package called wireless_tools is included in the install CD which allows you to use the CLI to configure a wireless network. See the 'connect manually' section in this gentoo wiki article: http://gentoo-wiki.com/HOWTO_Wireless_C … nd_Startup
    AFAIK this should be enough to get your wireless going.
    [edit: Tigrmesh is right, the netcfg package is in core now, so get the new iso's]
    Last edited by dyscoria (2008-03-27 23:39:43)

  • [SOLVED] can't build an AUR package while installing Arch

    So I am nearly there installing Arch for the first time. And I will start with saying that I am really sorry if I missed the answer to my problem but I have had a look around the documentation and the general webz for something regarding this problem and haven't found anything.
    I am trying to set my wireless connection up but I apparently need the AUR b43-firmware package installed for my Broadcom BCM4322 [14e4:432b] to be functional.
    So I follow the documentation to install an AUR package, but I am stuck at the building stage as makepkg does not allow me to build if I am root, and I am root by default while installing/configuring Arch...
    What should I do to build and install that package so I have a wireless connection later on?
    Cheers
    Last edited by chtfn (2015-03-21 14:11:12)

    I am connected to the wired network, and I followed the steps to make it persistent for later, but I just wanted to go through the wireless stuff too to be extra sure I will be able to connect to the Internet later on. As it is the first time I install Arch, I am trying to be extra cautious, and having that security would make me feel more comfortable! Plus, I am keen to learn how to do those things from the command line.
    Isn't there a way to switch to a normal user just for a command, and automatically reverting back to root when that action is finished? Just like sudo but the other way round

  • Install Arch over Mint on laptop

    So I decided to dabble with Arch in Virtualbox and now I've decided that I want to install my .iso of Arch over my Mint partition. So I know there is a tutorial on the wiki on how to make my version into an .iso which shouldn't be an issue for me, but I just want to verify with you folks if I'll be doing this right on my laptop.
    I have 3 partitions right now on a 750GB HDD:
    500(ish)GB Windows 7 partition (sadly, it can't be shrunk anymore)
    15GB to a recovery partition for Windows
    then 100(ish)GB remaining for Linux Mint 16
    My thoughts are to back up any data I want to keep and should I just load up my .iso from a flash drive and install Arch like I would have in a VM? Would cfdisk show all my partitions and give me the chance to just erase my current Linux partition? Not sure how I should go about all of this...or would it be best just to redo the process from scratch? All I have installed really is the base Arch install, alsa, and XFCE.
    EDIT:
    Edited to avoid confusion on my 100GB Linux partition
    Last edited by stratacast1 (2014-01-06 23:00:38)

    karol wrote:You can just use the stock Arch iso.
    How are you expecting to have 2 Linux systems on one partition? I don't recall our wiki saying you could do anything like this :-) Create a new partition, format it and install arch in there.
    Okay I'll do that! I meant to say that I'll be reformatting my Linux Mint partition and putting Arch there instead I could have sworn I read something like that, or at least somewhere on the internet..but either way, I think I'll just do what you said! I think it'd be great to try installing Arch for the 4th time haha! Helps me memorize how to use the OS better!
    Since I'll be running Arch on the actual machine rather than a VM, will I eventually have to install drivers for my wireless NIC? I was thinking I'd install Arch on a wired connection so I didn't have to worry about my slow download speeds

  • Network Install with wireless

    I'm attempting to help a friend install Arch. Network card is BCM4312 (on an ACER laptop), an iwconfig returns with no wireless devices found on lo or eth0, the two interfaces output. We would like to do a network install. The wiki doesn't specify how to deal with iwconfig being unsuccessful; is there anything to do, or should we plug an ethernet cable in and install, then configure wireless with drivers post install (and would that work)?

    sorry, yeah setting up the wireless once the initial install is done shouldn't be a problem.  I believe my old laptop had the same wireless card, and it wasn't hard to setup at all, i just followed the wireless wiki.  I usually wait to setup the wireless until after the base install.
    Last edited by evr (2009-04-18 01:30:37)

  • Installing Arch without a CD Drive Or Bootable USB

    Hello I have a "legacy" PC that I would like to install Arch on. I would like to know if it is possible to "Mount" the .iso over my home network that is assigned through static IPs and an ethernet switch.
    Then after this would I then be able to share my connection that an XP box on my network is receiving through a Wireless NIC? I looked into network bridging but I have hit a lot of dead ends and sort of gave up on it.
    The first question is not all that vital I could just put a CD Drive in it but I want to do it out of curiosity and a little project. The second is sort of Vital as I could then send intranet to my other PC's and install Arch. Thanks for all your help and my previous experience with Arch has been nothing short of amazing.

    I used PXE to load arch onto an old toshiba portege, worked a charm and it's not as long winded or difficult as it looks
    Good Luck.

  • Installing Arch on Toshiba Satellite L655D

    Okay, so on m other machines, I've had no problem installing arch. But on my laptop I recently bought, I came across one that halted the entire installation process.
    Basically, I go to install arch, and my network drivers are non existant. The only interface on ifconfig -a is the local loopback(lo). I can't show you the whole output of lspci, but I can show you that it recognizes that it is there.
    08:00.0 Ethernet controller: Atheros Communications AR8152 v1.1 Fast Ethernet (rev c1)
    I can't download any updated drivers/proprietary drivers because, well, i have no network interface.
    Any ideas?

    hi  I've not used the same model as you but on other tosh laptops,and other makes  to get many linux distros to find all your hardware ,or even boot in some cases i find you must add "switches" to the end of the boot line in grub,after quiet splash from mem it was noapic on a tosh,,on a packard bell its irqpoll to get it to see the wireless card.im at work now but when i get home i can give you more info if you are still stuck,,,cheers  Theo.

  • Installing Arch on HP 5102

    Hey,
    I'm interested in installing Arch on my HP 5102 netbook. Howerver as far as I know, gigabit Marvell network adapter is not supported out of box which makes, I guess, installing somewhat more tricky.
    What is the easiest way to get either, wired or wireless, adapter working so that the installation could be done?
    Thank you

    https://wiki.archlinux.org/index.php/HP_Mini_5102

  • Questions before I install Arch

    Hi everyone. I decide to try Arch after using Ubuntu for almost a year. After reading the installing guide, I find the wireless network is the big problem. I am using wireless, and I can easily get connected with it by wicd. But installing Arch needs a wireless under command line, so I try that in terminal:
    # ifconfig wlan0 up
    # iwlist wlan0 scan       ( and I see my target wireless network is there)
    # iwconfig wlan0 essid "My_Network" key 0123456789
    # dhclient wlan0
    But it did not work. What I was sure was I managed to connect to this network with this key in Ubuntu Network Manager, or wicd, if using GUI. I later searched for this problem and it seemed that iwconfig recognized the key as hex by default. If using ascii, it should be:
    # iwconfig wlan0 essid "My_Network" key s:0123456789
    But even that I failed too. So I am just wondering how to get a hex key out of it? Is there any algorithm for this...?
    I have downloaded the core version of Arch. But I am wondering if I need the internet by installing X windows and fluxbox, using pacman... If not, I can go directly with it and grab a GUI network manage like wicd and I will have no problems.
    Thank you very much.
    Last edited by shva (2009-04-25 15:51:59)

    Does it post the same error? Try messing about with the different combinations of quotation marks taking them off both the key and network name, and then try with them on both the key and the network name.
    iwconfig wlan0 essid "My_Network" key "0123456789"
    iwconfig wlan0 essid My_Network key 0123456789
    Last edited by jack.mitchell (2009-04-25 17:25:30)

  • Installing arch without network drivers

    I'm trying to use a live cd to install arch on my desktop, however the kernel doesn't have the drivers for my atheros ar8161.
    What would be the easiest way to get my network working so that I can install arch?
    I don't have any wireless adapters or any other wired adapters, but I do have a laptop and a usb to transfer files.

    If you have either experience installing Arch before (the current CLI way) or with the Linux CLI in general, you could always install pacman onto a running system, install the arch boot scripts, and then do it from a working system.  It should be pretty much the same (for the most part).
    Alternatively, I have been told that it is possible to loop mount the iso and chroot into it, then installing to a partition that is mounted into the chrooted iso.  I don't see why this wouldn't work, and then you should be booted from a kernel with the necessary network support.
    In either case, if you have no experience installing a system in the fashion that Arch requires, I would wait.  (Doing a Gentoo installation probably would be adequate experience, since the process is quite similar)

  • Can I install Arch Linux without Internet connection ?

    It sounds noobish but my friends like to know if they can install Arch Linux without Internet connection ?

    mcmillan wrote:
    The core iso should be all you need, just boot off that to start the installation. It's been a while since I did an install, but somewhere along the way it gives you an option to install off the cd or do a net install. You just need to choose the cd installation.
    That being said, all you'll have without internet will be what's on the cd, so you'll be left with a pretty minimal install. If you want to update and install additional software then you'll either need to get the computer temporarily  connected, or download the packages on a different computer and transfer them.
    I am looking to do something similar. I have the core system installed on an older laptop, but I cannot get the wireless working (it has no ethernet). I've tried downloading the libgl packagesfrom a mirror to a thumbdrive, but it's a dependency nightmare. Is there a better way to do this?

Maybe you are looking for