LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installing Wlan drivers, have normal lan support on linux (https://www.linuxquestions.org/questions/linux-newbie-8/installing-wlan-drivers-have-normal-lan-support-on-linux-264738/)

bmonkman 12-10-2004 12:53 AM

Installing Wlan drivers, have normal lan support on linux
 
yeah so i have 2 files on my cd that are for linux drivers
the card is a dell trumobile 1350

the files that i have are ,rpm forman and .run format

can you help me please

Oliv' 12-10-2004 06:52 AM

Hi,

To install a RPM:
Code:

rpm -ivh my_package.rpm
To execute a .run file:
Code:

chmod +x file.run
./file.run

Hope this help you

Oliv'

bmonkman 12-10-2004 12:00 PM

thanks man i will try that when i get home from work


All times are GMT -5. The time now is 02:35 AM.