rpm problem in linux. unknown option?
Wednesday, July 29th, 2009 at
00:34
in RH Linux 9, When im trying to install network drivers using the command "rpm -bb SPEC/tg3.spec" it says "-bb unknown option"
Please help
Tagged with: bb • Linux • network drivers • rh linux • rpm • tg3
Filed under: rpm
Like this post? Subscribe to my RSS feed and get loads more!
Hi,
this not right command for installing drivers.
you need to compile & install driver. just read "make all" command in linux.
Try this:
rpm -ivh SPEC/tg3.spec
Where:
i = install
v = visual
h = print progress hash marks
Also try: rpm –help
do check ur command line u got the wrong command for installn the driver.
stick drivers on a cd rom and try runnin them off that.
BEST ANWSER ME YO.