Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 12
ok guys, I'm quickly finding out that my laptop hates Linux and is fighting me every step of the way. I downloaded 10.3 and checked the md5 sums on the ...
  1. #1
    Just Joined!
    Join Date
    Nov 2006
    Location
    K-zoo, MI
    Posts
    28

    Help with 10.3 guys

    ok guys, I'm quickly finding out that my laptop hates Linux and is fighting me every step of the way. I downloaded 10.3 and checked the md5 sums on the iso and it's identical, but here's the problem. It won't read the CD's or DVD's. It will load the installation screen, I tell it to install, then it gives me the loading kernel diaglog, then it just puts the computer in suspend mode and shuts off. Is there ANY way for me to install 10.3 using my buddies computer on my network if he has the iso on his computer or no?

  2. #2
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    What laptop?? maybe someone else has had this struggle.

  3. #3
    Just Joined!
    Join Date
    Nov 2006
    Location
    K-zoo, MI
    Posts
    28
    Quote Originally Posted by gogalthorp View Post
    What laptop?? maybe someone else has had this struggle.
    My bad, my latptop is a Toshiba Satallite A215-4697S, 64bit.

  4. #4
    Just Joined!
    Join Date
    Apr 2007
    Posts
    93
    On some computers you have to turn off ACPI in the BIOS. If not then the loader fails. I guess this is a problem on your computer. It is a problem between the loader and the BIOS.

  5. #5
    Just Joined!
    Join Date
    Nov 2006
    Location
    K-zoo, MI
    Posts
    28
    Got it all to work. Had a bad iso burn to the DVD. Re-burned it and everything worked peachy. Now I'm having problems with the Sound and Video. Only problem I'm having with the sound is my headphone jack still isn't working, and the video doesn't have 3D support for it so I downloaded the driver (the one from ATI's website), then it won't let me run it from terminal. So, anyone have any ideas? Also, I'm not getting a Framebuffer error anymore, that's good!

  6. #6
    Just Joined!
    Join Date
    Apr 2007
    Posts
    93
    Good to hear that you have it loaded.

    Quote Originally Posted by Leveecius View Post
    . . . Now I'm having problems with the Sound and Video. Only problem I'm having with the sound is my headphone jack still isn't working, and the video doesn't have 3D support for it so I downloaded the driver (the one from ATI's website), then it won't let me run it from terminal.
    . . .
    I do not understand what you mean by the last comment. Are you saying that you cannot open a console? If not, then on the boot screen, enter a "3" which will stop the startup at the text screen (which is "run level = 3" or "elevator=3") and give you a login prompt.

  7. #7
    Linux Guru gogalthorp's Avatar
    Join Date
    Oct 2006
    Location
    West (by God) Virginia
    Posts
    3,105
    You need to be rootbefore installing any driver.

    at a console prompt type

    su
    then the root password (note the pass word does not echo to the screen!)

    Then try the install.

  8. #8
    Just Joined!
    Join Date
    Nov 2006
    Location
    K-zoo, MI
    Posts
    28
    Quote Originally Posted by gogalthorp View Post
    You need to be rootbefore installing any driver.

    at a console prompt type

    su
    then the root password (note the pass word does not echo to the screen!)

    Then try the install.
    Yep got that. after that I get my current directory and user in red font. Then I change to the directory to the file that I downloaded. enter in ./filenamex86_64.run, and it tells me my permission is denied. Kinda weird, and I have never been denied permission as root or su. So that's what I mean by it won't let me run it in Konsol.

  9. #9
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    In this case you are being denied permission because the file is not executable. You can either run it with sh
    Code:
    sh ./filenamex86_64.run
    Or give it execute permissions first
    Code:
    chmod +x ./filenamex86_64.run
    ./filenamex86_64.run

  10. #10
    Just Joined!
    Join Date
    Nov 2006
    Location
    K-zoo, MI
    Posts
    28
    Ok, so, I finally installed my driver and did the aticonfig --initial command, it configured, and when I go to my Graphics card in YaST, it gives me the SaX2 Error: SaX2 cannot offer the activation of the 3D subsytem because your graphics card/driver doesn't support 3D. Yet I have 3D support in Windows. I tried going through the aticonfig cmmand and there is nothing in there that has anything to do with the Activation of 3D graphics. Any suggestions guys? I'd like to get this figured out ASAP. Thanks in advance guys.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...