EeePC- SDHC Issues only with Arch

To begin with I have a Eeepc 701 4G and a A-DATA 16GB SDHC Turbo Eee PC Edition card. Whenever I try to install Arch via a usb drive, I get a error on boot that says something along the lines of I/O error with my SDHC card which is listed as /dev/sdc1. Normally I would think this is a defective card or its going bad but Arch is the only distro that gives me this error.  The error is just in the text that scrolls by but it also hangs when trying to partition the SDHC drive To test it out I have installed Mandriva 2008.1 Spring, Ubuntu 7.10/8.04/8.10, Ubuntu-eee, fluxflux-eee, and Forsight Mobile (I have been going crazy trying to find a distro I can live with/ even close to what Arch provides). Each one of them I set the / partition on the internal SSD and the /home partition on the SDHC card. Arch is the only one that gives a error with the SDHC card. I have ran extensive tests in Linux and also windows(sisoft sandra) but everything is fine with the card. The card is supported as it is a "Eee PC Edition Model" http://www.newegg.com/Product/Product.a … 6820211300  I have noticed tha some distros have problem with installing via a usb drive and using /home on a SDHC drive(only Fluxflux-eee) but it is normally a /etc/fstab issue not the I/0.
Any ideals?
THanks
BTW: The card is only 2 weeks old.
Last edited by securitybreach (2008-11-14 07:26:14)

hi guys,
I had a similar bug on my netbook with the Elantech touchpad. I have reported a bug to the maintainer of the Elantech driver and I get a patch that fix it.
description of my bug:
with two fingers above the touchpad, tap alterrnatively with each finger on the touchpad.
- expected behaviour: the cursor does not move.
- actual behaviour: the cursor jumps sometimes to the left or the right.
this only happens when configuring the touchpad with synaptics (by defaults, mine is detected as a mouse)
is your bug the same than mine ?
are you using both the proto=exps option and synaptics ? (I still have the bug in this configuration)
if it is the same bug, I have submited the patched kernel to AUR

Similar Messages

  • Keyboard layout issue only with Windows 7, not Windows 8

    Hello,
    I have a strange behaviour with Remote Desktop on Windows 7. I have a RDS 2012R2 deployment, with TS Gateways, broker and remote desktop collection. I have published a RemoteApp.
    My issue is with the keyboard layout send by the client. My server is in English - Swiss French keyboard.
    With my Windows 8 client, keyboard in "French", the keyboard used in my RemoteApp is correctly set to "French"
    With my Windows 7 client, keyboard in "French", the keyboard used in my RemoteApp is set to "Swiss - French". This is not the correct layout.
    Why under Windows 7 the keyboard layout is not send correctly ? 

    Hi Sebastien,
    Initially please use latest RDP version 8.1 for windows 7 and check the result. 
    If you want the session to use the default keyboard layout stored in the user profile instead of the layout provided by the Remote desktop Server client after the user logs on to the Remote desktop Server computer, you can set the IgnoreRemoteKeyboardLayout
    registry value to 1. After users first connect to the Remote desktop Server computer, configure the default keyboard layout and input language that you want, and then log off. All later user logons will use the default keyboard layout and input language from
    the profile.
    To do so, please perform the following steps: 
    1. On the remote desktop server, click Start, click Run, type regedit, and then click OK.
    2. Locate and then click the following registry subkey:
     HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout
    3. On the Edit menu, click Add Value, and then add the following registry information:
     Value name: IgnoreRemoteKeyboardLayout
    Data type: REG_DWORD
    Value data: 1
    4. Quit Registry Editor.
    After you first connect to the Remote desktop Server computer, configure the default keyboard layout and input language that you want, and then log off. All later user logons will use the default keyboard layout and input language from the profile.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • [SOLVED] Touchpad issues with Eee 900A, only with Arch.

    Hi guys, posting here because I'm having a hard time tracking down this issue.
    I recently aquired an Eee PC 900A, which I have running the 2-09 arch build no prob, but I'm having one massively annoying issue with the touchpad under X.
    Whenever I lift my finger and replace it on the touchpad, at anything but super slow speed (and sometimes even then), the cursor will jump, an in or so back..
    Now I thought this might be a hardware issue, so I've tried booting into different distros (after trying tons of configs  for the synaptics driver in xorg.conf), and this dosen't occur in the Xandros distro that ships with the Eee, or in Eeebuntu..
    I'm pretty certain it's not a  config issue, Eeebuntu uses hal, I've tried using hal, and dozens of xorg.confs.. I've also tried the zen-eee kernel for the 1000/901's, which is older, and still has the same issue.
    So I'm sure this is a software issue, but I'm not sure which.. It even happens if I dont have the xf86-input-synaptics driver installed.. I'm not going to post my xorg.conf here, because it's irrelevant.. I've tried using tons, including the one that ships with xandros..they all change aspects of the synaptics driver, but none affect this issue.
    Anyone else having this issue? Fixes, suggestions?
    Thanks.
    Last edited by dissimilation (2009-03-03 14:11:31)

    hi guys,
    I had a similar bug on my netbook with the Elantech touchpad. I have reported a bug to the maintainer of the Elantech driver and I get a patch that fix it.
    description of my bug:
    with two fingers above the touchpad, tap alterrnatively with each finger on the touchpad.
    - expected behaviour: the cursor does not move.
    - actual behaviour: the cursor jumps sometimes to the left or the right.
    this only happens when configuring the touchpad with synaptics (by defaults, mine is detected as a mouse)
    is your bug the same than mine ?
    are you using both the proto=exps option and synaptics ? (I still have the bug in this configuration)
    if it is the same bug, I have submited the patched kernel to AUR

  • Several issues only with executable, not in VI

    Hello, I'm developing a program to control a network analyzer from GPIB, store data, read that data into some matlab (math script) routines to determine pass/fail and plot a pattern, then save a screen-grab of that pass/fail/pattern. Everything works as I expect it to in the development environment, but when I build it into an executable and run it on the same development machine, weird things start to happen that I don't understand. I know from past that executables run faster than vi's so I have added time delays here and there where it seems to make sense for that particular bit of code, but even that has not helped.
    There are 3 main issues:
    1.) I populate a listbox from a folder with filenames that match a pattern. This works great. There is an event structure that waits for one of the files to be selected which then sends that file into a subvi that runs through the mathscript routines. Problem is in the executable, after this mathscript subvi executes, all the contents of the listbox disapear and I can't select another file to run through the mathscript code. stopping and starting the main app re-reads this in but it should be read in continuously because its in the main programs for-loop.
    2.) The mathscript routines were developed by someone else, they are in several nodes. The first two nodes work perfectly to generate 2 patterns, find beam peak, position, and beamwidth, but the next two, which are identical, don't seem to work in the executable. They should produce sidelobe levels, but don't.
    3.) The screen-grab bit doesn't work in the executable either, I found a vi from Alex T. (https://decibel.ni.com/content/docs/DOC-19720) that automates a print screen event and then reads the clipboard to output image data which I then save as a jpg or png. This I had to add delays in to get the vi to work, but it still doesn't work in the executable.
    Any help or ideas would be greatly appreciated. Even if its just the basics- I'm pretty much self-taught  and don't profess to know the best way or even the right way
    Jamie
    Attachments:
    Phase Scanner_S Folder.zip ‏4123 KB
    main code.jpg ‏753 KB
    mathscript subvi.jpg ‏753 KB

    Error code -90093:  LabVIEW:  The LabVIEW Run-Time Engine does not support this function.
    Looks like you are using something that is not available in the RTE.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • 351 Issue only with delivery schedule wise

    Hi,
    Is it possible to issue (351) materials based on delivery schedule wise. Like in GR we get the receipts by del schedule wise.
    Like i have SA 111111 for qty 999 and del sch is as below,
    SA             target qty
    111111        999
    Del schedule for the above is :
    01/01/2009      100
    01/10/2009      200
    01/20/2009      400
    01/30/2009      299
    Say when I issue using MIGO or MB1B for 351 Mvt type we get all the 999 quantities. What my requirement is i shld be able to get as per the del schedule lik four line items for this SA as in GR. If we do the GR for the above SA then it will show four line items. So we need as per GR only.
    Is this possible or is there any changes we need to do or is there any userexit we can use to achive this.?
    I appreciate your quick response.
    Thanks,
    Suresh

    why do you issue with MIGO when you use SD delvieries?
    You can issue from within the delviery by clicking the goods issue button, or with VL06G

  • Weird problem - having issues *only* with 1UP's podca

    I subscribe to a lot of podcasts - UP, IGN, TwiT, etc., and they all work fine instead of UP's. However, it doesn't appear to be a problem on their end.
    If I download their podcasts via Juice or directly from the web site, they work fine. However, if I download any UP podcast using the Zencast application, the duration of the podcast appears incorrectly while playing it on the Zen. The podcast continues playing past the "end time", however it makes seeking and resuming playback a pain in the butt.
    With every other podcast I subscribe to, this does not happen. Any ideas?

    It seems to have something to do with the way up handles the podcast information. I've worked out a (slightly) less annoying way of dealing with the issue, although it does require you to have the mp3 handy, so you don't get the convenience of using a podcast organizer.
    1) Head to http://audacity.sourceforge.net/download/ and download the Audacity audio editor. (It's absolutely free and really small)
    2) Download up podcast
    3)Load the podcast mp3 into audacity. (File > Open)
    4)Save the podcast as a new mp3 (File > Export as Mp3)
    Now just load the file into your Zen, and it should show up as the proper length. Unfortunately, while it isn't the most elegant solution, it's the best I think you'll be able to do, because I believe the problem is on up's end.
    Hope this hel
    ps.

  • TS2972 iTunes sharing features issues only with my newest desktop

    Hi, hope someone will find an idea about my strange issue
    I migrated my iTunes Library on my more recent desktop (OS Windows7 64 Ultimate)
    I still have an old desktop (Windows XP Pro 32) and a laptop (Windows Home Premium 64)
    My 2 desktops are plugged with CPL (and a switch)
    My laptop is either wifi or direct lan to my routeur switch
    All of them are authorised in iTunes.
    My iTunes Libs from old desktop and laptop are always seen between my iOS devices, my laptop, my old desktop
    My main iTunes lib migrated to my most recent desktop is either seen and shared by all my devices, pc
    OR... on this desktop it becomes impossible to share or to see other shared library (both shared libs and home shared libs)
    it happens when iTunes starts. From the beginning, if sharing works, it works all the time.
    If sharing doesn't work, I found a way to make it come back temporarily :
    - with iTunes still opened, I activate another network card (for instance my wifi receiver which is disabled by default)
    - I close iTunes
    - I desactivate my main network card (it's a Realtek from my mainboard)
    - I cross fingers
    - I restart iTunes
    in most cases all my shared libs / homesharing come back. I can see shared stuff from other pc, and i can share to all my network. Then, I activate my Realtek network card and I desactivate the wifi one. Sharing still works.... Until another time when i start iTunes and there is no more sharing features.
    Last clue : when i use an app like remote linked to my lib, then I close itunes, then restart, and in the case sharing seems to not work after that, sometimes remote is able to work whereas the library is not broadcasted on my network ... in appearance !
    Any idea ? any similar cases ?

    Figured out my problem sharing my music library on a new iPad Mini (I think).  Two issues:  (1) I have two Apple IDs, the result of doing one years ago and forgetting about it when I set up another; Apple doesn't seem to be able to ever merge or otherwise fix this problem, despite the best efforts of smart folks at the Genius Bar plus of course I'm forced to have 3rd ID as my iCloud username, but never mind....).  I was logged in as one Apple ID and my music library is under the other.  Went to "Music" under settings, signed out under "Home Sharing" on that page, signed in again as the other Apple ID.  (2) Realized then that it was trying to share music from something called my iPad library instead of the library under my name, which is where my music is.  When I fixed these two things, it all shared nicely.  Whew!

  • Issue only with DE text

    Hi Experts,
    SRM version is 5.0 and Support pack is SAPKB70009.
    WF triggered, workitem sent to user's Lotus notes. If user is German, he sees Subject text as #EBP_GEN# <main subject text>.
    But if the workitem is sent to user other than German, he sees the main Subject text properly.
    What could be the reason, is it patch level or something else.
    Aditya.

    Hi
    i recommend you to create a OSS message for quick assistance.
    there are some threads expain you this issue. i could not search for you now.
    please update your message clearly .
    with screen shots,
    what program you run with variant and language options..
    lotus notes details if possible.
    definetly you will get reply with answer with in 48 hours.
    i am not very sure . but it can be solved easily by SAP by some settings in lotus notes configuration.
    let s wait for others reply.  honestly i dont know. you can search Pierre vanhohoove name  . he might have answered in this forum long back on this issue. good luck..
    Muthu

  • PS2 Issue only with Neo and Neo2 not Neo 4 or later boards?

    I just wondered. Is the so called PS2 issue something that is only relevant to the Neo and Neo2 motherboards, or does it plague the MSI Neo4 Platinum/SLI, MSI Neo4 Diamond, MSI Neo4 Platinum as well?

    The issue where the use of a PS2 keyboard or mouse, for certain users, causes the system to freeze during post/boot, or sometimes cause random shutdown or startups. I've found several references to it on this forum. Thats why I want to know more before I decide on which motherboard to get.

  • Color issue only with finder on a dell U2410 screen

    Hello...
    I've got a macbookpro 15' with snow leopard. I've just connected a second display screen (DELL U2410) through a mini display to DVI adapter.
    On te Dell, when i look a photo in the finder/cover flow, the reds are satured. And when i look the picture on "preview", it looks normal.
    I've took a capture of this :
    http://www.23h00.net/div/capture.jpg
    On the left, the picture with preview, on the right the same picture on finder.
    It's Amazing ?
    thanks.
    cyrille

    Try creating a new color profile (and then going back, if creating a new one doesn't solve it). Go to System Preferences > Display > Color

  • Sidebar Alignment Issue Only With IE 8

    OK, complete rookie here.  I have been working in Dreamweaver CS5 and BrowserLab to set up the website.  In Firefox browsers and IE 6, 7 and 9 the webpage looks like the Dreamweaver layout.  However in IE 8, the sidebar is shifting over to the right, in the area that should be the main body content.  After about 12 hours of looking at this, and trying to find key issues by myself, its time to throw in the towel and ask the experts.
    Please take a look and point out where I am going wrong.
    http://www.pacificshotgunacademy.com/index.html
    Thank you.

    Additional to what John has posted in reference to the Doctype you also have an unclosed <a> tag in  the 'header <div> which is the cause of the issue (see below)
    Change the below: (note there in no closing </a> after the img src tag in your code)
    <div class="header"><a href="#"><img src="styles/Logowhite.jpg" width="961" height="201" alt="Pacific Header" /></div>
    To this:
    <div class="header"><a href="#"><img src="styles/Logowhite.jpg" width="961" height="201" alt="Pacific Header" /></a></div>

  • Open with explorer issue only in one of the web application.

    getting error message as when we click on open with explorer :
    ""we are having problem opening this location in file explorer", gone through many blogs and tried different steps but no luck.
    Versions are : IE11 AND SP 2013
    This is happening only with one of the particular web application. please help.
    Added the “desktop feature”  role in SharePoint server and rebooted the server
    a) Cleared your cookies in IE (Tools > Options > Delete browsing history > select cookies).
    b) Turn off Auto-detection of proxy (In Tools select Internet options->Select
    Connections tab->Click
    Lansettings button->Under
    Automatic configuration clear the
    automatically detect settings
    checkbox).
    Added SharePoint site is in the trusted list
    Restarted the Web Client service has started in services. MSc list
    Add the SharePoint site to compatibility settings.
    Tried using 32 BIT IE but no luck
    Verified host names and IIS Bindings
    Please help.
    Thanks, Ram Ch

    HI Ram,did you tried with other browsers other Than IE11.please check with firefox or chrome and share the result.IE11 is having the issues with sharepoint 2013.please check the link below that explains more details.
    http://expertsharepoint.blogspot.de/2014/08/issues-with-sharepoint-2013-and.html
    Anil Avula[Partner,MCP,MCSE,MCSA,MCTS,MCITP,MCSM] See Me At: http://expertsharepoint.blogspot.de/

  • Dsl with Arch

    Ok, ive hunted for quite a while on this issue and people dont seem to have the answers. This is what I'd like to know...
    I keep getting a timeout on trying adsl-start and the same values work on winfroze on the same box.
    for setting up a straight direct dsl connection (no router):
    (rp-ppoe is installed already and ethernet card is built into the kernel)
    1 - how do I need to set up an rc.conf?
    2 - what needs to be enabled in a custom kernel (2.6.7)?
    I've tried creating an empty /etc/ppp/ppp.conf based on another post on this forum but im not sure this is correct.
    anything else that would be needed?
    Setting this up has been one of the biggest nightmares in all of my linux experience, it would be great to resolve it.
    It has happened on two separate boxes using two separtate dsl providers - when I bring those boxes to a dhcp system at my place, everything works fine so it's definitely not hardware.
    If im not asking the right questions here, please let me know. I need to get this sorted out.

    Firstly, thanks very much for your response, but if only it was that easy.
    it wont start and all of those thing have been done (except the adsl-stop which is not needed because it tries to start up at boot and wont)
    if you are using a custom kernel, you dont need to make sure anything is enabled for ppp and such?
    <*> PPP (point-to-point protocol) support x x
    x x [ ] PPP multilink support (EXPERIMENTAL) (NEW) x x
    x x [ ] PPP filtering (NEW) x x
    x x <*> PPP support for async serial ports (NEW) x x
    x x <*> PPP support for sync tty ports (NEW) x x
    x x < > PPP Deflate compression (NEW) x x
    x x < > PPP BSD-Compress compression (NEW) x x
    x x <*> PPP over Ethernet (EXPERIMENTAL) (NEW)
    above is what I usually enable.  If not then maybe that could be a conflict? Although I do recall trying *numerous* combinations at a different location and it working, but having very sporadic results - sometimes it would work on boot, sometimes not and it would also cause qt based apps to freeze when using the keyboard on them (weird but true).
    I know his service can work because all I do with a live cd is use the adsl configuration tool and it works fine (knoppix). I know the ethernet card works because it works fine on cable/dhcp.
    Any other ideas?
    This is so frustrating, im halfway between losing my mind and just buying this guy a router if I cant solve this. The trouble is, there are other systems out there that I tech that are having similar issues and I would really like to get this fixed so I can stick with Arch for these people.

  • Compressor crashes only with markers...

    I've already found a workaround for this issue but I would love to figure out why compressor crashes whenever I try to compress a file with chapter markers. Here's what's happening: I export my DV sequence as a self-contained .mov w/o markers and then use compressor to compress to mpeg-2 to be sent to DVD SP. Everything is fine EXCEPT I have no markers when I go into DVD SP...ok. If I export the same sequence w/markers, when I submit to compressor, the compression process fails every time. So now I have to bring the self-contained .mov w markers into DVD SP, drop it into the timeline, so the markers are set on the timeline, then delete the audio and video from the timeline, so that I can drop the properly compressed mpeg-2 files on the timeline. It works, it's a few more steps, but it's a "workaround" and they sit like a thorn in my side. Any thoughts?

    Misfit138 wrote:
    AriciU wrote:I dont have either .mozilla.bak or mozilla.bak. I've moved profiles.ini and firefox started without any bookmarks or options that i set but it still froze / closed when i tryed to bookmark a page
    No, you must move your ~/.mozilla file. Your ~/.mozilla file is hidden, but that won't stop you. From a terminal, do what Shining recommended:
    mv ~/.mozilla ~/.mozilla.bak
    This is renaming (with the mv or move command) /home/yourusername/.mozilla to /home/yourusername/.mozilla.bak
    That way, when you start Mozilla Firefox, your configuration files (in ~/.mozilla) will be missing, so Firefox will create new ones.
    I think moving profiles.ini is also alright, since that file contains the profile name. So moving it should effectively disable the current profile and start with a fresh one, which is always a good thing to check (not only with mozilla apps btw ).
    And restoring it should enable it back.
    I think I still prefer working on the ~/.mozilla level as I indeed suggested, but I suppose it's just a matter of preference.
    @AriciU
    Which arch are you using (x86, x86_64, .. ) ?
    Did you try googling for that issue ?
    You could also check firefox bugzilla.

  • Anyone with Arch on Dell Mini 9 (Inspiron 910) ?

    As subj ask
    thanks !

    Thanks buttons. Arch installation on Dell Inspiron Mini 9 completed. Here it goes
    fs : ext4 worked fine but when Ieft on battery over night  for Syu caused most of the config and executables to disappear. reinstalled with ext3 with 4
           partitions. (root/boot/usr/home). ext3 with noatime,commit=15 option. Added 512 MB swap latter (swap in file). /var/log and /tmp in tmpfs
    sound: alsa fails at times without any reason and leaving no sign even with option in modeprobe.conf.  oss works fine.
                           for the alsa to work the google search provided the following solutions.
                           blacklist snd-pcsp. put the options mentioned in this thread and alias snd-card-0 snd-hda-intel in modprobe.conf
    WM/DE : metacity / GNOME with slim login manager.
                 : Problem faced: without any DE/WM mounting swap / var / tmp directories on 16 GB SDHC card works. but with DE/GNOME GNOME fails on
                   gconf-sanity-check-2 exited (status 256) error message. (all xml files in .gconf are tho' with right permissions). gdm issues error something
                   related to missing /var/log/gdm directory and hence switched to slim. (/var/log in temfs)
    Power saving: suspend works. even with 512 MB swap files hibernation is not working as expected.
    Networking : conventional method (network daemon) works fine for Ethernet (r8169 driver). wireless network connection yet to be tested. (wireless connection tested and working fine)
                            side note: netcfg miserably fails. network connection dropped without leaving any message.
                                 correction: The problem is not with netcfg as eth0 and eth1 are getting swaped. The
                                                  solution is to put the modules in rc.conf or creating udv rule.
    Total Installation size: aprox: 3.3 GB
    Others: bluetooth is yet to tested. web cam works as mentioned in this thread.
                              bluetooth is working fine.kernel pulls the modules but not enabled.
                              To enable use this aircraftmanger
                               Side note: for the aircraft manger to work portio needs to be installed and is in aur.
           Hope this will help the Dell mini 9 users with Arch installation.
    Last edited by kgas (2009-05-21 13:11:23)

Maybe you are looking for

  • Constant Selection in BEx Query Designer on BI7

    Hi guys According to this blog <a href="/people/prakash.darji/blog/2006/09/19/the-hidden-secret-of-constant-selection Selection</a>, we can create constant selection on both Characteristics and Key figures. I understand how to do it with restricted k

  • Is it Possible to Save the existing querry in Prod System

    Hi Gurus Is it possible to save the existing Querry in Production system with another name.if yes pl. tel the procedure. thanks and regard kumar. [email protected] Message was edited by:         s k

  • How to compare two Timestamps in java ??

    Hi , I have a class CurrentAddress, which is supposed to compare two TimeStamps of two address and store the current address I am not able to compare it using the < operator .How am I supposed to compare them ? Here is my code . Please reply public c

  • Get photo from archive link and link into WDA Image UI

    Hi guys, I have employee photos stored in archive link under PREL HRICOLFOTO object. The question is: how can I get the image and link it on an image UI element on WDA? I have read some posts but, to be honest, I don't understand very well. I'm tryin

  • Can one use expanded text or stock paragraphs in Firefox?

    There are certain owrds, phrases and email addresses I constantly have to type in. I do you the forms for google, but I need more. Have you come across anything that allows one to store something, and have it expand. For instance, after setting it up