[SOLVED] broadcom-wl works during install, but not after.

I have this macbook air which I'm beating into submission, and it has a broadcom wifi chip. I followed the instructions here for the installation and it worked perfectly. After booting into my newly installed system I do the same, but when I do 'modprobe wl' it fails with:
# modprobe --verbose wl
insmod /lib/modules/3.14.5-1-ARCH/extramodules/wl.ko.gz
modprobe: ERROR: could not insert 'wl': Invalid argument
I checked with 'lsmod' and none of the blacklisted modules are loaded. I have no idea how to proceed but it should work since it worked during installation. Any pointers would be greatly appreciated!
EDIT: As  user Namarrgon on irc pointed out, I needed to rebuild the broadcom-wl package. The reason it worked in the live usb and not in the installed system is probably because the installed system had a later kernel than the one on the live usb.
Last edited by l4than-d3vers (2014-06-05 11:31:35)

At least for rt2870sta, it's a retarded bug in Linux that was introduced in 2.6.31 and is still not fixed. It works in the live environment because it has an older kernel.
Kernel 2.6.31 module conflicts
The 2.6.31 kernel caused the rt2870 driver to conflict with other wireless modules. The fix in this thread says that you need to blacklist the rt2800usb rt2x00usb and rt2x00lib modules by modifying the MODULES array in /etc/rc.conf
MODULES=( ... !rt2800usb !rt2x00usb !rt2x00lib ... )

Similar Messages

  • Wireless recognized during install but not after

    Hi guys,
    I just installed Archlinux using my wireless network (i've installed ANYTHING, no drivers, no firmwares). Everything gone fine but after the installation I rebooted my system and... SURPRISE! The system couldn't bring up the wlan0 interface (recognized by ifconfig -a) because of: SIOCSIFFLAGS: No such file or directory
    So after investigating, I found that I need the ralink driver. In fact, I've downloaded it and putted in /lib/firmware
    Now I can bring up my IF but when I use THE SAME wpa_supplicant.conf file used during install, nothing, it doesn't work.
    If you need more details tell me, but first of all... WHY during the install everything went fine and after no?! Is it a bit strange... no?
    Thanks all
    (using Archlinux x64 on Acer 5735z)

    At least for rt2870sta, it's a retarded bug in Linux that was introduced in 2.6.31 and is still not fixed. It works in the live environment because it has an older kernel.
    Kernel 2.6.31 module conflicts
    The 2.6.31 kernel caused the rt2870 driver to conflict with other wireless modules. The fix in this thread says that you need to blacklist the rt2800usb rt2x00usb and rt2x00lib modules by modifying the MODULES array in /etc/rc.conf
    MODULES=( ... !rt2800usb !rt2x00usb !rt2x00lib ... )

  • Flash video works onDreamweaver preview but not after uploaded to site

    Hi,
    I created a page with FW CS3 and opened it with Dream weaver.
    Using Flash CS3 I created some video clips. I then inserted three
    video files to the web page. In DW preview mode I can see the
    videos. I copy the source code and pasted it to the index page of
    my website as well as uploaded all the sit files from my hard drive
    folder to the website. The page comes up but not the videos.

    Search this forum for "FLASH" "UPLOAD". You'll find hundreds
    of answers.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "SERocks" <[email protected]> wrote in
    message
    news:g11qep$n8m$[email protected]..
    > Hi,
    > I created a page with FW CS3 and opened it with Dream
    weaver. Using Flash
    > CS3
    > I created some video clips. I then inserted three video
    files to the web
    > page.
    > In DW preview mode I can see the videos. I copy the
    source code and
    > pasted it
    > to the index page of my website as well as uploaded all
    the sit files
    > from my
    > hard drive folder to the website. The page comes up but
    not the videos.
    >

  • [Solved] Atheros AR8151 working during install,not on installed system

    Hi.
    I need help with Atheros AR 8151 ethernet card.
    Problem is that I installed Arch without problem,and after reboot eth0 is not existing anymore.
    Driver for card is atl1c,and it is loaded.
    Any help will do,thank you in advance.
    # ip link set etho up
    Cannot find device "eth0"
    Last edited by dare023 (2013-01-16 21:28:54)

    It most likely has to do with the change to the new systemd package.
    https://mailman.archlinux.org/pipermail … 24231.html
    If you do an 'ip link' and you see the interfaces other than lo, they will have a different interface name.
    This is a quick fix:
    ln -s /dev/null /etc/udev/rules.d/80-net-name-slot.rules
    This will revert back to the old naming scheme ie: eth0, wlan0, etc
    If this doesn't work, or it isn't the issue, you can just delete the created symlink.
    Last edited by LinuxFun0000 (2013-01-16 19:13:49)

  • [solved] Synaptics Touchpad works in GDM but not in Gnome Session

    Hey,
    i just installed arch x86_64 to a Amilo Pa 3553 Notebook with synaptics touchpad driver.
    It's working in gdm perfectly but after login i cannot click, wether tabbing nor klicking.
    But i can move the coursor.
    Touchpad is recognized in Xorg.log without any errors or warnings.
    Any Idea what went wrong?
    SOLVED
    It was just a check in the gnome touchpad settings at "Mausklick per Touchpad freischalten".
    Sorry, i don't know in english, but it means something like "activate Click per touchpad"
    Last edited by lemondreas (2012-10-01 21:38:38)

    I too am having the same problem. This only seems to happen after I connect to a projector by the VGA port on my Lenovo T500. I use the display port to connect to a 30" apple cinema display and have no issues. Have not had much luck in finding what changes in the gnome config when this problem arises.
    I am looking forward to anyone being able to explain what is actually changing and why. WIll continue to dig into this and post a workaround if I find one.

  • NavigateToURL Works During Testing But Not Once Published

    Trying to create a simply hyperlink in Flash.  Works perfectly during testing.  But when I upload to the net, clicking the link takes me to www.thirdnewhope.com/iamtnh.blogspot.com rather than to just www.iamthn.blogspot.com.  I've tried changing allowscriptaccess to always.  That doesn't work either.  I am stumped :-(
    AS3 code:
    button_1.addEventListener(MouseEvent.CLICK, goClick);
    function goClick(evt:MouseEvent):void {
       var url:String = "http://www.iamtnh.blogspot.com";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req, "_blank");
    HTML code:
    <div id="flashContent">
                <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="400" id="events2013" align="middle">
                    <param name="movie" value="events2013.swf" />
                    <param name="quality" value="high" />
                    <param name="bgcolor" value="#000000" />
                    <param name="play" value="true" />
                    <param name="loop" value="true" />
                    <param name="wmode" value="window" />
                    <param name="scale" value="showall" />
                    <param name="menu" value="true" />
                    <param name="devicefont" value="false" />
                    <param name="salign" value="" />
                    <param name="allowScriptAccess" value="sameDomain" />
                    <!--[if !IE]>-->
                    <object type="application/x-shockwave-flash" data="events2013.swf" width="560" height="400">
                        <param name="movie" value="events2013.swf" />
                        <param name="quality" value="high" />
                        <param name="bgcolor" value="#000000" />
                        <param name="play" value="true" />
                        <param name="loop" value="true" />
                        <param name="wmode" value="window" />
                        <param name="scale" value="showall" />
                        <param name="menu" value="true" />
                        <param name="devicefont" value="false" />
                        <param name="salign" value="" />
                        <param name="allowScriptAccess" value="sameDomain" />
                    <!--<![endif]-->
                        <a href="http://www.adobe.com/go/getflash">
                            <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
                        </a>
                    <!--[if !IE]>-->
                    </object>
                    <!--<![endif]-->
                </object>
            </div>

    WOW!!!  Knew it would be something simple causing so much pain :-)  Thank you kglad!!!

  • [SOLVED] oracle-sqldeveloper working in gnome but not dwm

    Hi,
    Starting oracle-sqldeveloper in dwm produces nothing but a grey window for me. It does however work as expected in gnome.
    Any ideas on why?
    Thanks in advance,
    halhen
    PS
    I'm happy to switch to another tool if there is some good alternative. Required feature is to be able to dump a table to CSV.
    DS
    Last edited by halhen (2009-06-17 11:59:59)

    Found a solution that applies to all Java programs:
    http://codesnippets.joyent.com/posts/show/1499

  • Cannot get Itunes to regonize my Itouch. Have tried all troubleshooting tips with no luck. Use to work just fine but not after installing Windows 7 and itunes 10. tried starting mobile device but get error code 193: Oxc.1. Any help out there?

    cannot start apple mobile device. error code 193: Oxc.1

    Actually my iTunes just started!!!!
    So if anyone else is having this problem, the last thing I tried was copying the QTMovieWin.dll from my C:\Program Files (x86)\Common Files\Apple\Apple Application Support folder to my C:\Program Files (x86)\iTunes folder and started my iTunes Helper.exe
    Hope that can help someone!

  • GPRM Button scripts work in Simulate, but not after burning

    Hello everyone:
    I have a question regarding GPRM-based buttons and scripting menu navigation. My scripts work perfectly in DVD Studio Pro's simulate mode, but after building and formatting a DVD, the scripts do not function properly on a set top box, in Apple DVD Player, or when playing from the Video TS folder. The scripts were based off of a tutorial by Hal MacLean at dvdstudiopro.co.uk.
    Essentially, I have one track which is accessed via a Main Menu or a Chapters Menu. There is an animation that plays at the head of each menu, so menu has a loop point. The user should return to the correct screen, the correct button should be highlighted, and the menu should jump to the loop point. All of these things happen in simulate mode, but after burning, the loop point is ignored: The correct menu and buttons are highlighted, but the menu plays from the beginning. Here is how the project is laid out:
    From the main menu, if the user chooses Play Movie, the following script plays:
    mov GPRM 0, 1
    Jump Feature
    From the main menu, if the user chooses Chapters, the following script plays:
    mov GPRM 0, 0
    Jump Chapters Menu
    Each of the chapter buttons is assigned to the start of a scene. The feature's menu call is assigned to the following script:
    mov GPRM 1, SPRM 8
    div GPRM 1, 1024
    Jump Main Menu(Loop) [GPRM 1] if (GPRM 0 = 1)
    Jump Chapters Menu(Loop) [GPRM 1]
    I was able to make the menus behave properly by writing the scripts this way:
    mov GPRM 1, SPRM 8
    div GPRM 1, 1024
    Jump Main Menu Script [GPRM 1] if (GPRM 0 = 1)
    Jump Chapters Menu Script [GPRM 1]
    Main Menu Script:
    Jump Main Menu(Loop)
    Chapters Menu Script:
    Jump Chapters Menu (Loop)
    But, although the user is returned to the correct menu and the loop point, now only the default button is highlighted.
    Has anyone run into the same issues? Can anyone see any flaws in my scripts, or have any suggests? i would really appreciate any thoughts you all have. Thanks for your time!

    Do you have any pre scripts atached to the menus? I was having the same problems as you and found that pre scripts and GPRMs don't play nice (at least in DSP). Removing the pre scripts solved my issue.
    http://discussions.apple.com/message.jspa?messageID=4643747#4643747
    Good luck!

  • Preloader works in Flash, but not after upload

    Hi all. I'm having problems with a preloader. When I test the
    preloader in Flash (using the simulate download option) it works
    like a charm. I publish and upload the file to the server...and
    when you visit the site, you just get a blank white page until
    everything is loaded. I have included the code. Please
    remember...it works correctly when simulating a download in Flash,
    but it does not work at all after upload. Any ideas?
    Thanks for the help!

    Naw...didn't work. I'm use CS3 and all the preloaders I ever
    did (using the same code) in CS2 worked fine. I'm creating the .swf
    using Actionscript 2.0 (not 3.0). Is there a problem when the
    document gets published with CS3 which would stop the preloader
    from working on the server?

  • HTML Redirect is working in muse but not after publishing... HELP!

    I am setting up a "Coupon code" for a website I work on. I have set up a basic HTML Redirect box. It works properly in Muse but after publish it does not work correctly anymore. I understand the "password/coupon code" is available to find in the page code, and that's OK, thats the way i designed it. Here is the link to the page Ticket Center the coupon code is GOLDEN (all caps). It should redirect to: GOLDEN PROMO CODE Please let me know what i am missing. If it is not possible to use this code with muse after its uploaded, any suggestions would be helpful. Thanks!
    Here is the promo code box code:
    <div class="wrapper">
        <form class="form1" action="ticket-center.html">
            <div class="formtitle">
            </div>
            <div class="input nobottomborder">
                <div class="inputtext">
                    Coupon Code:
                </div>
                <div class="inputcontent">
                    <input type="password" id="password" /><br />
                </div>
            </div>
            <div class="buttons">
    <input class="orangebutton" type="submit" value="Submit" onclick="if (document.getElementById('password').value == 'GOLDEN') location.href = 'promo-1sae452316ad.html'; else alert('Invalid Promo Code! Please try again. CASE MATTERS');" />
            </div>
        </form>
    </div>

    Presuming that I have 13 folders/directories that are
    created by iWeb for each of the 13 'pages' in my
    site, then I assume that to turn off the nav_bar, I
    should paste 'the code' into each of the
    [foldername].js files.
    Is this correct?
    I believe so, yes.
    And to maintain this, I should be prepared to use
    MassReplaceIt (+/-) to refresh this info after
    Publishing to Folder any cosmetic and content
    changes.
    Yes
    Before I do the 'paste', I would like verification
    that:
    1) it is in fact the [filename].js file that is my
    correct choice/target.
    Yes
    2) when viewing the contents of the ...js file, it
    seems like there would need to be some curly braces (
    { whatever ) stuff as well.
    Hmm, I think it's ok just the way Cyclosaurus put it
    document.getElementById('nav_layer').style.opacity = 0; // 0 = nav layer off, 1 = nav layer on.
    But I could be wrong about that.
    3) Does 'the Code' need to be inserted in any
    particular place in the file?
    Don't think so, no, but don't put it in the middle of something, if you know what I mean. The beginning or end would be best.
    4) Today, I will work on moving the Content to the
    Body instead of the NavBar area, but mo betta I could
    just shut off the NavBar function entirely.
    Well if you can do it without editing the js (move the content) then you won't have to keep re-editing after each publish.
    5) Do you like Medium Roast or Dark roast - whole
    bean or ground?
    Hee hee... ALL OF THE ABOVE!!!

  • Titles work in iMovie but not after I export them

    Everything seems to be working normally in my iMovie project but when I export the video, some of the titles are no longer readable (they seem too transparent). When I view the project is full screen mode - it works but once I finalize it and export it, the last few titles get messed up.
    I cannot change the color of the text because I am using the "pixie dust" title (which is only in one color).
    I have tried clearing the cache, closing iMovie, restaring my computer, duplicating the projects and deleting the old ones...
    What else can I do?
    THANK YOU!

    Open it in QuickTime Player. Then press Command-I to open the Inspector.
    Tell us what you see next to the word FORMAT: and also tell us the dimensions.

  • Backlight works on startup but not after further unlocking???

    As above really, turn the phone off and on again and the backlight works fine, leave it to self lock or manually lock it and the backlight will not work again.
    It will flash extremely quickly when I press the home or sleep button then nothing.
    Any help?

    sounds like a hardware failure.  You need to bring your phone into Apple for replacement.

  • Link works in iweb but not after it's published

    It only just started after I added a shape (I made sure to send it backward and whatnot). Anyways, yeah, the link works when I click it in iWeb but refuses to work when it's published. How can I fix this?

    Nevermind. I fixed it.

  • My Keyboard and touch-pad will work during post, but will not work after the os loads?

    I have a G60 and My Keyboard and touch-pad will work during post, but will not work after the os loads? Im running Windows 7, Anyone have any Ideas? I have already tried a hard reset, and safe mode???

    Try pressing the fn key and f2 to reach bios
    or
    try a usb mouse from your desktop
    S70-ABT2N22 Windows 7 Pro & 8.1Pro, C55-A5180 Windows 8.1****Click on White “Kudos” STAR to say thanks!****

Maybe you are looking for

  • How do I sync iPod calendar with iCal?

    Hello everyone, I have just been bought a new iPod touch as a birthday present.  Since I have never had a device that operates like a smart phone before (I know it's not exactly a smart phone), I thought I would begin to use it as a diary, note-taker

  • Stored Procedure VS Preparedstatement

    I have to do different things based on the input values. I can either do that by calling different SQL statements in java based on in input or call the stored procedure where i determine the query to run based on the input the the procedure. I was wo

  • How do I get my apps to save less data?

    I have a iPhone 4S. Recently my apps are storing more data than usual. I have to delete the app, then re-download it. Also, there is memory missing, meaning when I add up the data my iPhone uses, it doesn't calculate to what my iPhone says I have ava

  • How many new tax type and tax code  are created for change in TDS

    Hello Gurus. we are using SAP since more than  one year. now tDS rate is change , so i would like to know How many new tax type  and Tax Code is created in our system and also like to know At what percentage  i will crete that  new tax code. we have

  • External Apple logo shows through to display

    I just returned to my iBook after 5 minutes (the time I have set to have the display turn off) to find that there is the vague outline of the Apple logo (the illuminated one on the outside over of the iBook) showing through to the display. It is a fu