Support for Conexant chipsets and the HSF driver

Is it possible to add in kernel's PKGBUILD patch http://www.linuxant.com/alsa-driver/als … 19-3.patch for improving support for Conexant chipsets and the HSF driver?

You better file a bug report for it: http://bugs.archlinux.org/
Last edited by Nepherte (2009-04-24 10:06:17)

Similar Messages

  • Unicode support for Nokia 5233 and the like device...

    Hello. I'm just a lurker on the forums but i recently made a switch from my old 6500 slide (Series 40) to a 5233.
    When i got my new device, i wasn't exactly happy due to they (The salesmen) didn't inform me about the lack of 3G compatibility but my bigger problem is lack of Unicode support.
    I cannot browse my Japanese files on my mSD nor can i browse my Japanese forums and sites on my 5233. I've been using my 5600 slide at the moment and was wondering if there is an avaliable language pack, character set pack or font pack?
    Thanks.
    EDIT: Fixed a few typos. Hope anyone can help me.

    You need to visit a Nokia care center for language packs,they may charge a small fee for it.
    If a reply has solved your problem click Accept as solution button, doing it will help others know the solution. Thanks.

  • HT4878 Why is this data chart Timeline multi colored (in About/Storage) and the external drive is only pink?

    1. When viewing the Storage Timeline for my Macbook and the External Drive for the Time Machine backup instead of multi-colored bars the data is only showing a one pink one. Is that because it is all "backup" on the external? 2. Is the discrepancy in size the OS being left out? Thanks.

    Time Machine makes full backups of the hard drive. If you want to change this, you can open System Preferences > Time Machine > Options, and add excluded items. However, I recommend you to keep backing up the whole drive, so you will be able to restore the whole backup in case of a hard disk failure

  • JDBC Thin Driver Support for Data Encryption and Integrity

    Hello JDev Team,
    I am trying to implement JDBC Thin Driver Support for Data Encryption and Integrity.
    It works fine with java.sql.Connection and java.util.Properties like in the following code:
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    Properties props = new Properties();
    int level = AnoServices.REQUIRED;
    props.put("oracle.net.encryption_client", Service.getLevelString(level));
    props.put("oracle.net.encryption_types_client", "( RC4_40 )");
    props.put("oracle.net.crypto_checksum_client",Service.getLevelString(level));
    props.put("oracle.net.crypto_checksum_types_client", "( MD5 )");
    Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@localhost:1521:main", props);
    etc...
    But I am developing an application with InfoSwing components and it has a different way to connect to Oracle database using oracle.dacf.dataset.connections.Connection, like this:
    sessionInfo1.setAppModuleInfo(new ModuleInfo("bc", "BcModule"));
    sessionInfo1.setConnectionInfo(new LocalConnection("JDBCThin"));
    sessionInfo1.publishSession();
    My question is:
    Is there any way to implement DataEncryption and Integrity into this type of connection?
    Thanks a lot in advance.
    Victor Bykov
    null

    Victor,
    No, you can't do this from DAC, but I've been discussing it with the developer, and we both think this capability would be useful to have, so I've logged it as an enhancement request.
    I do have a question for you. Once you've made the JDBC connection, do you need access to the Connection object afterwards? We're thinking of how the change could be implemented, and one way would be to allow you to pass in a Properties object when creating your own NamedConnection.
    Thanks
    Blaise

  • My Macbook starts up, shows the screen saver, then immediately goes to sleep. I tap the spacebar, it comes back for a second, shows the tool bar and the hard drive icon then immediately "goes to sleep".  This can go on forever, on, sleep, on, sleep.

    My Macbook starts up, shows the screen saver, then immediately goes to sleep. I tap the spacebar, it comes back for a second, shows the tool bar and the hard drive icon then immediately "goes to sleep".  This can go on forever, on, sleep, on, sleep. I can only see the screen for maybe 3-5 seconds; not enough time to do anything. Someone did step on it, so I don't know if the problem is with screen or ??
    Thanks!

    Hello, Juniorjr2. 
    Thank you for visiting Apple Support Communities.
    This sounds like screen curtain may be enabled.  Screen curtain is a feature that allows display privacy.  To disable screen curtain while VoiceOver is enabled, you can three finger triple tap the screen to disable this feature.  You may need to press the home button once in order to process these steps.  If you wish to disable VoiceOver, see the link in the article below.
    iOS: Configuring accessibility features
    http://support.apple.com/kb/HT5018
    If the issue persists, try reaching out to us here. 
    Cheers,
    Jason H. 

  • [SOLVED] Use the nouveafb as framebuffer and the nv driver for Xorg

    Hi! I'm using Arch on a JAMMA Arcade cabinet (one of those old arcade cabinet) so i need some strange video resolution to suit my needs.
    The best option is a 640x240 @ 60Hz vertical and 15Khz horizontal. Arcade screens must have an horizontal frequency of 15Khz or I'll fry my screen! Luckily i use a card called J-PAC that cut off the video signal if is not 15Khz.
    With Xorg there's no problem if i use the nv driver, using this Modeline do the trick:
    # 640x240x60.00 @ 15.240kHz Perfect screen mode for Xorg
    Modeline "640x240x60.00"  12.192000  640 656 720 800  240 244 248 254  -HSync +VSync
    I've found this modeline using a little program called umc: http://aur.archlinux.org/packages.php?ID=27550
    Instead Xorg crash randomly if I use the same modeline with the nouveau driver, sometimes at startup, other times during the Xorg session. I use some "no edid" options that let me use strange video resolutions but i don't know if this is bothering the nouveau driver or not, surely it isn't bothering the old dear nv driver.
    BUT WAIT!!!!
    The nv driver can be loaded only if the nouveau driver is not loaded!
    So if I use the nv driver for Xorg i lose the nouveafb, and the nouveafb is the only one that works for me 'cause i can't force a non standard video resolution like 640x240@60hz on vesa and uvesafb! At least this is what i've learned from the docs, tell me if i'm wrong: http://git.kernel.org/?p=linux/kernel/g … vesafb.txt
    For now the only thing that make the framebuffer works at 640x240 is this: video=DVI-I-1:640x240@60eMm but this kernel command works only with KMS and the nouveafb.
    So my question is, can i use the nouveau driver for framebuffer only ? and the NV driver for Xorg ?
    Or there is another approach ?
    I remind you that i need a resolution of 640x240 both on the framebuffer and on Xorg, i'm using an old GeForce4 Ti4600 that is supported by nouveau (chip NV20).
    Thank for your patience and your time. 
    Bye for now.
    Last edited by marcs (2011-06-28 12:05:13)

    Hi
    It seems (well for now all is stable)... that now I got a more stable situation loading the nouveau module directly from initramfs.
    I'm guessing that now this is the solution, is the only thing i've changed, now fbsplash works also on start. (yay!)
    For solution documenting, you can do the same doing like this:
    1. edit the /etc/mkinitcpio.conf file with nano, vim or whatever.
    2. Add at the MODULES="" the nouveau module like this: MODULES="nouveau"
    3. Add the modprobe.conf file to the FILES="" line, like this: FILES="/etc/modprode.d/modprobe.conf"
    4. OPTIONAL: If you are using fbsplash like me you must add at the HOOKS also the fbsplash script like this: HOOKS="base udev fbsplash ..." : look here: https://wiki.archlinux.org/index.php/Fbsplash
    5. OPTIONAL: On an arcade cabinet the best text font must be tiniest possible like an 8x8. I'm using cp865-8x8 wich is much better than Agafari-16 that is good for high resolutions. To use this console font as soon as possible you can add also consolefont to the HOOKS like, like this: HOOKS="...[stuff before] consolefont"; look here: https://wiki.archlinux.org/index.php/Fo … fault_font.
    6. Then you must remake the initramfs images doing this: mkinitcpio -p kernel26 (or whatever kernel you wan't to use as a model, i'm using kernel26-fbcondecor).
    To use fbcondecor, you can find the kernel26-fbcondecor package from AUR: http://aur.archlinux.org/packages.php?ID=15603 (please support this package)
    Xorg seems very stable for now. I'm using the nouveafb framebuffer with fbsplash on an old arcade cabinet and that's some fine eye candy man!
    PROBLEM SOLVED!
    BUT WAIT!!!
    I have to know now what's the difference between loading nouveau from initramfs... I don't know if the problem is related to nouveau or KMS or fbcondecor, or fbsplash, or the kernel I'm not so good to know that.
    Now can any kernel guru tell me what is the basic difference by loading a module from initramfs instead making the kernel load it, a part the fact that is loaded a bit earlier from initramfs. There are also difference between memory areas ?
    I'll send a bug report and how to reproduce it, but i guess that my configuration is a bit out of the mainstream...
    Thank to anyone that have taken a look at this post.

  • I have a 1TB external hard drive (NTFS) that has all my files from my old PC, how do I create a partition on it for HFS  without formatting it so that I can use it for Time Machine and the like?

    I have a 1TB external hard drive (NTFS) that has all my files from my old PC, how do I create a partition on it for HFS  without formatting it so that I can use it for Time Machine and the like?

    There aren't any 3rd party apps or anything. I use PC's and Mac's at school and the only computer connected to a printer at my house is a PC so i need access to both

  • On my ipad mini, when I delete an email from the inbox (and it goes into Trash), it immediately deletes that email from the server (ATT/Yahoo).  I've called support for both ATT and Apple and can't find a way to have the emails remain on the server.

    On my iPad Mini, when I delete an email from the inbox (and it goes into Trash), it immediately deletes that email from the server (ATT/Yahoo).  I've called support for both ATT and Apple and can't find a way to have the emails remain on the server. 
    My husband and I share an email address and if he misses a day checking email on his notebook, he doesn't receive the items that I have sent to Trash on my iPad Mini.
    Appreciate suggestions.
    [The curious thing is, if I "move" the deleted emails from Trash on my iPad Mini into the Inbox, I can go to my notebook, open my online email and they are back in my ATT/Yahoo Inbox.]

    Is your Yahoo account set up as POP3 or IMAP?

  • I had a brand new Mac book pro one month old and the hard drive died. Right before it died I was down loading pictures off a memory card and now they aren't on my memory card! They are wedding pictures I took for a friend and irreplaceable! Please help!!

    I had a one month old Mac book pro and the hard drive fried! I was down loading a friends wedding pictures when it stopped working and started heating up. I plugged it in and turned it off as it was making a clicking noise. When I turned it back on the was a grey box with a question mark and nothing else. When I took my memory card out the pictures were gone. I took it back to best buy where I bought it and they said it was dead, needed a new hard drive and all my info is lost! Is there any way to get back those irreplaceable wedding pictures?

    There are some data recovery programs (software). I would look into that for the images on the card. When files are deleted, the files are still there, just the headers are removed. That being said, a format of the card or new files written to the card can overwrite deleted files.
    The physical hard drive could be thousands of dollars to forensically save, with no guarantee.

  • I have an older iMac 5,1 and the disc drive no longer works. I was hoping that I could the Apple USB super drive as a replacement, but the info on the super drive page says compatible with iMac 2012 or later. Does anyone know why it would not work for me?

    I have an older iMac 5,1 and the disc drive no longer works. I was hoping that I could the Apple USB super drive as a replacement, but the info on the super drive page says compatible with iMac 2012 or later. Does anyone know why it would not work for me?

    A reply to similar question (Q & As , in product page Apple Store) says:
    "...dissable the internal reader hardware from devices setup. Then plug the external usb superdrive and that's it."  Answered by Enrique T from Lima Oct  25 2013.
    If you can locate an external Apple USB 'Air" superdrive for earlier model MacBook Air, that should work. The newer one for the Air is the same as for iMac, now.
    You may be able to use other brands of external USB optical drive with your older intel-based iMac, as some of them function capably. A few should also be able to see system discs or other bootable utilities on DVD.
    Hopefully this helps.
    Good luck & happy computing!

  • Our iMac (intel, 11.2) freezes up when using Time Machine for Back Ups.  We have 16GB of RAM and the BU drive is 1 TB on firewire.

    Our iMac (intel, 11.2) freezes up when using Time Machine for Back Ups.  We have 16GB of RAM and the BU drive is 1 TB on firewire.

    See Pondini's TM FAQs for starters.

  • HT3986 I have a pc that is one year old and the hard drive is crashing we use it only for quick books to run our small business I would like to buy amac and install the OS  forom the pc to the apple product i will not use the pc after can i use the OS off

    I have a pc that is one year old and the hard drive is crashing we use it only for quick books to run our small business I would like to buy a macmini and install the OS  from the pc to the apple product i will not use the pc after, can i use the OS off the pc or do I have to purchase another?

    I think you can get Windows 7 for around $99. Install the 64bit version as the 32bit version will not be able to use all your new computer's ram if you have more than about 3.5gb.
    Back up your quick books data now before the old hard drive dies. You can copy your data over to your new installation of Windows and quick books.
    By the way, there is quick books for Mac http://quickbooks.intuit.com/mac/?sc=BNR-000-COR-quickbooks&priorityCode=4902000 000&cid=ppc_google_QB-Intuit-Core-Brand-Mac_quick-books-for-mac_exact&site=&ad_i d=9347918288&raw_keyword=quick%20books%20for%20mac
    So you may not need to install Windows at all.

  • Can anybody explain what is support for ADF Project and to solve the Issues

    Hi,
    I am new to ADF and i am currently associated to ADF Support Project.
    Can anybody explain what is support for ADF Project and to solve the Issues when the ADF Project is in Live.
    we are getting the Tickets for the Issues.
    Thanks in advance.

    I agree with Timo.
    It depends on the size of the project, user base, technologies, etc. We use lot of technologies in fusion middleware stack. We get tickets in many areas.
    In your case, it could be anything like user training issues (user may not know how to use the some system features), browser issues like blank screen, bugs in code like JBO errors (failed to validate, another user has changed row, failed to lock the record, NullPointerException, IllegalArgumentException etc), business logic issues, page may not render properly, performance issues, partial commit issues, application server issues, authentication issues. If you use web services you might get web services related problems.

  • We are getting ready to purchase the new iMac 27" and would like to know which is best for watching streaming video, the fusion drive or the more expensive flash drive only

    We are getting ready to purchase the new imac 27" and would like to know which is the best configuration for watching streaming video, the fusion drive or the more expensive flash drive.  We will have a fast fiberoptic internet connection.

    the harddisk speed mean nothing when it comes to streaming video from the internet
    even the fastests internet using fiberoptics is still much slower then the slowests harddisk you can buy

  • Will there be support for Adobe Ideas with the Adobe Ink and Slide?

    Will there be support for Adobe Ideas with the Adobe Ink and Slide?

    We're working on an update to Ideas to add support for Ink & Slide.  Stay tuned for further information as to timing.
    Kim
    Adobe Ideas Team

Maybe you are looking for

  • ITunes Wont open ..help pls

    my itunes wont open keeps giving me a error msg when i try to open i tunes it says "itunes has encountered a problem and needs to close. we are sorry for the inconevnience" gives me the option to debug, sent repot, or dont send...its pisssing me offf

  • Is it possible to drop animated files from edge cc into premier pro cc ?

    is it possible to drop animated files from edge cc into premier pro cc ?

  • Performance q: decls in loops

    Performance question: declarations in loops I'm wondering if there is any performance difference in the following two scenarios, discounting any special exceptions for special optimizing compilers etc -- just imagine a generic situation with the foll

  • Cannot control size of adjustment brush in Lightroom 5 Develop mode

    Whenever I click on the adjustment brush tool in Develop mode, its circle of influence automatically expands to the maximum diameter. Even when I try to contain the dimensions of the circle via the LR5's size slider or left bracket key, the adjustmen

  • About classes and Inheritance

    hi every one, i want use class with object in data block and i want know how i can use inheritance with objects. becouse i have interview in this two subjects, can any body support my. thanks,,,,,,,