openSUSE Forums > Hardware » make: Nothing to be done for `all'

Go Back   openSUSE Forums > Hardware
Forums FAQ Members List Search Today's Posts Mark Forums Read


Hardware Questions about drivers, peripheral cabling, configuration

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-Nov-2009, 04:46
Puzzled Penguin
 
Join Date: Nov 2009
Posts: 1
eng_salah hasn't been rated much yet
Default make: Nothing to be done for `all'

hello,
please i have driver ftdi_sio, when i use the make order as the steps had written this message appeare make: Nothing to be done for `all'
can any body help me to solve this
thanks
Reply With Quote
  #2 (permalink)  
Old 04-Nov-2009, 06:49
palladium
Guest
 
Posts: n/a
Default Re: make: Nothing to be done for `all'

you should not have to compile, make, install etc, ftdi_sio as it is
included in modern openSUSE installs...all you need to do it make sure
it loads into the kernel..

try to type in a terminal:

Code:
su -
and enter...do NOT forget the space dash at the end...you will be
asked for the root password, but will not see it as you type it in,
then press return and expect your prompt to turn to red, then type:

Code:
sbin/modprobe -v ftdi_sio
--
palladium
Have a lot of fun..
Reply With Quote
  #3 (permalink)  
Old 04-Nov-2009, 08:22
Wise Penguin
 
Join Date: Jun 2008
Location: Kansas City Area, Missouri, USA
Posts: 2,199
lwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to alllwfinger 's reputation is known to all
Default Re: make: Nothing to be done for `all'

palladium wrote:
> you should not have to compile, make, install etc, ftdi_sio as it is
> included in modern openSUSE installs...all you need to do it make sure
> it loads into the kernel..
>
> try to type in a terminal:
>
>
Code:
> su -
>
>
> and enter...do NOT forget the space dash at the end...you will be
> asked for the root password, but will not see it as you type it in,
> then press return and expect your prompt to turn to red, then type:
>
>
Code:
> sbin/modprobe -v ftdi_sio
>


This info is basically correct, but I offer a couple of critiques.
First of all, it should be "/sbin/modprobe". Secondly, I do not
recommend logging in as root (the "su -" part) to execute a single
command. Instead, you should do the following command:

Code:
sudo  /sbin/modprobe  -v  ftdi_sio
This form gives root privilege (once you give the root password) for
the single command.

I do not know why this driver does not autoload. What does the command
'lsusb' show for the device?
Reply With Quote
Reply

Bookmarks


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




 

Search Engine Friendly URLs by vBSEO 3.3.0 RC2