Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
I have a netbook and I'm trying to get ubuntu running at optimal speed it can. I am looking at the driver section of the config and need help find ...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    11

    Building Custom Kernel

    I have a netbook and I'm trying to get ubuntu running at optimal speed it can. I am looking at the driver section of the config and need help find out what - if any - sata drivers I need. Is there a way to find about information like this about my hardware?

  2. #2
    Linux Newbie theNbomr's Avatar
    Join Date
    May 2007
    Location
    BC Canada
    Posts
    150
    If the system is presently running under Linux, you can run dmesg, and grep for 'sata', case insensitive:
    Code:
    dmesg | grep -i sata
    On the system I'm using to write this, I get
    Code:
    sata_promise 0000:00:08.0: version 2.12
    among a lot of other stuff.
    --- rod.
    Stuff happens. Then stays happened.

  3. #3
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    A lot of sevices can be stopped to run Linux at optimal speed.
    Post the output of this
    Code:
    ls /etc/rc2.d
    Post output here.

    Which Graphics Card do you have?
    Code:
    lspci | grep -i vga
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  4. #4
    Linux User
    Join Date
    Nov 2009
    Location
    France
    Posts
    292
    You can get tons of information about your system with the hwinfo utility. I don't know if it's in Ubuntu repos, if not, you can find it on the net.
    0 + 1 = 1 != 2 <> 3 != 4 ...
    Until the camel can pass though the eye of the needle.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    hwinfo package is available in Universe sources of Ubuntu.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  6. #6
    Just Joined!
    Join Date
    Jan 2009
    Posts
    11
    Some output from the lshw command...

    Code:
     *-storage
                 description: SATA controller
                 product: SB700/SB800 SATA Controller [AHCI mode]
                 vendor: ATI Technologies Inc
                 physical id: 11
                 bus info: pci@0000:00:11.0
                 logical name: scsi0
                 version: 00
                 width: 32 bits
                 clock: 66MHz
                 capabilities: storage pm bus_master cap_list emulated
                 configuration: driver=ahci latency=64
                 resources: irq:22 ioport:8420(size=8) ioport:8414(size=4) ioport:8418(size=8) ioport:8410(size=4) ioport:8400(size=16) memory:f0508000-f05083ff
    What I get out of that is that my sata controller is made by ATI and it is using the achi driver, right?

    The output of cat /etc/rc2.d was...

    Code:
    README                 S25bluetooth   S70dns-clean       S99laptop-mode
    S16ssh                 S31atieventsd  S70pppd-dns        S99ondemand
    S20dkms_autoinstaller  S50cups        S90binfmt-support  S99rc.local
    S20exim4               S50pulseaudio  S95preload         S99xdm
    S20kerneloops          S50rsync       S99acpi-support
    S20speech-dispatcher   S50saned       S99grub-common
    Now what?

  7. #7
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Do you use Printer, Scanner, bluetooth and rsync? You can stop these services.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  8. #8
    Just Joined!
    Join Date
    Jan 2009
    Posts
    11
    Where is the printer? How do I stop them from starting at boot time?

  9. #9
    Linux User
    Join Date
    Nov 2009
    Location
    France
    Posts
    292
    You may gain more if you choose the rght processor family, preemption model, timer frequency, if you lower the size of your kernel, discard all experimental features of the kernel...

    Unused services do consume some RAM, not necessarily much CPU cycles, but not much RAM. Deal with them lastly.

    It seems that you are not ready yet to compile a kernel knowingly. Your future attempts will surely produce the kernel that you want.
    0 + 1 = 1 != 2 <> 3 != 4 ...
    Until the camel can pass though the eye of the needle.

  10. #10
    Linux User hatebreed's Avatar
    Join Date
    May 2010
    Posts
    332
    I disagree, I have a dual p2 that was running very slow and I stopped all the notifier services and print, etc. Installed lxde window manager and now this system is running great. Gnome takes up alot of resources, as I found out through my own tinkering and this is why I went to lxde.

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
  •  
...