Oldschool K6/200 Kernel Question [SOLVED] BUT MORE QUESTIONS

Ok so I've been playing around with the Idea of switching over to linux for awhile now. I've been told that Arch is a great distro to start learning on. That Being said I have an old calibri with a AMD K6/200 running an old red hat distro my father used to use. Well I looked through the documentation for ArchLinux and found this
"Arch Linux is optimized for the i686 processor and therefore will not run on any lower or incompatible generations of x86 CPUs (i386,i486,i586). A Pentium II or AMD K6-2 processor or higher is required. x86-64 architectures are also officially supported."
Posted in the "Official Arch Linux Install Guide" Great it should work on my computer. So I download the archlinux-2008.06-core-i686.iso burn it and boot from it.... says wrong Kernel for my CPU. I'm kinda stumped any help?
Last edited by Jorad (2008-08-03 21:12:27)

Well thank you all very much. I think i'm going to try all of your ideas out. Possibly starting off with Xubuntu as it seems to be an easier transition. I currently have 3 of these machines and it seems this will be an enjoyable challenge. xubuntu's wiki does not seem to be as user friendly as this so it's going to take awhile for me to find the proper kernel lol. here goes nothing..... by nothing i mean XP
EDIT: Also the current Kernel of Xubuntu says that it supports 1386-class processors. I guess I'll find out sooner or later. Thanks again
P.S I'm getting the alt install anyway... hope installation isn't going to be a hassle lol
Last edited by Jorad (2008-08-05 03:34:22)

Similar Messages

  • Thanks bschauwe, but more questions on your post...

    You said in a helpful reply to my post:
    public class TestDataObject {
    public void setX(int val) {
    this.x = val;
    public int getX() {
    return this.x;
    }Your native methods take one of these objects as a parameter, or return one of these objects.
    public class Test {
    public native void setTestData(TestDataObject obj);
    public native TestDataObject getTestData();
    }The TestDataObject constructor, getter, and setter methods can all be invoked with JNI (C)
    code. In other words, to return the test data, you
    o use JNI to call the TestDataObject constructor.
    o Use JNI to call the setters to fill in the data.
    o Return the reference to the TestDataObject.
    I was curious bout the use JNI to call the TestDataObject constructor. Im not sure what u meant, I know there was a JNI call that could be done from C that was titled: Invoking a Java Method. IS that what you meant? like Native access to an objects own methods?
    If so I can check that chapter out in the book, if not then im still lost (as most this new JNI stuff is all greek to me)
    This is what i was starting to write before I realized I might be wrong in interpreting what you said:
    JNIEXPORT void JNICALL Java_AbfaRegion_setJSource
      (JNIEnv *env, jobject thisObj, jobject actualObj)
         jclass clazz = env->GetObjectClass(actualObj);
         jfieldID fid= env->GetFieldID(clazz, "height", "I");
         env->SetIntField(actualObj, fid, myValFromStruct);
    }Here i was explciting trying to set private members of the JSource class, thats not what u meant really is it?
    Thanks for any help again,
    Shane

    Let's assume you create a java class called TestDataObject. You define a constructor, a couple of getters, and a couple of setters.
    Using TestDataObject content in a JNI routine: You pass a TestDataObject to your native routine as a parameter. In the C code, you use JNI functions to invoke the (java) methods on the java object, getting back data types like jint, jlong, jstring, ....
    Using TestDataObject to pass back results from a JNI routine: In the C code, you use JNI functions to invoke the (java) methods of a TestDataObject. But wait! First you use JNI functions to create a new TestDataObject! In other words, JNI helps you invoke the constructor method.
    A C function can invoke java methods using JNI calls in roughly the following sequence:
    o Call a JNI function to get a reference to the class - a kind of "type" record. FindClass or GetObjectClass.
    o Call a JNI function to get the ID of the method you want to invoke: GetMethodID (class is a parameter)
    o Call a JNI function to invoke the method. CallxxxMethod (class and method ID are parameters to this function. If you are not calling a constructor or a static method, then instead of the class, pass an object pointer.)
    Finally: You can do what your code shows - shove data right into private data members of java classes. I choose instead to invoke getters and setters.

  • Found my solution for my long start up. but more questions

    When I first upgraded to 10.5 I had this problem (long start-up times and the long blue screen), did a clean install and all was good.
    A few days ago it happened again all of a sudden. I did an archive and install, all was good.
    It did it again today [:(] so I went about to try and troubleshoot it.
    *Come to find out when my iPod mini is plugged in i get the slow start. when I unplug it and restart its fine. If its plugged in during startup it goes slow, as soon as I unplug the iPod mini from the USB port it loads right up.
    Anyone know why that is?

    Thanks for the reply. Thats what I figured. I've all ready fixed itunes so it wont open when the ipod is connected. But the problem remains.
    I also just noticed that when its plugged in during startup I do not get the startup chime. I also tried it in different USB ports (between the two on the front) which had the same effect.
    Also it does not matter if the ipod mini is on the charger. Same effect with just the empty dock plugged in. Know why that is? Could it be the dock is bad?
    Message was edited by: jppd47
    Message was edited by: jppd47

  • Seen this question before but no answer, how can I change my email address from all caps into a more proper upper-lower style.

    Seen this question before but no answer, how can I change my email address from all caps into a more proper upper-lower style.

    You should be able to change your e-mail address from your provider ... then edit it to meet the Apple requirements.   Unfortunately you've given us no profile details so we can't tell what device you have.

  • Virtualbox question about what happsns "after" updating kernel. SOLVED

    I had virtual box working (64bit) from puel/aur perfectly... then there was a kernel update and then when i went to bootup the virtual machine (the virtualbox gui worked fine), the VM screen went black and the entire computer/mouse froze solid, had to do a hard reboot..
    was there or should I ask "is there" a command i should re-issue after the kernel updates? i'm thinking it has something to do with the virtualbox kernel module.. but i'm not sure..
    i've read the info about virtualbox in the wiki... couldnt find much based on what i'm trying to ask in here..
    any help/suggestions would be most appreciated..
    thanks
    Last edited by binskipy2u (2010-02-11 21:40:13)

    When you installed aur/virtualbox_bin, the following post-install message was displayed:
    Run "vbox_build_module" as root every time your kernel is upgraded, to compile the module for the new kernel version.
    You can confirm this by checking your pacman log and/or by reading /var/lib/pacman/local/virtualbox_bin-<version>/install.

  • At random times firefox loads an unrequested page. Sometimes it is the Google search page but more often it is a random page which sometimes loads or stays blank. I do not recognise them as sites from my directory. Otherwise Firefox works well. Any su

    At random times firefox loads an unrequested page. Sometimes it is the Google search page but more often it is a random page which sometimes loads or stays blank. I do not recognise them as sites from my directory. Otherwise Firefox works well. Any suggestion for a cure?
    == This happened ==
    A few times a week
    == one month ago

    Glad to see its working.
    To help other users find solutions, click on the '''"Solved It"''' button Next to the Reply that BEST solved your Question
    Please DO NOT click "Solved It" next to this reply

  • HP LaserJet 200 color M251nw prints, but images are blurred.

    Laserjet200 (HP LaserJet 200 color M251nw) prints, but images are blurred; sometimes the entire page and other times just the right half. Staples tech said the drum could be bad. Can this be corrected? Using W7 ultimate OS.

    Hi @jimmanning ,
    I see by your post that the images are blurred. I would like to help you.
    Run a calibration on the printer.
    On the printer touch the wrench, system setup, print quality, color calibration calibrate now.
    Print a Diagnostics Page to see if you have the same results. Trying to determine if it is a hardware or software issue.
    Go to Setup, Reports, arrow down and select Diagnostics Report.
    I have provided a document with more steps for running a cleaning and checking print driver settings.
    Troubleshooting Print Quality Issues.
    Remove the toner and check to see if there is any toner on drum.
    Make sure the paper type is selected to the media that you are using, not the default setting unspecified.
    Please provide the following information so I can assist you better.
    What were the results of Diagnostics Page and Print Quality Page?
    Are you using Genuine HP Toner?
    What are the Ink levels?
    Was there any damage on the toners?
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • 5 month old iMac, over 200 kernel panics, why??!!!

    So I've only had this iMac for about 5 months and I've gotten over 200 kernel panic errors! I already had to have my hard drive replaced because of the Seagate recall, but after getting my computer back after that, I still have problems. It happens all the time, whether I'm doing literally nothing or in the middle of editing something in fcp. It's extremely hard to run my video production company when my computer can't even handle capturing footage from my camera. I'm taking this pos to the Apple store this Thursday, but I'm curious what you all think is the problem. And what do you think Apple will do? Basically, the way I see it right now, I paid $2,400 for a huge paper weight! I'm so frustrated with this thing, I want them to either fix the problems or just give me a new machine. I'm afraid having to hard shut down and restart the computer has damaged my computer, but I don't know. Any guidance is appreciated.
    Thank you.

    See
    What is a kernel panic,
    Technical Note TN2063: Understanding and Debugging Kernel Panics,
    Mac OS X Kernel Panic FAQ,
    Resolving Kernel Panics, and
    Tutorial: Avoiding and eliminating Kernel panics for more details.

  • In our enterprise MPLS network we are using 192.168.20.0/24 subnet, in this subnet we have not assigned the IP 192.168.20.200/30 & 204/30, But still these subnets are reachable . Are these NNI IP ...Please explain.

    In our enterprise MPLS network we are using 192.168.20.0/24 subnet, in this subnet we have not assigned the IP 192.168.20.200/30 & 204/30, But still these subnets are reachable . Are these NNI IP ...Please explain.

    I have checked with ISP, there response is like below:
    Those are the NNI to GBNET IPs for Dominican Republic. They are Network IPs. You should be able to ping them-that means they are working.
    WANRT01#show  ip route | include 192.168.20.20
    B        192.168.20.200/30 [20/0] via 192.168.20.226, 02:18:29
    B        192.168.20.204/30 [20/0] via 192.168.20.226, 02:18:29
    Here its shows from any of our MPLS site we are able to trace the IP and it seems like, 192.168.20.204/30 is one more site but in actual its not.
    INMUMWANRT01#ping 192.168.20.205
    Type escape sequence to abort.
    Sending 5, 100-byte ICMP Echos to 192.168.20.205, timeout is 2 seconds:
    Success rate is 100 percent (5/5), round-trip min/avg/max = 224/232/260 ms
    INMUMWANRT01#trace              
    INMUMWANRT01#traceroute 192.168.20.205
    Type escape sequence to abort.
    Tracing the route to 192.168.20.205
    VRF info: (vrf in name/id, vrf out name/id)
      1 192.168.20.226 24 msec 24 msec 24 msec
      2 192.168.20.206 [AS 8035] 232 msec 232 msec 252 msec
      3 192.168.20.205 [AS 8035] 224 msec 224 msec *

  • Hp laserjet pro 200 My won't print more than 1 file at a time

    My hp laserjet pro 200 m251 won't print more than 1 file at a time. Any ideas?

    Hi @nocastaway,
    I see by your post that you can't print multiple copies. I can help you with this.
    From the application your printing from, go to File, Print, Number of copies select 2. Uncheck Collate. You can now change the number of copies. Collate should now stay unchecked.
    Try printing the multiple page document again.
    You might have to disable all the startup items, to see if there is another program causing this issue.
    How to use MSCONFIG. Click on the Startup tab and disable all.
    Test the printer.
    Then go back in and enable all from the Startup tab.
    Download and run the Print and Scan Doctor if you are still having issues. It will diagnose the issue and might automatically resolve it. Find and fix common printer problems using HP diagnostic tools for Windows?
    What applications have you tried?
    How is the printer connected? (USB/Ethernet/Wireless)
    What operating system are you using? How to Find the Windows Edition and Version on Your Computer.
    What were the results when you ran the Print and Scan Doctor? (did it print or scan, any error messages)
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • ColdFusion 11: custom serialisers. More questions than answers

    G'day:
    I am reposting this from my blog ("ColdFusion 11: custom serialisers. More questions than answers") at the suggestion of Adobe support:
    @dacCfml @ColdFusion Can you post your queries at http://t.co/8UF4uCajTC for all cfclient and mobile queries.— Anit Kumar Panda (@anitkumar85) April 29, 2014
    This particular question is not regarding <cfclient>, hence posting it on the regular forum, not on the mobile-specific one as Anit suggested. I have edited this in places to remove language that will be deemed inappropriate by the censors here. Changes I have made are in [square brackets]. The forums software here has broken some of the styling, but so be it.
    G'day:
    I've been wanting to write an article about the new custom serialiser one can have in ColdFusion 11, but having looked at it I have more questions than I have answers, so I have put it off. But, equally, I have no place to ask the questions, so I'm stymied. So I figured I'd write an article covering my initial questions. Maybe someone can answer then.
    ColdFusion 11 has added the notion of a custom serialiser a website can have (docs: "Support for pluggable serializer and deserializer"). The idea is that whilst Adobe can dictate the serialisation rules for its own data types, it cannot sensibly infer how a CFC instance might get serialised: as each CFC represents a different data "schema", there is no "one size fits all" approach to handling it. So this is where the custom serialiser comes in. Kind of. If it wasn't a bit rubbish. Here's my exploration thusfar.
    One can specify a custom serialiser by adding a setting to Application.cfc:
    component {     this.name = "serialiser01";     this.customSerializer="Serialiser"; }
    In this case the value - Serialiser - is the name of a CFC, eg:
    // Serialiser.cfccomponent {     public function canSerialize(){         logArgs(args=arguments, from=getFunctionCalledName());         return true;     }     public function canDeserialize(){         logArgs(args=arguments, from=getFunctionCalledName());         return true;     }     public function serialize(){         logArgs(args=arguments, from=getFunctionCalledName());         return "SERIALISED";     }     public function deserialize(){         logArgs(args=arguments, from=getFunctionCalledName());         return "DESERIALISED";     }     private function logArgs(required struct args, required string from){         var dumpFile = getDirectoryFromPath(getCurrentTemplatePath()) & "dump_#from#.html";         if (fileExists(dumpFile)){             fileDelete(dumpFile);         }         writeDump(var=args, label=from, output=dumpFile, format="html");     } }
    This CFC needs to implement four methods:
    canSerialize() - indicates whether something can be serialised by the serialiser;
    canDeserialize() - indicates whether something can be deserialised by the serialiser;
    serialize() - the function used to serialise something
    deserialize() - the function used to deserialise something
    I'm being purposely vague on those functions for a reason. I'll get to that.
    The first [issue] in the implementation here is that for the custom serialisation to work, all four of those methods must be implemented in the serisalisation CFC. So common sense would dictate that a way to enforce that would be to require the CFC to implement an interface. That's what interfaces are for. Now I know people will argue the merit of having interfaces in CFML, but I don't really give a [monkey's] about that: CFML has interfaces, and this is what they're for. So when one specifies the serialiser in Application.cfc and it doesn't fulfil the interface requirement, it should error. Right then. When one specifies the inappropriate tool for the job. What instead happens is if the functions are omitted, one will get erratic behaviour in the application, through to outright errors when ColdFusion goes to call the functions and cannot find it. EG: if I have canSerialize() but no serialize() method, CF will error when it comes to serialise something:
    JSON serialization failure: Unable to serialize to JSON.
    Reason : The method serialize was not found in component C:/wwwroot/scribble/shared/git/blogExamples/coldfusion/CF11/customerserialiser/Serialiser .cfc.
    The error occurred inC:/wwwroot/scribble/shared/git/blogExamples/coldfusion/CF11/customerserialiser/testBasic.c fm: line 4
    2 : o = new Basic();
    3 :
    4 : serialised = serializeJson(o);5 : writeDump([serialised]);
    6 :
    Note that the error comes when I go to serialise something, not when ColdFusion is told about the serialiser in the first place. This is just lazy/thoughtless implementation on the part of Adobe. It invites bugs, and is just sloppy.
    The second [issue] follows immediately on from this.
    Given my sample serialiser above, I then run this test code to examine some stuff:
    o = new Basic(); serialised = serializeJson(o); writeDump([serialised]); deserialised = deserializeJson(serialised); writeDump([deserialised]);
    So all I'm doing is using (de)serializeJson() as a baseline to see how the functions work. here's Basic.cfc, btw:
    component { }
    And the test output:
    array
    1
    SERIALISED
    array
    1
    DESERIALISED
    This is as one would expect. OK, so that "works". But now... you'll've noted I am logging the arguments each of the serialisation methods receives, as I got.
    Here's the arguments passed to canSerialize():
    canSerialize - struct
    1
    XML
    My reaction to that is: "[WTH]?" Why is canSerialize() being passed the string "XML" when I'm trying to serialise an object of type Basic.cfc?
    Here's the docs for canSerialize() (from the page I linked to earlier):
    CanSerialize - Returns a boolean value and takes the "Accept Type" of the request as the argument. You can return true if you want the customserialzer to serialize the data to the passed argument type.
    Again, back to "[WTH]?" What's the "Accept type" of the request? And what the hell has the request got to do with a call to serializeJson()? You might think that "Accept type" references some HTTP header or something, but there is no "Accept type" header in the HTTP spec (that I can find: "Hypertext Transfer Protocol -- HTTP/1.1: 14 Header Field Definitions"). There's an "Accept" header (in this case: "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"), and other ones like "Accept-Encoding", "Accept-Language"... but none of which contain a value of "XML". Even if there was... how would it be relevant to the question as to whether a Basic.cfc instance can be serialised? Raised as bug: 3750730.
    serialize() gets more sensible arguments:
    serialize - struct
    1
    https://www.blogger.com/nullserialize - component scribble.shared.git.blogExamples.coldfusion.CF11.customerserialiser.Basic
    2
    JSON
    So the first is the object to serialise (which surely should be part of the question canSerialize() is supposed to ask, and the format to serialise to. Cool.
    canDeserialize() is passed this:
    canDeserialize - struct
    1
    JSON
    I guess it's because it's being called from deserializeJson(), so it's legit to expect the input value is indeed JSON. Fair enough. (Note: I'm not actually passing it JSON, but that's beside the point here).
    And deserialize() is passed this:
    deserialize - struct
    1
    SERIALISED
    2
    JSON
    3
    [empty string]
    The first argument is the value to work on, and the second is the type of deserialisation to do. I have no idea what the third argument is for, and it's not mentioned directly or indirectly on that docs page. So dunno what the story is there.
    The next issue isn't a code-oriented one, but an implementation one: how the hell are we expected to work with this?
    The only way to work here is for each function to have a long array of IF/ELSEIF statements which somehow identify each object type that is serialisable, and then return true from canSerialise(), or in the case of serialize(), go ahead and do the serialisation. So this means this one CFC needs to know about everything which can be serialised in the entire application. Talk about a failure in "separation of concerns".
    You know the best way of determining if an object can be seriaslised? Ask it! Don't rely on something else needing to know. This can be achieved very easily in one of two ways:
    Check to see if the object implements a "Serializable" interface, which requires a serialize() method to exist.
    Or simply take the duck-typing approach: if a CFC implements a serialize() method: it can be serialised. By calling that method. Job done.
    Either approach would work fine, keeps things nicely encapsulated, and I see merits in both. And either make far more sense than Adobe's approach. Which is like something from the "OO Failures Special Needs" class.
    Deserialisation is trickier. Because it relies on somehow working out how to deserialise() an object. I'm not sure of the best approach here, but - again - how to deserialise something should be as close to the thing needing deserialisation as possible. IE: something in the serialised data itself which can be used to bootstrap the process.
    This could simply be a matter of specifying a CFC type at a known place in the serialised data. EG: Adobe stipulates that if the serialised data is JSON, and at the top level of the JSON is a key eg: type, and the value is an extant CFC... use that CFC's deserialize() method. Or it could look for an object which contains a type and a method, or whatever. But Adobe can specify a contract there.
    The only place I see a centralised CFC being relevant here is for a mechanism for handling serialised data that is neither a ColdFusion internal type, nor identifiable as above. In this case, perhaps they could provide a mechanism for a serialisation router, which basically has a bunch of routes (if/elseifs if need be) which contains logic as to how to work out how to deserialise the data. But it should not be the actual deserialiser, it should simply have the mechanism to find out how to do it. This is actually pretty much the same in operation as the deserialize() approach in the current implementation, but it doesn't need the canDeserialize() method (it can return false at the end of the routing), and it doesn't need to know about serialising. And also it's not the main mechanism to do the deserialisation, it's just the fall back if the prescribed approach hasn't been used.
    TBH, this still sounds a bit jerry-built, and I'm open for better suggestions. This is probably a well-trod subject in other languages, so it might be worth looking at how the likes of Groovy, Ruby or even PHP (eek!) achieve this.
    There's still another issue with the current approach. And this demonstrates that the Adobe guys don't actually work with either CFML applications or even modern websites. This approach only works for a single, stand-alone website (like how we might have done in 2001). What if I'm not in the business of building websites, but I build applications such as FW/1 or ColdBox or the like? Or any sort of "helper" application. They cannot use the current Adobe implementation of the customserializer. Why? Because the serialisation code needs to be in a website-specific CFC. There's no way for Luis to implement a custom serialiser in ColdBox (for example), and then have it work for someone using ColdBox. Because it relies on either editing Application.cfc to specify a different CFC, or editing the existing customSerializer CFC. Neither of which are very good solutions. This should have been immediately apparent to the Adobe engineer(s) implementing this stuff had they actually had any experience with modern web applications (which generally aren't just a single monolithic site, but an aggregation of various other sub applications). Equally, I know it's not a case of having thought about this and [I'm just missing something], because when I asked them the other day, at first they didn't even get what I was asking, but when I clarified were just like "oh yeah... um... err... yeah, you can't do that. We'll... have to... ah yeah". This has been raised as bug 3750731.
    So I declare the intent here valid, but the implementation to be more alpha- / pre-release- quality, not release-ready.
    Still: it could be easily deprecated and rework fairly easily. I've raised this as bug 3750732.
    Or am I missing something?
    Adam

    Yes, you can easily add additional questions to the Lookup.WebClient.Questions Lookup to allow some additional choices. We have added quite a few additional choices, we have noticed that removing them once people have selected them causes some errors.
    You can also customize the required number of questions to select when each user sets them up as well as the number required to be correct to reset the password, these options are in the System Configuration settings.
    If you need multi-language versions of the questions, you will also need to modify the appropriate language resource file in the xlWebApp.war file to provide the necessary translations for the values entered into the Lookup.

  • I have an iphone 5 and ipad 3 - I went to the Apple store and tech unable to sync them. Suggested it was an icloud problem and needed to go online to get it solved, but first to back up phone. I have done this now. Help please.

    I have an iphone 5 and and ipad3 which I wish to sync.
    I went to Apple store and tech unable to do this - wasn't happening and said there was an icloud problem and to go on line to find out, as they didn't do icloud issues in the store.
    I've backed up my phone in the meantime.
    I want to be able to read my kindle books and access contacts between these items.
    Another question, I brought more icloud storage, but iphone is not saving to icloud as well.phone will not back up as says not enough storage - keh?
    Appreciate any assistance on these two things.
    I have another appointment with Apple store end of this week.
    Last time they also said I may need to have my iphone replaced - this would then be my thrid iphone in 4 months! First iphone the camera didn't work (lucky I found out on second day and automaticallly replaced).
    This iphone is doing black screens, will not ring (despite techy trying to get phone to ring - YET the alarm works fine to wake me up). Phone vibrates but won't ring, even though set to ring.
    Appreciate any help with icloud issue mainly.
    I think I'm feeling a bit fatalistic I will end up with yet another replacement phone.
    I am very disappointed as this is m first introduction to the iphone - not going well so far.
    ipad 3 is great. Love it.
    Phyllis

    Backup your iPhone. Tap Settings > iCloud > Storage & Backup > > Back Up Now
    iCloud: Backup and restore overview

  • Custom kernel breaks bootlogd - but why?

    I have an arch system which works fine when booting a standard kernel, but using my custom kernel all boot messages cease after it launches bootlogd from /etc/rc.sysinit. The file /var/log/boot is created as normal, and has all of the output from sysinit and rc.multi you'd expect to see, and no errors show up there or in any other log file which would explain why bootlogd fails to write to the console. Before and after bootlogd, the console behavior is perfectly normal. I have already made sure to enable the most relevant-looking kernel config options, including:
    CONFIG_VT=y
    CONFIG_CONSOLE_TRANSLATIONS=y
    CONFIG_VT_CONSOLE=y
    CONFIG_HW_CONSOLE=y
    CONFIG_VT_HW_CONSOLE_BINDING=y
    CONFIG_UNIX98_PTYS=y
    CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
    CONFIG_LEGACY_PTYS=y
    CONFIG_LEGACY_PTY_COUNT=256
    CONFIG_TTY_PRINTK=y
    CONFIG_HVC_DRIVER=y
    CONFIG_HVC_IRQ=y
    CONFIG_HVC_XEN=y
    The full kernel config is here. Any advice? Thanks!
    Last edited by pocm (2011-08-12 18:47:24)

    iphitus wrote:
    whargoul wrote:
    iphitus wrote:There's not really any point compiling custom kernels unless you need to patch for a feature you require or a hardware issue. Setup initcpio right and it'll be as fast as any self compiled kernel.
    Maybe, but the last couple of days I have had a lot troubles getting a right setup for initcpio.
    Just workout what modules you need for filesystem and ide/sata then you should be able to set those to MODULES="" in mkinitcpio.conf.  More complicated configurations will need more effort.
    I have tried that, but I can't boot nevertheless. I can't even use the 'autodetect'  hook.

  • Firefox 4b7 does not complete «More Answers from-» action on Formspring.me userpages; previous Firefox (3.6) was able to load more questions and answers

    Even in safe mode, Firefox 4b7 is not able to complete «More Answers from…» action on Formspring.me userpages, it just displays «loading more questions…» for a seemingly endless amount of time. (Firefox 3.6 and any other browser, such as Safari, displays «loading more questions…» for a short period of time when AJAX works, then the questions and answers are actually loaded and displayed.) In order to reproduce, load Firefox 4b7 in Safe Mode, visit www.formspring.me/krylov and click on «More Answers from Konstantin Krylov» (the bottom link). You may try any other user, www.formspring.me/teotmin or www.formspring.me/anandaya for example.

    what a waste of money sending an engineer to "fix a fault" which does not exist.  Precisely.
    In my original BE post to which Tom so helpfully responded, I began:  It seems to me that DLM is an excellent concept with a highly flawed implementation, both technically and administratively.   I think that sending out an engineer to fix an obviously flawed profile is the main example of an adminastrative flaw.  I understand (I can't remember source, maybe Tom again) that they are sometimes relaxing the requirement for a visit before reset.
    Maybe the DLM system is too keen on stability vs speed.  This will keep complaints down from many people: most users won't notice speed too much as long as it is reasonable, but will be upset if their Skype calls and browsing are being interrupted too often.  
    However, it does lead to complaints from people who notice the drops after an incidence (as in your thread that has drawn lots of interest), or who only get 50 instead of 60.  The main technical flaw is that DLM can so easily be confused by drops from loss of power, too much modem recycling, etc, and then takes so long to recover.

  • Good morning. I've read in some blogs and forums that the verizon wireless works in Europe but my question is if it works with portugueses cards (like vodafone sim)?

    Good morning (at least here in Portugal)
    My question is that I want to buy the new Iphone 5C, but I want to use it here in Portugal. I was in the store menu looking for it and it appears that I have to stay with a network for two years, if not the price will increase significantly. I want to buy it online because the Iphone will only arrive in Portugal in December and probably it will be more expensive. I've read in some blogs and forums that the verizon wireless works in Europe but my question is if it works with portugueses cards (like vodafone sim)?
    Thank you very much for the attention.
    Daniela João.

    The Verizon iPhone 5 is sold as unlocked. You can buy it full retail and use it anywhere you want. However, you won't get LTE in Europe and you won't be eligible for warranty service unless you take the phone back to the U.S. You won't be able to buy one on a contract unless you can pass a U.S. credit check. The minimum monthly cost would be $59.99 plus tax. I assume that all of this information will be true of of the 5C as well.
    Wait and buy the phone in Portuagal.

Maybe you are looking for

  • What is the best older version of iTunes for Front Row?

    Can anyone share some opinions please on which older version of itunes I should download that has the least amount of bugs when using "front row" (I currently have 9.0.3 and Mac OS X 10.5.8)? . Also, should I download the regular version or the 64-bi

  • Blurred photos after OS update

    Photos in my Iphone 3GS became blurred/pixelated after updating to IOS4. Any idea why? Thanks!

  • Session value

    hi experts, am using jdev 11.1.1.5.0 - adfbc- oracle db10g. here i what i want. following season class >> scope is session scope..   <af:inputText label="anni" id="pann"                               value="#{season.p_ann}"                           

  • How to pass parameter to view object

    hi, I want to create lov with "where clause" depends on one attribute in ui fragment

  • How do I make a MobileMe account?

    I put in my apple id information in correctly but it won't let me log in.