Link to home
Start Free TrialLog in
Avatar of s0meguy
s0meguyFlag for Netherlands

asked on

problem installing a WLAN driver on ubuntu (RPM problem)

There's some urgency to this as i'm leaving on vacation in about 10 hours, but i might still be able to fix it there, i just wont have wired LAN access to download additional required software.

----------

DWA-160 isnt detected automatically so i got the linux driver from the D-link website, but the instructions in there are probably for an older version of ubuntu/RPM.

I installed RPM and build-essential

then i try the command (from the instructions by D-link)

sudo rpm -ivh --force -nodpes otusdriver-3.2.0-X.i386.rpm

but i get an error that -nodpes is an unknown argument, so i try to do it without it, then i get an error that it needs the /bin/sh dependency, so i google that and end up trying some solutions like deleting the old /bin/sh and making a new one that symlinks with bash. but it doesnt work, still the same problem. so then i tried using --nodeps, and RPM actually starts working, and gets done preparing the RPM but then i get another error:

Installation of 0tus driver failed in Compile phase

error: %post(otusdriver-3.2.0-17.i386) scriptlet failed, exit status 255

then RPM closes down.

so what am i doing wrong?

I tried googling the error messages but it didnt come up with anything relevant.

ubuntu is the latest stable version and everything is up to date

thanks

edit: heh, i didnt realize -nodpes from D-links instruction manual must've been a typo, its getting late
SOLUTION
Avatar of danyul_c
danyul_c
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial