博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

arch drivers

Posted on 2012-12-13 16:20  hebi  阅读(327)  评论(0)    收藏  举报

graphic:

I have not completed Nvidia card, only the intel card.

  pacman -S xf86-video-intel

ok.

If there is no drivers installed( when the udev can do nothing), the error " no screen found" will appear.

wireless:

/*

  pacman -S wireless_tool  //command wifi-menu available

  pacman -S dialog  //Please install 'dialog' to use wifi-menu

However, I got the message "No networks found". Maybe there are some problem in the driver.*/

  just install the following packages:

    pacman -S wireless_tools wpa_supplicant wpa_actiond dialog

  then use wifi-menu to select a wifi network.

  before use wifi, dhcp service must be loaded, use:  sudo dhcpcd  //sometime this may not work, try: sudo dhcpcd wlan0  //wlan0 is the current connect, which can be found by typing: iwconfig