Building Wireless Driver

I wasn't sure exactly where to put this, but I decided since it has to do with idiotic wireless laptop hardware it fit in this forum.
My problem is, I have an ultrabook, the Lenovo Yoga 13. It ships with the Realtek RTL8723au. Most distros I've done fine with, since I have the driver on an external hard drive that I can build pre-installation if needed, or even post-installation. I really want to use Arch, but it turns out that not only do you have to be connected to the Internet to install the system, it doesn't even ship with the 'make' system: to be able to use 'make', I'd have to install it from the package manager. There's just one tiny problem with that. I can't get the package without the driver, and I can't install the driver without the package.
And as brilliantly as these ultrabooks are designed, they don't come with a built-in ethernet port. I could get one by USB, but I'd prefer to work with the base system as much as possible. Besides, I wouldn't mind the experience if I could get it to work, which was the reason I decided to pick up Arch in the first place.
My question is, is there a way I can build my wireless driver without condoning the use of third-party hardware?

I'll c/p what I saw when I was going through it.
[ 1.859114] usbcore: registered new interface driver rtl8723au
[ 1.876146] systemd-udevd[148]: starting version 210
[ 1.884909] usb 3-1.3: new high-speed USB device number 3 using ehci-pci
[ 1.916706] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
[ 1.916713] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 1.916717] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[ 1.916720] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.LPCB.H_EC.GPIO 2 (20131115/utaddress-251)
[ 1.916722] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 1.916723] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
[ 1.916725] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.LPCB.H_EC.GPIO 2 (20131115/utaddress-251)
[ 1.916728] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 2.816491] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4.826065] RTL8723AU: ERROR nolinked power save enter

Similar Messages

  • [SOLVED] Kernel 2.6.38 disables Broadcom Wireless driver

    I installed Arch with kernel26 version 2.6.34 (with same kernel26-headers version), built the module for my broadcom (4312 - broadcom-wl driver), and eventually got wireless internet capability. However, after upgrading the kernel version to 2.6.38, while trying to load my driver I get the error "Module wl not found." Moving the wl.ko module file into the correct directory for the new kernel drivers, I get the message "invalid module format." So I tried rebuilding the module, but I now receive the error "error: implicit declaration of function 'init_MUTEX'" during the build process.
    I have tried downgrading the kernel back to 2.6.34 and I can get wireless after rebuilding the module. But is there is any way right now for me to use the newest kernel26 version AND have my wireless driver working?
    Last edited by MrSpecial (2011-05-06 06:16:52)

    oh, sorry, I forgot to mention that you had to get it from AUR (thought it was obvious, didn't see you post count, you must be relatively new to arch, welcome)
    *Always* use the AUR package if there's one available. It will work most of the time (some of them are outdated and will fail to build).
    *Always* use pacman to install stuff. Personally, I've almost never installed from source. If something is not in AUR or the AUR package does not build, it's always better to write your own PKGBUILD to install stuff. This way you're sure that:
    1) you won't overwrite an existing system (or not system) file
    2) you can uninstall the package completely and cleanly with a pacman -R
    Sticking to that principles, I haven't had to re-install my system for the past 2 years...

  • [SOLVED AGAIN] Wireless Driver for Broadcom BCM4312 (14e4:4315)?

    Hello,
    I've recently switched to Arch after having Ubuntu installed on my laptop for a year. I'm also been an on/off Debian (and Debian-based) user on my main Desktop for the past two years or so. So it comes to no surprise that it's taking me a lot to get used to a brand-new packaging system, much less having to essentially build it from the ground up. But I'm always up for the challenge.
    I switched from Ubuntu (Kubuntu, specifically) because of the problems it's recently been having in regard to speed and performance. Not to mention the constant freezing every hour. My Arch install when along smoothly. I've been running off of a wired connection, but I really need to get my wireless set up. This is my first roadblock.
    In Ubuntu, it was a 'just-worked' kinda think hen it came to my wireless. The only problem that I've ever had with it during the Ubuntu times was when I first installed Ubuntu: they had not yet added in the Broadcom drivers (or, at least, not a compatible one). And so I had to do a bit of research to get it to work. Since then, I've lost track of the Linux development on my particular card.
    But now it doesn't work, and I can't find a way to get it to work. I've looked at various wiki's and forum posts, but I can't seem to find one that's up-to-date.
    Any help?
    Last edited by XtrmGmr99 (2009-04-16 05:55:43)

    Today's the first day I've been able to actually test the installation to see if it actually worked. Sadly, it doesn't seem to have. I've followed the instructiong on the Broadcom 4312 wiki page, and then moved on to the wireless wiki page to set it up.
    Running iwconfig, I can see that the driver enable wireless:
    $ iwconfig
    lo no wireless extensions.
    eth0 IEEE 802.11 Nickname:""
    Access Point: Not-Associated
    Link Quality:5 Signal level:0 Noise level:0
    Rx invalid nwid:0 invalid crypt:0 invalid misc:0
    eth1 no wireless extensions.
    However, running iwlist scan gives an error:
    $ iwlist scan
    lo Interface doesn't support scanning.
    eth0 Interface doesn't support scanning.
    eth1 Interface doesn't support scanning.
    The wiki says that this is likely to be because I haven't installed the firmware? I've added the wl module to /etc/rc.conf, but I haven't changed any other configuration options. For example, I haven't really touched the networking section of the file, except to change eth0 to eth1 (installed the wireless driver switched the interface). Do I need to add eth0 (wireless) to this section? Or do I have to configure network profiles? I'm really new to all these new configuration options, so I don't really know  where to start.
    Here the networking setion of /etc/rc.conf:
    # NETWORKING
    # HOSTNAME: Hostname of machine. Should also be put in /etc/hosts
    HOSTNAME="ryan-laptop"
    # 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
    eth1="dhcp"
    INTERFACES=(eth1)
    # 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)
    I haven't touched any other files...
    I'll continue looking through the wiki.
    Also, I haven't tried KDE4's network manager to see if it has problems yet. I was hoping to take the installation one step at a time and get everything working the way I want it to on the console side before moving to and tweaking the graphical side.
    Last edited by XtrmGmr99 (2009-04-15 16:58:10)

  • How to connect a wireless drive and stream to my stereo through MacBook. I currently have a non apple WiFi network

    I currently have a PC based WiFi network and am about to buy a MacBook Pro. I have 250 gb iTunes library and 100+ gb of photos. What I was going to get is the 120gb MacBook and run an external drive to store the iTunes library and photos. For intensive photographic work I'd directly connect the drive but day to day I'd connect it to the wireless network. What I want to do is to stream my music, from the wireless drive to my stereo
    Will the drive work this way on my existing router - usb2 connected? Or do I need an apple device.  Should I use an airport or Apple TV to connect to the stereo?
    I also want to have the option of streaming from my iPhone.

    Will the drive work this way on my existing router - usb2 connected? Or do I need an apple device.  Should I use an airport or Apple TV to connect to the stereo?
    I also want to have the option of streaming from my iPhone.
    Hard to say when you don't give us a clue what you current router is??
    USB2 is slow.. it is double slow from a network device.. and even slower if that network device doesn't actually have too much CPU power or RAM..
    Even worse is the idea to move the disk from the network to the local external port.. because then format comes into play.. Apple devices can use FAT32.. yuk.. but really want HFS+.. most routers cannot talk HFS+ except apple ones.. they want NTFS or FAT32.. You can see where this is going.. buy two disks.. one for library.. one for a scratch disk .. usb3 will be great.. or thunderbolt even better. And when finished copy your project to the network drive..
    Think carefully about backups.. they are important too.. might be time to invest in a real NAS. Not toy systems with USB.. dangling off them.

  • Cannot find the Realtek Wireless Driver for download

    Dear Users
    I had to do a Toshiba recovery and now can't access the net because i don't have the wireless driver.
    Can anyone help as i don't seem to be able to find the driver online ?
    Hope you can help

    Here you can find all WLan drivers provided by Toshiba:
    http://aps2.toshiba-tro.de/wlan/
    There you can find also the Realtek WLan driver

  • ThinkPad W530 Wireless Driver Not Available for Download

    I have a ThinkPad W530 laptop running Windows 7 Enterprise 64-bit.  Machine type and model = 2438-4CU
    When I go to the driver list on Lenovo's website and click on it to download...it's unavailable...you can't download it.  The release date shows 3/28/13
    Intel Wireless LAN (11abgn, abg, bg) for Windows 7 (64-bit)  version 15.03.1000.1637
    g1w216ww_64.exe
    78.8 MB
    I have also installed Lenovo's System Update and it doesn't list the wireless driver as a download option either.  I have installed all the other drivers found by the System Update tool.
    Am I doing something wrong or is there an issue with this particular driver download.
    Thanks for your help...
    Bill

    You could just grab the latest 15.6.1 off of the Intel site:
    http://downloadcenter.intel.com/Detail_Desc.aspx?D​wnldID=22547
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • Can't update my wireless driver !

    hi all
    my computer is x201i 3249 cbc
    last 2 weeks my computer suffered from blue screen
    after counselling i found out that it is due to my wireless driver's not updated
    http://social.technet.microsoft.com/Forums/en-US/w​7itproperf/thread/781bc689-7bd3-49d1-b208-6a2a4a81​...
    here is the conclusion (after I sent my dmp file to the helper):
    The DRIVER_IRQL_NOT_LESS_OR_EQUAL bug check has a value of 0x000000D1. This indicates that a kernel-mode driver attempted to access pageable memory at a process IRQL that was too high.
    http://msdn.microsoft.com/en-us/library/ff560244(v​=VS.85).aspx
    On every occasion NETwNs32.sys is being shown as the problem.
        Loaded symbol image file: NETwNs32.sys
        Image path: \SystemRoot\system32\DRIVERS\NETwNs32.sys
        Image name: NETwNs32.sys
        Timestamp:        Mon Oct 18 10:20:44 2010 (4CBC116C)
        CheckSum:         006D509B
        ImageSize:        006D5000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    I have looked on the manufacturers website and there is an updated driver for you wireless card :
    http://www-307.ibm.com/pc/support/site.wss/MIGR-70​656.html
    Yours is dated oct 2010 as above so depending on what card it is the newest dates are below:
    Intel WIFI and WIMax 6250 - driver is 17 dec 2010
    Intel Wireless Lan (bg, abg, abgn) - driver is 19 nov 2010 
    Thinkpad 802.11bgn Wireless LAN mini pci express adapter II - driver is 30 nov 2010
    the message mainly says that my driver date is oct 18 and there are newer ones now and i also think it shall be the solution
    so I went to lenove and downloaded this one:
    http://www-307.ibm.com/pc/support/site.wss/documen​t.do?lndocid=MIGR-73611
    we can clearly see that its release date is 2010/11/9
    then here comes the installation and what i want to ask:
    first i uninstalled my older wireless driver using control panel
    then i installed the newer one
    but when i check it in control panel, unfortunately it still shows "driver date: 2010/10/8" which is the same as older one
    no matter what new drivers i intalled, they all showed 10/8 in the control panel whatever the actual release date they have
    so the blue screen just keeps troubling me
    may you tell me what'sthe  reason and the solution?
    put an end to this plz...(a new computer but almost crashs at least once a day)
    thank you all
    Wayne

    http://www-307.ibm.com/pc/support/site.wss/TVSU-UP​DATE.html
    programs, thinkvantage, system update.  if you don't already have it download it from the link and run it. it will give you a list of updated drivers for your system.  don't just download and install all of them at once, do it one at a time and reboot after each one.  if there is one for your bios, do that one first.
    T430u, x301, x200T, x61T, x61, x32, x41T, x40, U160, ThinkPad Tablet 1838-22R, Z500 touch, Yoga Tab 2 Windows 8.1, Yoga Tablet 3 Pro
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    If someone helped you today, pay it forward. Help Someone Else!
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Good book for Building a Driver?

    I'm looking for a book that focuses on JDBC from the point of view that will help with building a driver. How about JDBC API Tutorial and Reference, Third Edition? I would just like one that explains the API in a manner that will help understand how to implement the many methods which need to be subclassed for a Connection, Statement, and ResultSet.
    Any ideas on any good books?

    I have vague recollections that one of the mainstream Java book series had a title on JDBC a few years ago that sold itself as being for driver writers rather than users.
    Presumably it was from either O'Reilly, or the Sun Java series from Addison Wesley, but I 've been wracking my brains but can't remember the title. Unfortunately I didn't buy it whichever it was.
    Any idea what I'm talking about? Did it exist, and if so, did it not live up to its backjacket claims? It would have been JDBC 1.0 oriented if it did exist, but if it's still available (even if not in print) it might make a good starting point.
    Hopefully I'm not talking complete rubbish here...
    Dave.

  • T420s wireless driver problem - after restore/reinstall

    i have a 420s that works fine.
    but something went strange with the wireless after one of the updates, not sure if it was windows or lenovo update.
    in any event, i tried reinstalling the driver, and it stayed broke.  so i rolled back the computer to a week or so earlier.
    this fixed the wireless, but broke a few other applications not lenovo related.
    after manual updates on those programs everything works again.
    so fast forward to today.  i did the lenovo update, and it decided that it needed to update the intel wirless driver package, since it was never installed.  **bleep**?  but i figured how bad could it be, AFTER i set a new restore point, so the only thing that would get restored was the wireless if it went strange on me.
    after the update, wireless broke again.  not entirely sure what was wrong, but it just didnt work right and wouldnt connect or see some known access points.
    question;  what is the proper method to completely deinstall/reinstall the wireless drivers and 'access connections' on this computer so that everything works properly? 
    thanks for any insight
    mark

    hey markgca,
    try uninstalling the wireless driver. let windows install its own generic drivers.
    test again with the generic drivers.
    WW Social Media
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    Have you checked out the Community Knowledgebase yet?!
    How to send a private message? --> Check out this article.

  • HP Pavilion dv6915nr won't boot/turn on and shuts down. no wireless driver, no dvd optical driver.

    HP Pavilion dv6915nr
    is automatically turning off and on every 10 second when I turn on the laptop,
    no HP logo and blank screen. . try everything took out battery, unplug ac, same problem.
    did the power drain, flash the bios . It dont stay on long enough to get to the screen.
    untill i figures that now i have to hold down the ESC key while turn on the PC.
    and now the screen will come on and the HP logo screen appears. but it so lagged and slow.
    i had to press ESC again to see what loaded up on the bios screen.
    AMD turion 64 X2 stepping 2000MHZ ..
    MemClk=333MHZ TCL =5 TRCD=5 TRAS=12 TRP =5
    CPU<-MCP->:LDT =800MHZ LDT with16 bits down and 16 bits up
    3gb ram....passed
    No tpm or Tpm has problem...
    system bios shadowed
    video bios shadowed
    hard drive ....
    keyboard
    Mouse....
    so slow .....
    I waited about 5 mins until the windows slowiy at the microsoft loading .screen..and after that logging screen appears
    everthing started working normally. but there is no wireless driver or Dvd driver been detected.
    I already disassamble laptop apply the thermad compound on the CPU chip and the graphic card .
    the problem still persisted. I had tried everything. unplugged the ram/ dvd driver/
    still the same problem.
    or sometimes, it will fast boot up without any problem but it just
    freeze at the microsoft loading screen. and If i try it on safe mode. it will freeze at the
    crcdisk.sys.
    i did the reinstall the windows,still got this problem.
    Help!
    ,Help? Help?

    Your report shows no TPM or problem with TPM.
    The TPM is located on the mainboard and is also used to
    verify hardware in the system. Thus your DVD drive and wireless
    not showing up.
    The TPM is TRUSTED PLATFORM MODULE.
    Regardless, it is not replaceable, part of the mainboard.
    Unfortunatly, sounds like there is no real fix.
    Sometimes a bad CPU fan will cause this warning, bad TPM,  to be displayed.

  • 15.5.6000.1657/15.5.6.48 Intel Wireless Driver - DO NOT INSTALL with Windows 8

    As the title says
    15.5.6000.1657/15.5.6.48 Intel Wireless driver dated 29/Jan
    Don't install it - it borked my 6300 AGN had to rollback.
    DangerMouse
    Current Machines : T420s/W530/X1CT

    Problem Solved.
    This link gives a good insight into the solution
    http://www.sadjad.net/blog/2012/11/28/windows-8-sh​ared-printer-driver/

  • T420 (4236) - Lenovo Update Retreiver is missing the Intel Wireless Driver Package

    Hi,
    I'm using Lenovo Update Retreiver with ThinInstaller. We got our new model T420 and got everything except the driver for Intel Wireless Driver.
    The new version Power Manager 3.62 is also fail. Missing information and won't install.
    Could you please add it!

    After seeing the above comment, I again tried to update Power Manager on my 3 ThinkPads, without success.
    On my R500 running Windows 7 professional with SP1, Update Retriever (version 4.02.0011) still fails to download the package for Power Manager version 3.62. Of interest here is that when you try to list the details for this package, you still get a blank screen. If you try to bypass Update retriever, and go with System Update (version 4.01.0015) directly,  the update still fails with message "1 package did not download".
    On an R500, running Windows XP SP3, Power Manager (version 1.99j) still fails with similar messages. Update Retriever (version 4.02.0011) still reports "1 update failed to be downloaded" and System Update (version 3.15.0017) still reports "1 package did not download".
    On an R61, running Windows XP SP3, Power Manager (version 1.99j) still fails with similar messages. Update Retriever (version 4.02.0011) still reports "1 update failed to be downloaded" and System Update (version 3.15.0017) still reports "1 package did not download".
    I know that I can update these packages manually, but the point is that System Update and Update Retriever still cannot process this update. I use the update logs within System Update to keep track of what has been installed. Doing the update manually defeats that purpose.
    ThinkPad R61 8932-CTO T8300 2.40 Ghz 3GB RAM Win XP
    ThinkPad R500 2714-CTO P8600 2.40 Ghz 3GB RAM Win XP; Two ThinkPad R500's 2714-CTO T9600 2.80 Ghz 4GB RAM Win 7
    ThinkPad T500 2241-DB9 T9600 2.80 Ghz 4GB RAM Win 7
    ThinkCenter A63 5237-CTO 3GB Ram Win XP; A21m and a pair of 380XD's

  • Thinkpad T500 Wireless Driver Issue in Windows 7

    The subject pretty much says it all.
    I've installed Windows 7 (x64) and everything is working fine with the exception of my internal wireless adapter. I've tried all the Windows 7 drivers provided and also tried the Vista drivers (x64 when applicable). Still nothing. It's (as far as I know) the Thinkpad internal wireless as opposed to any of the Intel ones.
    To rule out a few things, yes I've checked to make sure it's enabled in the BIOS, and I'm certain the wireless switch is on.
    Anyone have any ideas or similar fixes?
    Should it help, my exact model number is: (T500) 2242-CT0

    Hi and welcome to the forum!
    Try this, install the Hotkey Features, do a mandatory reboot, thereafter press Fn-F5 to radio on the wireless device, once that's done install the wireless driver.
    Would be a good idea to check in the BIOS if the card is enabled in there.
    Let us know the outcome.
    Maliha (I don't work for lenovo)
    ThinkPads:- T400[Win 7], T60[Win 7], IBM 240[Win XP]
    IdeaPad: U350
    Apple:- Macbook Air [Snow Leopard]
    Did someone help you today? Compliment them with a Kudos!
    Was your question answered today? Mark it as an Accepted Solution! 
      Lenovo Deutsche Community     Lenovo Comunidad en Español 
    Visit my YouTube Channel

  • Satellite L505-S5966 - problem with wireless driver after switching to windows 7

    Hi,
    I got this laptop in July operating under Vista. I had some problems then with getting my wireless driver to boot properly so it would pick up wireless networks and connect. This seemed like a common problem and I was able to find the solution here and fix it. I switched over to Windows 7 this month, and since then my wireless driver has stopped working again. I guess the driver doesn't boot - it won't pick up wireless, and sometimes when I look it seems like the wireless driver doesn't even exist.
    Can anyone offer me a solution? I'm getting very frustrated.
    Thanks,
    J

    I have the same problem.  Moved the printer from XP to W7 and the colors are not accurate.  It was a great printer under XP.  Did you every get any response?  What did you end up doing?

  • Macbook Wireless Driver Corrupted

    Hi,
    I've got a problem with my macbook's wireless driver. The driver was corrupted back a few months ago. For some reason it started working again after a while so I didn't follow up with the problem. I just updated my OS to 10.4.11 and the driver died again. How can I fix it?
    Mike

    I've managed to fix it. I've extracted a copy of the extension file from the Mac OSX 10.4.9 Combo Update package using "Pacifist" and replaced the current copy in the system library.
    File Location: \System\Library\Extensions\IO80211Family.kext

Maybe you are looking for