红联Linux门户
Linux帮助

gentoo 实现adsl拨号上网

发布时间:2008-01-10 11:10:12来源:红联作者:lktlks
1.内核配置,一定要选择为模块
Device Drivers --->
Networking support --->
PPP (point-to-point protocol) support
PPP support for async serial ports
PPP support for sync tty ports

2.time emerge rp-pppoe,执行pppoe-setup配置,执行pppoe-start拨号

3.确保网关没有被设置。
文章评论

共有 1 条评论

  1. lktlks 于 2008-01-10 11:10:46发表:

    gentoo 实现声卡配置

    1.内核配置,如下图
    Device Drivers --->
    Sound --->
    Sound card support
    Advanced Linux Sound Architecture --->
    Advanced Linux Sound Architecture
    Sequencer support
    Sequencer dummy client
    OSS Mixer API
    OSS PCM (digital audio) API
    OSS PCM (digital audio) API - Include plugin system
    OSS Sequencer API
    RTC Timer support
    Use RTC as default sequencer timer
    Dynamic device file minor numbers
    Support old ALSA API
    Verbose procfs contents
    [ ] Verbose printk
    [ ] Debug
    Generic devices --->
    PCI devices ---> 在此选择自己的声卡型号
    USB devices --->
    System on Chip audio support --->
    Open Sound System ---> 确保此项没有被选择
    2.emerge alsa-utils,执行/etc/conf.d/alsasound
    3.用播放器播放歌曲 alsamixer madplay love.mp3
    4.rc-update add alsasound default