The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.
← Previous pageNext page →

    Linux on the M11x

    Discussion in 'Alienware M11x' started by soleblaze, Mar 2, 2010.

  1. DR650SE

    DR650SE The Whiskey Barracuda

    Reputations:
    7,383
    Messages:
    8,222
    Likes Received:
    178
    Trophy Points:
    231
    Nope, installed 10.04 yesterday to a 40GB Intel SSD from a usb drive. The default drivers, if there are any, don't seem to be working. Wireless is turned on, but the O/S doesn't see it.
     
  2. stamatisx

    stamatisx T|I

    Reputations:
    2,224
    Messages:
    1,726
    Likes Received:
    0
    Trophy Points:
    55
    You can try to connect it to the internet using the ethernet.
    Then go to
    System-> Administration -> Hardware Drivers
    and if it finds the drivers for the wireless card you can select to install them and be able to use the wifi
     
  3. DR650SE

    DR650SE The Whiskey Barracuda

    Reputations:
    7,383
    Messages:
    8,222
    Likes Received:
    178
    Trophy Points:
    231
    Yea, thats what I'm going to do. Theres a reason I need to quite working at 1am. My brain cells quite functioning. plus it'll be easier today since my roommate is going to be heading out on leave.
     
  4. fnord0

    fnord0 Notebook Guru

    Reputations:
    32
    Messages:
    56
    Likes Received:
    1
    Trophy Points:
    16
  5. DR650SE

    DR650SE The Whiskey Barracuda

    Reputations:
    7,383
    Messages:
    8,222
    Likes Received:
    178
    Trophy Points:
    231
    I was able to get it working, just plugged in the ethernet cable and updated that way.
     
  6. DR650SE

    DR650SE The Whiskey Barracuda

    Reputations:
    7,383
    Messages:
    8,222
    Likes Received:
    178
    Trophy Points:
    231
    One question, I can boot with the GPU set to discreet using the nvdia GPU, but when I boot on the Intel GPU (set to switchable) I just get a blank screen. I ran the updates yesterday. Using Ubuntu 10.04. Any suggestions?
     
  7. fnord0

    fnord0 Notebook Guru

    Reputations:
    32
    Messages:
    56
    Likes Received:
    1
    Trophy Points:
    16
    I'm not 100% sure what kernel yr running, but I will guess it probably has something to do with intel KMS (kernel mode setting) if it's a recent one...
    I am not an expert on ubuntu by any means, ( this thread may be a good place to pose your question, unless another ubuntu user pipes up here) but I'd say you might want to play around with setting or disabling intel KMS at boot time.

    in grub you can set option i915.modeset=0 to the "kernel" line to disable intel KMS:
    Code:
    kernel          /vmlinuz-2.6.31-14-generic root=UUID=0e7... ro quiet splash i915.modeset=0
    or set it to i915.modeset=1 to enable KMS.

    I am using the following in my /etc/modprobe.d/modprobe.conf
    Code:
    options i915 modeset=1
    do be aware though, I am running arch linux x86_64 which is different. best of luck!

    ps: found 2 links that may be of use, here and/or here
     
  8. DR650SE

    DR650SE The Whiskey Barracuda

    Reputations:
    7,383
    Messages:
    8,222
    Likes Received:
    178
    Trophy Points:
    231
    Thanks, definately appreciate all the help! +1
     
  9. fnord0

    fnord0 Notebook Guru

    Reputations:
    32
    Messages:
    56
    Likes Received:
    1
    Trophy Points:
    16
    small update here: I tried 2.6.34-rc6 with the m11x and vgaswitcheroo, and am sad to say GPU switching on-the-fly still isn't working in linux yet. :(

    upon booting a newly compiled custom kernel 2.6.34-rc6 with CONFIG_VGA_SWITCHEROO=y, I'm getting to this point where it peters out ::
    Code:
    # mount -t debugfs none /sys/kernel/debug
    # cd /sys/kernel/debug/vgaswitcheroo
    there is no vgaswitcheroo directory :(
    I'm 100% certain I enabled all the right flags in the kernel recompile...
    I'll continue to play around with this, as I'm sure others will too as newer releases come out.
     
  10. anand00x

    anand00x Notebook Evangelist

    Reputations:
    107
    Messages:
    322
    Likes Received:
    0
    Trophy Points:
    30
    Installed Ubuntu 10.04. Everything is working great on the M11x. Have it setup with dual 28" monitors it is amazing w/ twin view and compiz effects enabled.
    [​IMG]
     
  11. soleblaze

    soleblaze Notebook Consultant

    Reputations:
    41
    Messages:
    147
    Likes Received:
    6
    Trophy Points:
    31
    Hey, cool the threads been resurected.

    DR650SE,

    Do you have the nvidia drivers installed? If so, ubuntu will try to use those when it really should be using the intel drivers..causing the black screen.

    fnord,

    Have you had any issues with the clock changing in arch? Also are you dualbooting with win7? Every time I reboot my machine the clock changes..kind of annoying. (It's usually 6 hours behind..it does it even when I reboot from Linux to Linux and not from Linux to Window)
     
  12. CobraJet

    CobraJet Notebook Enthusiast

    Reputations:
    9
    Messages:
    49
    Likes Received:
    0
    Trophy Points:
    15
    I recently installed Ubuntu 10.04 via Wubi and I can't seem to get the darn nvidia driver to work. It downloads and updates fine but upon reboot it loses the display. I am guessing it is because both the intel and nvidia cards are on? I can recover the original graphic settings and then it shows the nvida driver but if I try to restart the nvida xserver and reboot it still black screens. Any help would be appreciated...
     
  13. soleblaze

    soleblaze Notebook Consultant

    Reputations:
    41
    Messages:
    147
    Likes Received:
    6
    Trophy Points:
    31
    If you want to use nvidia then you'll need to turn the graphics mode in bios to discrete. When it's on switchable it'll just use the intel.
     
  14. anand00x

    anand00x Notebook Evangelist

    Reputations:
    107
    Messages:
    322
    Likes Received:
    0
    Trophy Points:
    30
  15. fnord0

    fnord0 Notebook Guru

    Reputations:
    32
    Messages:
    56
    Likes Received:
    1
    Trophy Points:
    16
    yes I dual boot arch and win7 x64. and to tell ya the truth, I think I did have an issue with time quite a while back, but then I followed this HOWTO and everything has been gravy since.

    so currently I'm using the following ::
    Code:
    > grep ^HARDWARECLOCK /etc/rc.conf
    HARDWARECLOCK="localtime"
    
    > grep ^TIMEZONE /etc/rc.conf
    TIMEZONE="America/Los_Angeles"
    
    and if ya really wanna get nerdy, setup NTP :D
    hope this helps, best of luck.

    anand00x, looking pretty slick - good job
     
  16. anand00x

    anand00x Notebook Evangelist

    Reputations:
    107
    Messages:
    322
    Likes Received:
    0
    Trophy Points:
    30
    I have windows 7 x64 installed on my C partition and I have a separate partition that was unformatted. I installed Ubuntu 10.04 on this partition and put no bootloader on advanced options during installation. This is the third time I am installing Ubuntu. I keep having trouble with Grub it will work sometimes and then once in a while after my bios screen my computer will be stuck in an infinite loop it wont load into grub for me to choose my OS and I have to reinstall everything. Really gets annoying. So this time I just installed W7 x64 on my C drive and left my other partition unformatted without a drive letter. I installed Ubuntu 10.04 on the largest free space available without bootloader. I figured when I loaded into windows I could use Easy BCD to install a linux boot option into the Easy BCD menu. I did this and nothing works. I even tried this method from LIMNEOS:
    Windows 7 after a clean install, it creates a small 200MB hidden partition to store the BCD store database. (similar files to boot.ini). This is where the bootloader is stored.
    This partition is currently invisible to you, so even if you added a linux boot entry in EasyBCD, easybcd thinks that it has written the files to the partition where the bootloader is, but it actually can't write there cause it's hidden (no drive letter given). To fix that, open Disk Management, assign a drive letter to your hidden small partition (200MB of size must be), and then add a linux boot entry from EASYBCD again. This time it should work and you should be able to dual boot.

    Still does not work. I can load into windows from the EASY BCD boot menu but I cant load into Ubuntu. It is installed but I can’t access it. Any tips?

    [​IMG]
     
  17. f4ding

    f4ding Laptop Owner

    Reputations:
    261
    Messages:
    2,085
    Likes Received:
    0
    Trophy Points:
    55
    What's wrong with create 3 partitions, 1 by Windows 7 (100 or 200 MB) for the boot loader, then the Windows 7 partitions, then Ubuntu partitions? Next install Windows 7, then Ubuntu, and install Grub on that 100/200MB partition? That doesn't work?
     
  18. moe67er

    moe67er Newbie

    Reputations:
    4
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    5
    Last edited by a moderator: Feb 2, 2015
  19. f4ding

    f4ding Laptop Owner

    Reputations:
    261
    Messages:
    2,085
    Likes Received:
    0
    Trophy Points:
    55
    Well, if you want to experiment, go ahead. Somebody has to do it. But if you want it to work, I suggest just install grub 1. I know Lucid Lynx default to grub 1.

    If you want to experiment, just remember, a few years back, grub 1 was like this too. A lot of mess. At the time lilo was the choice when people talk about boot manager. Now grub is very mature. I don't know what's wrong with grub 1 that people create grub 2, but it seems like if you want things to just work, especially if you're trying out linux, I suggest you try grub 1.
     
  20. anand00x

    anand00x Notebook Evangelist

    Reputations:
    107
    Messages:
    322
    Likes Received:
    0
    Trophy Points:
    30
    Fixed the issue:
    [​IMG]
     
  21. moe67er

    moe67er Newbie

    Reputations:
    4
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    5
    How did you fix it?

    EDIT:
    Sorry, it seems as if the pics were blocked in the company...my question is obsolete so far...
     
  22. vorob

    vorob Notebook Deity

    Reputations:
    83
    Messages:
    1,140
    Likes Received:
    59
    Trophy Points:
    66
    Guys what's the news on having switch between intel and nvidia on m11x?
     
  23. anand00x

    anand00x Notebook Evangelist

    Reputations:
    107
    Messages:
    322
    Likes Received:
    0
    Trophy Points:
    30
    What is the minimum amount of space recommended for an umbuntu 10.04 partition? I have 14GB left on my SSD windows 7 partition. I can shrink my drive what is the minimum amount of space I can sacrifice while still leaving some space on my windows 7 partition? I was also going to dedicate 1GB to the SWAP partition. Thanks
     
  24. anand00x

    anand00x Notebook Evangelist

    Reputations:
    107
    Messages:
    322
    Likes Received:
    0
    Trophy Points:
    30
  25. vorob

    vorob Notebook Deity

    Reputations:
    83
    Messages:
    1,140
    Likes Received:
    59
    Trophy Points:
    66
  26. anand00x

    anand00x Notebook Evangelist

    Reputations:
    107
    Messages:
    322
    Likes Received:
    0
    Trophy Points:
    30
    cheers have you done the switchable graphics yet?
     
  27. vorob

    vorob Notebook Deity

    Reputations:
    83
    Messages:
    1,140
    Likes Received:
    59
    Trophy Points:
    66
    Nope, i've just posted article, and now waiting for proper manual :) Don't wanna mess with this stuff :p
     
  28. anand00x

    anand00x Notebook Evangelist

    Reputations:
    107
    Messages:
    322
    Likes Received:
    0
    Trophy Points:
    30
    5GB of space is enough. I still have 1GB free with everything I want installed and I can access my music and videos from my w7 partition so I am good to go.
     
  29. fnord0

    fnord0 Notebook Guru

    Reputations:
    32
    Messages:
    56
    Likes Received:
    1
    Trophy Points:
    16
    just gave a go at linux kernel 2.6. 34 (stable) on the m11x using arch linux... this go around, I can read /sys/kernel/debug/vgaswitcheroo/switch
    Code:
    [root@spaceface ~]# mount -t debugfs none /sys/kernel/debug
    [root@spaceface ~]# cd /sys/kernel/debug/vgaswitcheroo
    [root@spaceface vgaswitcheroo]# cat switch
    0: :Pwr:0000:01:00.0
    1:+:Pwr:0000:00:02.0
    but we still are unable to switch from intergrated => discrete, nor does the capability to turn-off the discrete card work while using the integrated. looks like vgaswitcheroo still has a ways to go for it to work on m11x. one can issue the command to tell it to switch to discrete but the system will not do anything (even after a full logout/login), upon issuing further commands I get random responses of it continuing to do nothing, full on system locks, or a kernel dump. =(
     
  30. m2b999

    m2b999 Notebook Enthusiast

    Reputations:
    0
    Messages:
    18
    Likes Received:
    1
    Trophy Points:
    6
    Guys,

    Do you have any idea how to let the speakers work?

    I was able to let Alsa Mixer to enable my headphones jacks and lead them to work, but not the speakers.

    Please let me know ASAP and thanks in advance. :D
     
  31. f4ding

    f4ding Laptop Owner

    Reputations:
    261
    Messages:
    2,085
    Likes Received:
    0
    Trophy Points:
    55
    What distro?
     
  32. m2b999

    m2b999 Notebook Enthusiast

    Reputations:
    0
    Messages:
    18
    Likes Received:
    1
    Trophy Points:
    6
    ubuntu 10.04.
     
  33. m2b999

    m2b999 Notebook Enthusiast

    Reputations:
    0
    Messages:
    18
    Likes Received:
    1
    Trophy Points:
    6
    I mean the sound works fine in my headphones, but can't hear a thing in my speakers. I tried the solution in the first post, but without any luck.
     
  34. m2b999

    m2b999 Notebook Enthusiast

    Reputations:
    0
    Messages:
    18
    Likes Received:
    1
    Trophy Points:
    6
    I know this is off topic, but I can't see where I can edit my profile signature!
     
  35. f4ding

    f4ding Laptop Owner

    Reputations:
    261
    Messages:
    2,085
    Likes Received:
    0
    Trophy Points:
    55
    From Ubuntu Wiki:

    Now open GNOME ALSA Mixer from Applications -> Sound & Video -> GNOME ALSA Mixer

    Choose the tab: “SigmaTel…”

    Turn on “Audigy Analog/Digital Output Jack”

    That’s it now your sound should work as normal

    Try that first.
     
  36. m2b999

    m2b999 Notebook Enthusiast

    Reputations:
    0
    Messages:
    18
    Likes Received:
    1
    Trophy Points:
    6
    I have only Realtek ID 655 and Nvidia ID d :confused:

    I remember having SigmaTel, but not any more.

    Thanks
     
  37. m2b999

    m2b999 Notebook Enthusiast

    Reputations:
    0
    Messages:
    18
    Likes Received:
    1
    Trophy Points:
    6
    probably because I installed the RealTek driver from their website? This is why I think I got the wrong driver. I got it from here.
     
  38. f4ding

    f4ding Laptop Owner

    Reputations:
    261
    Messages:
    2,085
    Likes Received:
    0
    Trophy Points:
    55
    I'm out of ideas myself. Did you try Ubuntu forum?
     
  39. moe67er

    moe67er Newbie

    Reputations:
    4
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    5
    if you have the problem not to have sound out of the speaker (but one of the headphones), check
    the Realtek ALC665 Linux drivers here Realtek Driver . Extract files and run install-file as administrator (sudo). Reboot and enjoy sound

    That's the way I made it and it works fine.
     
  40. vorob

    vorob Notebook Deity

    Reputations:
    83
    Messages:
    1,140
    Likes Received:
    59
    Trophy Points:
    66
    Guys and how to control brightness in ubuntu? I see some option on AC tab abut nothing on Battery tab. Also even on AC its not working.
     
  41. m2b999

    m2b999 Notebook Enthusiast

    Reputations:
    0
    Messages:
    18
    Likes Received:
    1
    Trophy Points:
    6
    F4ding, Thanks for your help.
    moe67er, I'm working on that as I speak. hope it works.

    vorob, you have to switch to discrete graphics from the BIOS in order to adjust the brightness in ubuntu.
     
  42. m2b999

    m2b999 Notebook Enthusiast

    Reputations:
    0
    Messages:
    18
    Likes Received:
    1
    Trophy Points:
    6
    moe67er, you're the best. It worked. I did that in the past, but I forgot to make install as root. Thanks again.
     
  43. m2b999

    m2b999 Notebook Enthusiast

    Reputations:
    0
    Messages:
    18
    Likes Received:
    1
    Trophy Points:
    6
    vorob, what score did you get on your laptop's HHD from windows 7?
     
  44. moe67er

    moe67er Newbie

    Reputations:
    4
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    5
    @m2b999 fine...took me also long time searching for it some weeks ago. but i'm happy that it works now :)
     
  45. m2b999

    m2b999 Notebook Enthusiast

    Reputations:
    0
    Messages:
    18
    Likes Received:
    1
    Trophy Points:
    6
    moe67er, You know what's really weird. I just did an update and all of the sudden the audio got missed up. :confused: BUT of course, with your method I got it up and running within few seconds. :D
     
  46. PortendingEnnui

    PortendingEnnui Newbie

    Reputations:
    0
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    5
    Resurrecting this thread -
    I just received my R2 and have installed Win7 Ult / Ubuntu/ BackTrack 4

    For those who get a black screen after installing Nvidia driver in Ubuntu (even recovery!) press E at the grub and delete quiet splash and add nomodeset. This allowed me to boot, but now I'm having trouble with compiz.

    Has anyone installed BackTrack4 and gotten ethernet/wireless to work? When i try to enable the ethernet card it spams an error in console. I haven't tried compiling/installing the broadcom drivers for it yet, but will after work.
     
  47. PortendingEnnui

    PortendingEnnui Newbie

    Reputations:
    0
    Messages:
    4
    Likes Received:
    0
    Trophy Points:
    5
    Also, some posts in this thread comment regarding the GPU preference in the BIOS. I was unable to find this option in the BIOS. The R2 bios update on Dell is A1. Is the option not available in this build?
     
  48. moe67er

    moe67er Newbie

    Reputations:
    4
    Messages:
    5
    Likes Received:
    0
    Trophy Points:
    5
    @ PortendingEnnui

    you have to start the network in backtrack manually by ./sh networking start
    this is documented somewhere in the backtrack forum :)

    I hope, i remember the command correctly...if not, have a look in the forum.

    I don't have the R2, so I can't say anything to the BIOS settings there. why did you install the nvidia linux driver? i'm fine with the standard drivers. are there any advantages?

    greets
     
  49. fnord0

    fnord0 Notebook Guru

    Reputations:
    32
    Messages:
    56
    Likes Received:
    1
    Trophy Points:
    16
    ethernet is usable via atl1c module, recompile yr kernel if needed (I just did when upgrading to 2.6.34) in back|track 4 final. I have m11x R1. sounds like R2 doesn't have the capability to set BIOS to only use discrete/nvidia card, as R2 version uses optimus. vgaswitcheroo is still non-functional on R1 as far as Im aware for R1 still. let us know how you get along with linux on the R2, please
     
  50. corwinicre

    corwinicre Notebook Deity

    Reputations:
    191
    Messages:
    720
    Likes Received:
    0
    Trophy Points:
    30
    Correct, the option to change GPUs isn't available in the BIOS. R2 users are SOL for now.
     
← Previous pageNext page →