Nakata,怎样解决这两个相似问题呢?关于tar的错误

Nakata,怎样解决这两个相似问题呢?关于tar的错误

Q1:我有一个文件叫cmpci-4.03.tar.gz是我的CMedia的声卡驱动程序,(我的曼德拉草装的是ALSA,我觉得效果很差,而且一首歌放到5 seconds的时候,XMMS会停止)解压缩之后,没有错误,然后,
#tar -xvf cmpci-4.03.tar
错误信息如下:
Config.in
tar:Config.in:Cannot change ownership touid 100,gid 100.Operation not permitted.
Config.help
tar:Config.help:Cannot change ownership touid 100,gid 100.Operation not permitted.
...
tar:Error exit delayed from previous errors.

Config.in,Config.help等文件都是tar包里面的文件。

Q2:另外一个文件:pctel-2.4.tar是我的Modem的驱动程序,
#tar -xvf pctel-2.4.tar
出错信息如下:
pctel-2.4/
pctel-2.4/FAQ
tar:pctel-2.4/FAQ:Cannot change ownership touid 500,gid 100.Operation not permitted.
pctel-2.4/include/
pctel-2.4/include/halwraps.h
tar:pctel-2.4/include/halwraps.h:Cannot change ownership touid 500,gid 100.Operation not permitted.
......

tar:Error exit delayed from previous errors.






nakata大哥,请帮助~~~~~~~~
      
解决了吧?呵呵。      
我照你说的之后,tar -xvf 成功了
可是,你说进入到这个目录之后,


#./configure
bash:./configure:No such file or directory.

请问怎么办啊?      
tar之后,有如下的文件:
Config.in
Configure.help
Makefile
README
cmpci
cmpci.c

你今晚会上网吗?哈哈      
和我的一样,我没有使用这个驱动,不过你可以试试,编译这个cmpci.c到cmpci.o,再放到目录/lib/modules/*/里的和驱动相关的文件夹覆盖掉以前的cmpci.o,步骤大概是这样,我当时没有这么做,我是重新编译核心的(觉得保险一点,^_^).用locate或find指令可以找到cmpci.o的路径,应该就是在/lib/......那个目录里,先试试吧.
    你的这个包应该是要你把它解开后放进内核源码里编译,这样单独的编译我没试过,问问沧海知不知道.