LinuxSir.cn,穿越时空的Linuxsir!

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

[服务新手] gentoo-sources内核.config文件配置服务

[复制链接]
发表于 2009-11-4 10:49:15 | 显示全部楼层
谢谢zhou3345的建议
回复 支持 反对

使用道具 举报

发表于 2009-11-6 19:29:19 | 显示全部楼层
Post by zhou3345;2035313
请问你在其它系统下能正常使用usb吗?是不是在bios中没有打开usb设备?

根据这个页面
http://www.sun.com/bigadmin/hcl/data/components/details/2907.html
得知ati sb400的usb驱动是包含在 ohci 驱动中的,如果内核中有 ohci 的支持,应该是没有问题的。

其实你自己的这个帖子http://www.linuxsir.cn/bbs/thread348329.html已经提到这个问题了 ,请仔细看你贴出来的硬件信息,可以发现:
  1. 00:13.0 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80) (prog-if 10 [OHCI])
  2.     Kernel driver in use: ohci_hcd
  3. 00:13.1 USB Controller: ATI Technologies Inc IXP SB400 USB Host Controller (rev 80) (prog-if 10 [OHCI])
  4.     Kernel driver in use: ohci_hcd
  5. 00:13.2 USB Controller: ATI Technologies Inc IXP SB400 USB2 Host Controller (rev 80) (prog-if 20 [EHCI])
  6.     Kernel driver in use: ehci_hcd
复制代码
如果以上驱动 ohci/ehci都编译进内核,而usb还是不能使用的话,就需要从别的地方去找原因了。

:daniu:是否试试uhci驱动,没记错ohci驱动基本上已经淘汰了

----------------
居然占了个好楼
回复 支持 反对

使用道具 举报

发表于 2009-11-12 16:45:19 | 显示全部楼层
楼主万岁!我成功了,不过中间也有些挫折。现在在vbox里面编译内核只需要17分钟。还有望再缩减!昨晚缩减了10分钟,但是不能启动,晚上回去继续检查一下!
回复 支持 反对

使用道具 举报

发表于 2009-11-23 10:28:56 | 显示全部楼层
从来入不了门的来顶顶,只装好过一次基本系统,装了差不多有5次左右。
回复 支持 反对

使用道具 举报

发表于 2009-11-25 01:34:41 | 显示全部楼层
好东西,谢谢楼主!  顺带推荐几篇金sir的文章

《Linux 2.6.19.x 内核编译配置选项简介》
             作者:金步国

《Linux内核引导参数简介》
     作者:金步国


《深入理解软件包的配置、编译与安装》
      作者:金步国

《gcc编译优化指南》
   作者:金步国
回复 支持 反对

使用道具 举报

发表于 2009-12-6 11:01:06 | 显示全部楼层
能否帮小弟配置一下内核?
没有用过集成的intel卡 不知道内核需要配置什么地方
装完gnome 发现非常的卡 好像是 drm出问题了

————————————————————————————————————
一下截取xorg.log 没有使用xorg.conf
(EE) open /dev/fb0: No such file or directory
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: Searching for BusID pci:0000:00:02.0
drmOpenDevice: node name is /dev/dri/card0
drmOpenDevice: open result is 7, (OK)
drmOpenByBusid: drmOpenMinor returns 7
drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
(EE) intel(0): [drm] Failed to detect GEM.  Kernel 2.6.28 required.
(EE) intel(0): Failed to become DRM master.
(EE) intel(0): Failed to initialize kernel memory manager
————————————————————————————————————
以下是lspci
奔腾E6300 + 2G + intelG41 (cpu内核里面应该选什么? E6300算core 2? 还是奔E ?)
00:00.0 Host bridge: Intel Corporation 4 Series Chipset DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)


谢谢
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-12-6 14:56:37 | 显示全部楼层
刚配了一个,x86_64的,你试试看。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2009-12-6 19:29:39 | 显示全部楼层
Post by zhou3345;2053124
刚配了一个,x86_64的,你试试看。


非常感谢
能再麻烦你一次?
下午买了张TP的无线pci
lspci
03:01.0 Ethernet controller :Atheros Communication Inc.AR2413 802.11bg NIC (Rev 01)

自己配置的 一直无法连线 可以收到信号
另外 是不是wicd需要配置 ? 看到的卡是 ath0 不是wlan0
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-12-6 19:48:35 | 显示全部楼层
Post by shikihyx;2053179
非常感谢
能再麻烦你一次?
下午买了张TP的无线pci
lspci
03:01.0 Ethernet controller :Atheros Communication Inc.AR2413 802.11bg NIC (Rev 01)

自己配置的 一直无法连线 可以收到信号
另外 是不是wicd需要配置 ? 看到的卡是 ath0 不是wlan0


ath0是对的。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

发表于 2009-12-10 20:37:33 | 显示全部楼层
上传一个我使用 VMware 7.0 / T8100 / SCSI 安装 x86_64 的配置

没有进行完全的测试~供使用 VMware 的童鞋参考

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

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

本版积分规则

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