hello
This is what I do to install the correct drivers:
1. try to find out which system it is
2. copy all the drivers for that system to hard drive
3. install them
we only have dell systems so it goes something like this
sub getcompunaam {
open("f","/usr/sbin/dmidecode|");
while() {
cho
Werner Maes a écrit :
> hello
>
> This is what I do to install the correct drivers:
>
> 1. try to find out which system it is
> 2. copy all the drivers for that system to hard drive
> 3. install them
>
> we only have dell systems so it goes something like this
>
> sub getcompunaam {
> open("f",