LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: cnspray

菜鸟的F7经验!(6.6更新) 新加jre的安装。

[复制链接]
 楼主| 发表于 2007-6-7 20:26:48 | 显示全部楼层
Post by duane
楼主的Java安装命令中少了一个/  应该是ln -s /usr/java/jre1.6.0_01/plugin/i386/ns7/libjavaplugin_oji.so

果然少了,谢谢!
回复 支持 反对

使用道具 举报

发表于 2007-6-7 20:41:49 | 显示全部楼层
Parsing package install arguments
这个命令不行啊  怎么办呢 我找不到源吗包


nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Tue Jun  5 13:31:46 2007

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  precompiled interfaces  : true
  no ncurses color        : false
  query latest version    : false
  OpenGL header files     : true
  no questions            : false
  silent                  : false
  no recursion            : false
  no backup               : false
  kernel module only      : false
  sanity                  : false
  add this kernel         : false
  no runlevel check       : false
  no network              : false
  no ABI note             : false
  no RPMs                 : false
  no kernel module        : false
  force SELinux           : default
  no X server check       : false
  force tls               : (not specified)
  X install prefix        : (not specified)
  X library install path  : (not specified)
  X module install path   : (not specified)
  OpenGL install prefix   : (not specified)
  OpenGL install libdir   : (not specified)
  utility install prefix  : (not specified)
  utility install libdir  : (not specified)
  doc install prefix      : (not specified)
  kernel name             : (not specified)
  kernel include path     : (not specified)
  kernel source path      : (not specified)
  kernel output path      : (not specified)
  kernel install path     : (not specified)
  proc mount point        : /proc
  ui                      : (not specified)
  tmpdir                  : /tmp
  ftp mirror              : ftp://download.nvidia.com
  RPM file list           : (not specified)

Using: nvidia-installer ncurses user interface
-> Tagging shared libraries with chcon -t textrel_shlib_t.
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
   ke the installer to attempt to download a kernel interface for your kernel f
   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: Yes)
-> No matching precompiled kernel interface was found on the NVIDIA ftp site;
   this means that the installer will need to compile a kernel interface for
   your kernel.
ERROR: Unable to find the development tool `cc` in your path; please make sure
       that you have the package 'gcc' installed.  If gcc is installed on your
       system, then please check that `cc` is in your PATH.
ERROR: Installation has failed.  Please see the file
       '/var/log/nvidia-installer.log' for details.  You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at www.nvidia.com.
回复 支持 反对

使用道具 举报

发表于 2007-6-7 20:43:10 | 显示全部楼层
小菜 请求帮助````
谢谢
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-7 20:56:09 | 显示全部楼层
ERROR: Unable to find the development tool `cc` in your path; please make sure
that you have the package 'gcc' installed. If gcc is installed on your
可能是没有安装gcc吧?
回复 支持 反对

使用道具 举报

发表于 2007-6-8 08:14:16 | 显示全部楼层
3D加速怎么设置?
回复 支持 反对

使用道具 举报

发表于 2007-6-8 10:00:01 | 显示全部楼层
3D Acceleration failed!

Your graphics card does not appear to be setup correctly.
Please check the documentation for your Linux distribution
and your graphics card drivers to ensure proper installation.

怎么样设置打开3D加速?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-6-8 11:58:56 | 显示全部楼层
N卡好像装了驱动就可以了,A卡的话..............
回复 支持 反对

使用道具 举报

发表于 2007-6-8 18:36:24 | 显示全部楼层

无须任何插件,让你的yum健步如飞

终端下运行:

$ sudo gedit /etc/yum.repos.d/fedora-updates.repo /etc/yum.repos.d/fedora.repo
对打开的两个文件进行编辑(使用小日本的服务器):
取自http://fedora.redhat.com/download/mirrors.html
大家可以自行测试哪个最快,然后选择最合适自己的,我这边是湖南电信,各地速度可能不同,请自行判别使用

将fedora.repo文件中[fedora]那一段改成如下所示:
  1. [fedora]
  2. name=Fedora $releasever - $basearch
  3. baseurl=
  4.              http://ftp.iij.ad.jp/pub/linux/fedora/releases/7/Everything/i386/os/
  5.              ftp://ftp.iij.ad.jp/pub/linux/fedora/releases/7/Everything/i386/os/
  6.              http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/linux/releases/7/Everything/i386/os/
  7.              http://ftp.dti.ad.jp/pub/Linux/Fedora/linux/releases/7/Everything/i386/os/
  8.              http://ftp.rhnet.is/pub/fedora/linux/releases/7/Everything/i386/os/
  9.              http://mirror.switch.ch/ftp/mirror/fedora/linux/releases/7/Everything/i386/os/
  10.              http://download.fedora.redhat.com/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
  11. #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
  12. enabled=1
  13. gpgcheck=1
  14. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora file:///etc/pki/rpm-gpg/RPM-GPG-KEY
复制代码

将fedora-updates.repo文件中的[updates]一节如法炮制:
  1. [updates]
  2. name=Fedora $releasever - $basearch - Updates
  3. baseurl=
  4.              http://ftp.iij.ad.jp/pub/linux/fedora/updates/7/i386/
  5.              ftp://ftp.iij.ad.jp/pub/linux/fedora/updates/7/i386/
  6.              http://ftp.yz.yamagata-u.ac.jp/pub/linux/fedora/updates/7/i386/
  7.              http://ftp.dti.ad.jp/pub/Linux/Fedora/updates/7/i386/
  8.              http://mirror.switch.ch/ftp/mirror/fedora/linux/updates/7/i386/
  9.              http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/$basearch/
  10. #mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
  11. enabled=1
  12. gpgcheck=1
  13. gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
复制代码

重开yum或者yumex即可获得飞一般的速度,我这里峰值可达1.3M

若要加入fedora-cn的freshrpms镜像(本地,速度快)和fedora-cn
请参考:  
fedora.cn for Fedora 7 yum 仓库与freshrpms镜像---hellwolf
http://www.linuxsir.cn/bbs/showthread.php?t=304966

我自己写的,楼主帮忙加到你的教程里面去吧,方便大家,谢谢!
回复 支持 反对

使用道具 举报

发表于 2007-6-8 19:10:55 | 显示全部楼层
那位好心人把

cedega-small-6.0.tgz
cedega-small-6.0-1.i386.rpm
windll.tar.gz
README

发给我邮箱
sunboy30860@163.com

谢谢
回复 支持 反对

使用道具 举报

发表于 2007-6-10 12:10:39 | 显示全部楼层
Post by canshe
如果以后有问题,试试在开机时加入一个服务,先rmmod 模块, 再 modprobe 模块。modprobe应该是这么写的,记不清了。我的声卡是这么搞定的,还有网卡驱动

还让你说对了,我也不知道是怎么回事,一会有声音,一会没有声音!而且什么了没有动过。我使用命令:rmmod snd_hda_intel && modprobe  snd_hda_intel。却 告诉我snd_hda_intel模块已使用。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表