WLAN-NG26 not updated for new kernel

Hi,
I just wanted to post that the current wlan-ng26 package hasnt been compiled for the 2.6.11-7 kernel and it still isnt for the 2.6.11-10 which was released recently. It is pretty important that modules keep working in case of pacman replacing the kernel. And it is also - especially for a distro like arch - very important that the internet connection keeps working.
Well, I tried to upgrade that package myself but didnt have any luck. Maybe somebody could do this - Somebody smarter than me 
Anyway - I love arch - I just moved totally after already having tried it a year ago!

Hi nagoola,
Please inform the maintainer of wlan-ng26 so he knows.  ([email protected])
Thanks.

Similar Messages

  • Form on screen, not updating for new data on inputstream

    I'm writing a j2me midlet that will initiate a bluetooth connection to another device. I have been able to set up the inputstreams and outputstreams and send some data between the two devices using serial port emulation.
    The following is the code for this part of the program:
    ServiceRecord s = (ServiceRecord) serviceVector.elementAt(a);
            int data[] = new int[10000];
            InputStream in = null;
            OutputStream out = null;
            Form dataForm = new Form("Data");
            dataForm.addCommand(exitCommand);
            dataForm.addCommand(backCommand);
            dataForm.setCommandListener(this);
            display.setCurrent(dataForm);
            try {
                StreamConnection conn = null;
                String url = null;
                try {
                    url = s.getConnectionURL(ServiceRecord.NOAUTHENTICATE_NOENCRYPT, false);
                    conn = (StreamConnection) Connector.open(url);
                } catch (IOException e) {
                    System.err.println("Note: can't connect to: " + url);
                in = conn.openDataInputStream();
                out = conn.openDataOutputStream();
                int ch;
                out.flush();
                    while (((ch) = in.read()) != -1) {
                        String aChar = new Character((char)ch).toString();
                        dataForm.append(aChar);
                        dataForm.append("\n");
                conn.close();My problem is that the midlet on the mobile phone will only update its window to display the new screen as a form once the connection has been terminated, that is when the while loop has been broken. Is there a way in which to display the form while the inputstream is waiting for data and then watch the addition of data in real time to the form?
    I am relatively new to java and have searched the forum/ internet for such a problem but have not been able to find a solution. Cheers

    I don't think that is it now that we are into Monday and it still hasn't updated. Anybody else having issues with their text descriptino not updating? What's a good email address to contact apple about the problem. Non of the "contact Us" email addresses seem to fit the description. The [email protected] is a blackhole.

  • [Solved] Init not found for new kernels

    Hello everyone,
    I am experiencing this error message when booting using either the linux-3.7.x or linux-ck-3.8.x kernels. I would investigate towards something being wrong with systemd (i.e. the init= line suggested), but the system boots perfectly fine using linux-lts-3.0.56.1.
    Relevant information I can think of:
    / is ext4, LVM. The lvm -3 update has not been done yet.
    mkinitcpio 0.13.0-1
    I am mostly interested in any direction towards what to investigate -- the fact that there is something wrong with the init not being found, but only for certain kernels, perplexes me.
    Thanks for any help,
    Jan
    (My apologies for the quality.)
    http://i.imgur.com/Tv276ds.jpg
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by Zuiop (2013-03-06 20:35:51)

    /usr is on /.
    Here is what lsinitcpio gives me. They all include /usr/bin/init, and in fact the same init related things.
    ~ /boot for i in initramfs-linux-lts.img initramfs-linux.img initramfs-linux-ck.img ; do
    print $i
    lsinitcpio $i | grep init
    done
    initramfs-linux-lts.img
    ./init
    ./init_functions
    ./usr/bin/init
    ./usr/lib/udev/rules.d/11-dm-initramfs.rules
    ./etc/initrd-release
    initramfs-linux.img
    ./init
    ./init_functions
    ./usr/bin/init
    ./usr/lib/udev/rules.d/11-dm-initramfs.rules
    ./etc/initrd-release
    initramfs-linux-ck.img
    ./init
    ./init_functions
    ./usr/bin/init
    ./usr/lib/udev/rules.d/11-dm-initramfs.rules
    ./etc/initrd-release
    Full output (is there a spoiler tag? couldn't find one)
    http://paste.kde.org/688802/
    Thanks for your continuing help!

  • IWeb Blog- RSS not updated for new Comments?

    Hey gang-
    It appears that Comments added to Blog entries on an iWeb site do not appear in RSS updates to that Blog. Is there any way to make them do that?
    Thanks!
    Dave

    Follow-up post. Strangely, when checking ths RSS feed from IE at work, I see the new posts in the source data of the feed. So this is not an iWeb problem, but probably related to the more general RSS update issues within Safari.

  • HT201077 As of recently any photos I add to a shared photostream will not update for others. Only I can see them. How come others sharing this photo stream are not getting the new photos?

    As of recently any photos I add to a shared photostream will not update for others and I don't see the updated photos on my other devices. Only I can see them from the device that i've posted from. How come others sharing this photostream are no longer getting the new photos? My iphone (the device i'm adding from) shows 20 pictures in this shared photostream and yet 4 other people that I share this photostream album with and my ipad only show 12 photos. For the past week I keep adding photos thinking people will see them but it just won't update the new ones. Any ideas how to fix this?

    You can stop new photos being automatically added to Photostream in iPhoto from iPhoto preferences > Photostream.

  • Windows could not search for new updates after applied June 2014 Windows Updates - Error code 80244004

    After applied June 2014 Windows Updates from Microsoft (Not using WSUS server to obtain WU), our Windows Server 2012 R2 and Windows Server 2008 now getting this error message when we perform the "Check for Updates":
    Windows could not search for new updates.  Error code 80244004. 
    Richard

    Hi Richard,
    Just addition, please refer to following KB to reset Windows Update components and monitor the result.
    How do I reset Windows Update components?
    If didn’t use ESET security software, please also refer to following thread and check if can help you.
    Latest
    version of Windows Update causing error 80244004
    Hope this helps.
    Best regards,
    Justin Gu

  • Issue regarding 0MATERIAL_ATTR  - Attribute not Updated for Some Materials

    Hi All,
    As per requirement, I had enhanced 0MATERIAL_ATTR DS with one customer field MRP Controller.
    After enhancing 0MATERIAL_ATTR, I had made necessary changes in related objects like 0MATERIAL Info Object & related transformation for this new attribute.
    After making changes, when I had done Repair full request for 0MATERIAL_ATTR, newly added attribute had not updated for all material, other attributes were updated correctly but MRP controller had not updated for some records.
    I am confused with why attribute(MRP controller) updated in some Materials & for some materials its not updated.
    I had checked in PSA, data for this added attribute is come in PSA but not updated in data target (0material).
    I had also activated master data by running Attribute change run but still problem persist.
    Please help.
    Regards,
    Divyesh Khambhati

    Hi Venkatesh,
    I had write code in CMOD for MRP controller.
    As data is coming fine till PSA but its not updated in Data Target (0MATERIAL) .
    if I take one example..
    For exp Material XYZ has two entries in PSA table, one is updated during delta load & recent one which come though Repair Full request.
    Now newly adder attribute MRP controller available in recent request of Repair Full but that is blank in case of prior delta update.
    I am confused because MRP controller attribute is updated for some Material but for some material its remain blank.
    please help.
    regards,
    Divyesh Khambhati

  • HT1923 I could not update the new version of itunes.  I uninstalled the previous version, but I cannot get the new version to update on my windows 7 i5 pc..any solutions?  thanks

    I could not update the new version of itunes 11.1.4.
    It told me to uninstall the old version, but I cannot install the new version.
    Any help?/ solutions?
    Thank you

    Hello jasopz,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/ht1926
    Best of luck,
    Mario

  • New E-mail Badge number not updated with new mail in folders (iPhone 4S)

    I setup my exchange e-mail to push certain folders as well as my inbox but only my inbox mail will update the badge number.  If I get mail in a folder the phone just vibrates and shows the notification but the badge is not updated. Seems kind of pointless to have the mail pushed if the badge isn't updated as well. Is there a way to change this or a reason why it is not updating? And yes I have all the options to allow the badge to be shown, also show in notification center, show in lock screen, etc.  It was working with 7.0.3, but after I updated it, I realized it stopped working. Any ideas?

    So i pretty much got ticked at my iphone. Not only was my "sent folder" not updating, the new 2.0 was crashing and hanging all my applications. e-mail photos wont send, got error messesges , at least every application crashed at some point in the last week, even after i did a restore and back-up. SO pretty much i restored to factory out of the box settings and just started as a "new iphone".
    as for the whole "sent folder" not updating. I changed the setting to download "Last 200" messeges. Then i kept updating until all 1,000 messeges were downloaded. After that point my iphone would update whenever i sent new messeges. But it would take forever cause it was checking against a 1,000 e-mails for new ones.... SO i give up, i just dumped all my "sent e-mails" to a new folder called "sent archives" ( u can call it whatever u want). I think this is the easiest fix for now.
    if i get any more issues.. i'm just gonna go restore my phone back to the software rev before 2.0 came out....
    so

  • Standar cost and product cost collector not updating the new price

    Hi,
    Created Standard cost estimate for one FG product and runned the product cost collector. Based on that consumption delivery everthing is made. Later on the work center and activity type changed in routing. Now i am trying to run the standard cost with new activity price (due to work center change) for the current period, system is showing only the previous rate(previous period) and it is not updating the new price becuase of already we have created the product cost collector.
    Can any one give the suggestion for how to update the new price in standard cost as well as new price updation in product cost collector.
    govind.

    Hi
    1. If the original cost estimate was run in the current month - Then you cant re-release cost estimate unless you reverse it from CKR1
    If the cost estimate was of previous months - then you can definetely release it again
    2. In cost collector, you need to manually cost it again using the Preliminary costing feature... Your cost coll will then show 2 cost estimates i.e. One from Original date to current date-1, and 2nd from Current date to 31.12.9999
    br, Ajay M

  • My Mail has frozen - can access my hotmail through Safari but Mail now has a blank rectangle on the screen and the inbox underneath it has not updated for 2 days

    Mail giving problems. Small white rectangular box comes up on screen and inbox underneath has not updated for 2 days.
    I can use Safari to get new messages but, since getting this laptop, when I go to Hotmail via Safari old messages self delete every so often, whereas via Mail messages stay in the inbox unless I actually delete them. Any suggestions?

    Here is a photo of what I see when I tap on the mail icon to open it. It stays there for a second or two and then goes dark. Then I actually have to put my iPad into sleep mode in order to use it again. The app will NOT close no matter what I do, just shutting it down or put it in sleep and then restart  it.
    here is when I tap the mail icon. It looks like an empty page but you will see the format of the mail page. Next photo is what is see after a second. And the last photo is what I see before the iPad locks up or Les blank. I hope this makes things clearer as to what the problem is. Thanks for your help, hope this helps! Diane May.

  • HT1338 Final Cut Pro will not update after new os and compressor will not run until the update is done. System shows no updates available

    Final Cut Pro will not update after new os and compressor will not run until the update is done. System shows no updates available

    Sorry for being unclear.
    When I am using the update in the App Store App, there will be a list of various applications that have updates to be installed (Final Cut Pro will be in this list).  I will already be logged in with the Apple ID I use for everything (my dev account).  I will be able to update all of the other various applications needing updating except for my Final Cut Pro.  When I click the update button next to the FCP update, it will give me an error saying  "This download is not available for this apple ID either because it was bought by a different user or the item was refunded or cancelled"
    I have not had any applications refunded or cancelled and this has only happened since my update to Yosemite.  FCP was working fine until the upgrade.  Is there anything that can be done to fix this?

  • I have a 2006 imac (intel) w osx 10.4.11 and need to update for new ipod touch? software updates says up to date, but itunes requires 10.5 or higher? any solutions?

    i have a 2006 imac (intel) w osx 10.4.11 and need to update for new ipod touch? software updates says up to date, but itunes requires 10.5 or higher? any solutions?

    i have a 2006 imac (intel) w osx 10.4.11  <  Tiger
    It's not just iTunes you need to update...
    You need to upgrade to Leopard v10.5.8 at the very least in order to sync, restore, and backup an iPod touch.
    See iPod touch system requirements here.
    Leopard is available from Amazon here.

  • My new Dell PC running Windows 8 does not recognize my iPad or iPhone. Worked OK for iPhone for months but would not work for new iPad.  I removed /relaoded iTunes and now it won't recognize either iPad or iPhone.

    My new Dell PC running Windows 8 does not recognize my iPad or iPhone. Worked OK for iPhone for months but would not work for new iPad.  I removed /relaoded iTunes and now it won't recognize either iPad or iPhone. Got any suggestions?

    Hi there Lizabethfromaz,
    You may find the troubleshooting steps in the article below helpful.
    iOS: Device not recognized in iTunes for Windows
    http://support.apple.com/kb/ts1538
    -Griff W. 

  • Originating document number not updated for one invoice line item

    Hi,
    We have a invoice document number in which the originating document number is not updated for one of the line items ,this is order related down payment invoice .May be this is due to system inconsistency so is there any SAP note to overcome this problem.
    Best Regards,
    Rohit

    Dear All,
             I found out the problem for not updated in F-04. "While create the receipt document in GL master Open item management maintained box was not checked". It can be found in BSIS table - OI Management'.
             Is there any other way to clear this document.
    Thanks...

Maybe you are looking for

  • Automated Export to CSV Possible?

    HELP My users want to have an Export of all Siebel data to CSV file done EVERYDAY.. Is there a way to automate it?? Instead of me having to request it everyday?

  • How to create a collaboration room from EJB tier.

    Hi. I have created a EJB Stateless Session Beans, and I want to create a room using the API of KM. I have used the code mentioned in this URL: http://help.sap.com/saphelp_nw04s/helpdata/en/7d/c69c42d706c66ae10000000a155106/content.htm It works fine i

  • [solved] Xfce4 unwanted autostarting programs

    I have developed a small irritation with what i believe to be Xfce4. Upon every reboot (or cold start) of my machine. When i log into Xfce4, Chromium and a Terminal window both autostart. Chromium starts minimised and the terminal starts visable in t

  • 10.4.6 disables ViaVoice

    I installed Mac OS 10.4.6 (over 10.4.5) and it disabled IBM ViaVoice. It appears this OS upgrade turns on the built in microphone, which runs concurrently with the external USB microphone, even if the sound input pref are set to the ext mic. If you b

  • Putting songs on an external drive once previously consolidated

    I exported (did the whole consolidation thing) the itunes library to an external drive awhile back. Subsequent to that, I added some more stuff to my library. Because I was a dork, I didn't have the external drive hooked up, so instead of saving the