hp 3239(3240) 笔记本电脑安装 ubuntu feisty

Posted 6 months, 3 weeks ago at 11:32 am. 1 comment

ad 468x60

我用的是 feisty herd4 的光盘。

ubuntu broadcom无线网卡配置

无线网卡是Broadcom的,在ubuntu下安装相当简单

sudo apt-get install bcm43xx-fwcutter

接下来在“联网”里把无线网卡激活便是了

guoshuang2007-06-14+ if u can not download that .so file from xxxx.googlepage.com.u can read things below

On ubuntu, you can sudo aptitude install bcm43xx-fwcutter, download this file: http://drinus.net/airport/wl_apsta.o and sudo bcm43xx-fwcutter -w /lib/firmware wl_apsta.o (you might need to replace /lib/firmware with /lib/firmware/`uname -r`)

I expect ti would be the smae for gentoo but emerge bcm43xx-fwcutter rahter than sudo aptitudei sntall bcm43xx-fwcutter or soemthing… I’ve never used gentoo…

or u can visit this post 在 ubuntu 源内找 .deb 文件

ubuntu nvidia 6150 显卡驱动

nvidia 官方linux drivers站点找到你需要的最新驱动。如果不是64位 ubuntu 安装 Linux IA32 即可。64 位 AMD 选择 Linux AMD64/EM64T。我使用的是这个 NVIDIA-Linux-x86-1.0-9755-pkg1.run

注意: 官方的 us.download.nvidia.com… 速度慢,把前面改成 cn.download.nvidia.com… 即可。

安装步骤:

1. ctrl+alt+f1 切换到 tty 1

2. /etc/init.d/gdm stop
关掉 x window

3. sudo apt-get install linux-headers-$(uname -r) build-essential
安装 libc 等编译环境

4. sudo sh NVIDIAxxxxxxxx.run
根据提示信息执行编译即可。

5. /etc/init.d/gdm start
重新进入 x window

声卡驱动

3239 的声卡在 windows 下显示为 Conexant hight definition audio,在 ubuntu 下会识别为 HDA NVidia(Alsa mixer)(还可以选择 Conexant CX20549 Venice OSS Mixer,但我没有选)。刚开始没有声音,几天之后(估计是哪个 update 的缘故,很可能是内核 2.16.20 的原因)就有了。

把网络加密了还不满意?让我们暗度陈仓,把非授权使用者拒之门外吧。IP806LM提供LAN和Internet访问控制功能,并可以分别控制。首先要让笔记本连接上无线AP,然后在“无线”页面的“访问控制”中选择“只允许选取的无线客户端”,再点“选择客户端”。选中允许访问的计算机名就可以了。 LAN和Internet访问控制的设置大同小异,截图为LAN控制方式。没被允许的连接,即使它能连接上无线AP,也无法连接LAN和 Internet,只好望洋兴叹了。

conexant high definition audio
http://ubuntuforums.org/showthread.php?p=2251034
http://forum.openrays.org/read.php?tid=4105
http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=168685&highlight=high+definition+audio
http://bbs.chinaunix.net/archiver/?tid-901216.html

lspci

00:10.1 Audio device: nVidia Corporation MCP51 High Definition Audio (rev a2)

Popularity: 100% [?]

Tags: , , ,

One Reply

  1. test


Leave a Reply