LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-28-2004, 07:57 AM   #1
jsolanky
Member
 
Registered: Nov 2004
Posts: 39

Rep: Reputation: 15
cp: omitting error


Hi,

I am trying to copy a folder from floppy to my directory.

the name of the folder is "orinoco-usb-0.3.0-rrey4"

I type cp /mnt/floppy/orinoco-usb-0.3.0-rrey4 .
and I get error msg that reads - cp: omitting directory '/mnt/floppy/orinoco-usb=0.3.0-rrey4


what am I doing wrong?

thanks
 
Old 11-28-2004, 07:59 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
add the -r option to include directories
 
Old 11-28-2004, 08:01 AM   #3
jsolanky
Member
 
Registered: Nov 2004
Posts: 39

Original Poster
Rep: Reputation: 15
thank you very much.

I just serached that info and used it, I was about to come post it here. Can you please explain why -r did the job? Is it because transfering from ntfs to er2?

thanks
 
Old 11-28-2004, 08:06 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
-r = recursive. see the cp manpage for more details.
 
Old 11-28-2004, 08:07 AM   #5
jsolanky
Member
 
Registered: Nov 2004
Posts: 39

Original Poster
Rep: Reputation: 15
I am trying something but not working, can someone be nice enough to please guide me thru the install?

http://dev.gentoo.org/~agriffis/N620c/

Under Wireless Networking

Wireless Networking
The W200 (lid-mounted wireless 802.11b module) is working well for me using a version of the orinoco-usb driver modified to run on 2.6.0. I've made orinoco-usb-0.3.0-rrey4.tar.bz2 available here since it is no longer available from here.

cd /usr/src
tar xjvf orinoco-usb-0.3.0-rrey4.tar.bz2
cd orinoco-usb-0.3.0-rrey4
make KERNEL_SRC=/usr/src/linux
make install
mkdir /lib/modules/2.6.5-mm1/orinoco
cp driver/*.ko /lib/modules/2.6.0-test9/orinoco
emerge hotplug
rc-update add hotplug default
/etc/init.d/hotplug start

I am trying to do the following. But with no luck.

Please help
 
Old 11-28-2004, 08:09 AM   #6
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
ok, we have not one, but ten commands there... you've not even said which one isn't working, let alone what happens when whichever one it is doesn't work. we're not psychic.
 
Old 11-28-2004, 08:13 AM   #7
jsolanky
Member
 
Registered: Nov 2004
Posts: 39

Original Poster
Rep: Reputation: 15
Sorry about that.

make KERNEL_SRC=/usr/src/linux

Here is the error:
[jimmy@localhost orinoco-usb-0.3.0-rrey4]$ make KERNEL_SRC=/usr/src/linux
make -C driver
make[1]: Entering directory `/home/jimmy/linux/orinoco-usb-0.3.0-rrey4/driver'
mkdir -p .tmp_versions
cp /usr/src/linux/.tmp_versions/*.mod /home/jimmy/linux/orinoco-usb-0.3.0-rrey4/driver/.tmp_versions
cp: cannot stat `/usr/src/linux/.tmp_versions/*.mod': No such file or directory
make[1]: [modules] Error 1 (ignored)
make -C /usr/src/linux SUBDIRS=/home/jimmy/linux/orinoco-usb-0.3.0-rrey4/driver MODVERDIR=/home/jimmy/linux/orinoco-usb-0.3.0-rrey4/driver/.tmp_versions modules
make: *** /usr/src/linux: No such file or directory. Stop.
make: Entering an unknown directorymake: Leaving an unknown directorymake[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/jimmy/linux/orinoco-usb-0.3.0-rrey4/driver'
make: *** [all] Error 2

thats the command that does not work. I unzipped the tar file in windows and copies just the folder. So I started from (cd orinoco-usb-0.3.0-rrey4
) step.

I hope this is suffix info?

Last edited by jsolanky; 11-28-2004 at 08:17 AM.
 
Old 11-28-2004, 08:24 AM   #8
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
suffix? you mean sufficient?

erm.. you have no linux source installed. if you are not on gentoo. get it from your dsitro cd's. if you are on gentoo then that will be there already. the commands you have are for gentoo.... you do realise that?
 
Old 11-28-2004, 08:27 AM   #9
jsolanky
Member
 
Registered: Nov 2004
Posts: 39

Original Poster
Rep: Reputation: 15
Sorry but unfortunately I am not an expert like you. I just started learning linux few days ago.

I am using Mandrake 9.2 KDE. If possible can you please guide me thru the steps to get this going?

thanks
 
Old 11-28-2004, 08:59 AM   #10
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
you started with a question about the cp command, and are now looking at wireles NIC support... not exactly the same thing. i'm not familiar with much wireless stuff, sorry.
 
Old 11-28-2004, 09:09 AM   #11
jsolanky
Member
 
Registered: Nov 2004
Posts: 39

Original Poster
Rep: Reputation: 15
well.. do you know how to install Linux Source to Mandrake 9.2?
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
aplay: pcm_write:1029: write error: Input/output error mimithebrain Linux - Software 2 12-04-2007 11:51 AM
updating new installation of 9.3 ERROR...ERROR...ERROR Morbid SUSE / openSUSE 3 08-15-2005 11:22 PM
formating console output (omitting parts you do not want) bpk Linux - Newbie 6 06-10-2004 07:32 PM
NETPERF: ERROR --> send_udp_stream: error on remote: Interrupted system call dravya Linux - General 1 05-29-2004 05:49 PM
cdrecord inupt/output error. write_g1: scsi sendcmd: no error lucstuk Linux - Software 9 08-09-2003 09:27 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration