Results 1 to 5 of 5
Like Tree2Likes
  • 1 Post By LizardMan
  • 1 Post By Bearcat

Thread: Drivers Installation in Linux of HP Probook 4530s

  1. #1
    Newbie
    Overall activity: 15.0%

    Join Date
    Mar 2010
    Location
    Pakistan
    Posts
    55
    Liked
    9 times
    Points
    2,333

    Drivers Installation in Linux of HP Probook 4530s

    I am new in Linux, i have installed Ubuntu-10.10 in my notebook hp pro-book-4530s. now i want to install the drivers in it which is available in hp site. Ubuntu automatically install it but the mouse driver and some feature are not available like disable touch pad while typing. i download the drivers (http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareIndex.jsp?lang=en&cc=us&prodNameId=5060882&prodTypeId=321957&prodSeriesId=5060880&swLang=13&taskId=135&swEnvOID=2020) but i do not know how to install them. Please help me. Thank you.

  2. #2
    Newbie
    Overall activity: 15.0%

    Join Date
    Mar 2010
    Location
    Pakistan
    Posts
    55
    Liked
    9 times
    Points
    2,333
    please help

  3. #3
    Banned
    Overall activity: 0%

    Join Date
    Oct 2009
    Location
    Earth
    Posts
    790
    Liked
    113 times
    Points
    16,820
    I downloaded one of the drivers and saw that it is a .rpm file. Ubuntu normally uses .deb files. You need to convert the drivers to .deb to be able to install.
    There’s a utility called Alien that converts packages from one format to the other.

    Run this command to install alien and other necessary packages:
    Code:
    sudo apt-get install alien dpkg-dev debhelper build-essential
    To convert a package from rpm to debian format, use this command syntax:
    Code:
    sudo alien -d packagename.rpm
    To install the package, you’ll use the dpkg utility, which is the internal package management tool behind debian and Ubuntu.
    Code:
    sudo dpkg -i packagename.deb

    Source

    ---------- Post added at 12:42 AM ---------- Previous post was at 12:35 AM ----------

    Example

    Suppose you have to install the touch pad driver HP-SLED-Commercial-15.3.18_32.rpm file

    To convert .rpm to debian

    Code:
    sudo alien -k HP-SLED-Commercial-15.3.18_32.rpm
    Now you should be having HP-SLED-Commercial-15.3.18_32.deb file

    To install .deb file

    Code:
    sudo dpkg -i HP-SLED-Commercial-15.3.18_32.deb
    Last edited by LizardMan; 10-25-2011 at 06:41 AM.

  4. #4
    I'd rather be fishing!
    Overall activity: 0%

    Join Date
    Jan 2011
    Location
    Minnesota, USA
    Posts
    3,155
    Liked
    1543 times
    Points
    4,220
    Very nice tutorial Lizard! Thanks for taking the time to post it!
    Life isn't about waiting for the storm to pass, it's about learning to dance in the rain!

  5. #5
    Newbie
    Overall activity: 15.0%

    Join Date
    Mar 2010
    Location
    Pakistan
    Posts
    55
    Liked
    9 times
    Points
    2,333
    Thank you bude you for this tutorial
    Quote Originally Posted by LizardMan View Post
    I downloaded one of the drivers and saw that it is a .rpm file. Ubuntu normally uses .deb files. You need to convert the drivers to .deb to be able to install.
    There’s a utility called Alien that converts packages from one format to the other.

    Run this command to install alien and other necessary packages:
    Code:
    sudo apt-get install alien dpkg-dev debhelper build-essential
    To convert a package from rpm to debian format, use this command syntax:
    Code:
    sudo alien -d packagename.rpm
    To install the package, you’ll use the dpkg utility, which is the internal package management tool behind debian and Ubuntu.
    Code:
    sudo dpkg -i packagename.deb

    Source

    ---------- Post added at 12:42 AM ---------- Previous post was at 12:35 AM ----------

    Example

    Suppose you have to install the touch pad driver HP-SLED-Commercial-15.3.18_32.rpm file

    To convert .rpm to debian

    Code:
    sudo alien -k HP-SLED-Commercial-15.3.18_32.rpm
    Now you should be having HP-SLED-Commercial-15.3.18_32.deb file

    To install .deb file

    Code:
    sudo dpkg -i HP-SLED-Commercial-15.3.18_32.deb

 

 

Similar Threads

  1. Replies: 12
    Last Post: 09-22-2010, 09:54 PM
  2. Replies: 12
    Last Post: 05-03-2010, 07:11 PM
  3. Replies: 8
    Last Post: 04-20-2009, 10:23 PM
  4. Modem Drivers for Linux
    By metric in forum Linux
    Replies: 3
    Last Post: 01-09-2009, 12:14 AM
  5. SP3 Installation
    By bahirzaheri8 in forum General Forum
    Replies: 8
    Last Post: 11-09-2008, 02:54 AM

Tags for this Thread

All times are GMT +8. The time now is 04:33 AM.