'공부/Linux'에 해당되는 글 3건

  1. 2010.08.06 Linux PS Command
  2. 2010.01.23 오픈소스 라이브러리
  3. 2008.10.20 Dell 1505n, Broadcom Corporation BCM4328 802.11a/b/g/n Linux Driver

Linux PS Command

공부/Linux 2010. 8. 6. 20:08



ps -p PID -mo cmd,pid,user,psr,sgi_p,pcpu

Posted by initproc
,
출처 : http://blog.naver.com/nixorkim/20044963859

Posted by initproc
,

http://www.broadcom.com/support/802.11/linux_sta.php

Linux driver available for Dell Wireless cards

Christopher Tozzi's blog from Thursday reminded me of the announcement that I never made: Linux driver support is now available to Dell-branded wireless cards. We started working closely with Broadcom early this year on providing this support, as our customers have been asking for a Linux driver for our cards for a while now. As a result of this effort, Broadcom released an updated Linux wireless driver that supports cards based on the Broadcom 4311, 4312, 4321, and 4322 chipsets, which include the Dell 1490, 1395, 1397, 1505, and 1510 Wireless cards. This driver is included in the Ubuntu 8.10 release, and should be added to Ubuntu 8.04. It is currently only partially open-source, similar to ATI or NVIDIA video drivers, so keep this in mind when deciding if you want to use it. For those who want to try it out immediately, the driver can be downloaded from here.

We're currently offering the Dell 1397 card with the Studio 15 system with Ubuntu 8.04, and  the 1395 card is supported on our new Inspiron Mini 9. Please give us feedback on how well this driver works for you on any of our Dell wireless cards on our Linux Desktop mailing list.

---------------


Christopher Tozzi's blog을 읽어보면 Broadcom이 리눅스 데스크탑 시장에 대한 생각을 바꾸고 리눅스 드라이버를 내놓기 시작한다는 내용 같다. 그동안 Broadcom에서의 공식적인 리눅스 드라이버가 없어 b43 project가 구성 되었었다는 이야기도 있는거 같고...

http://www.broadcom.com/support/802.11/linux_sta.php

홈페이지에서 Dell Wireless 1505n Driver(Broadcom 4328 Chipset)를 받을 수 있는데 
확인한 결과 커널 2.6.27 이상 버전에서는 컴파일이 안되므로 약간의 수정이 필요하다.
iwe_stream_add_*() API가 변경되어서 해당 부분만 수정하면 된다. 다음은 diff git 기록...
(http://git.kernel.org/?p=linux/kernel/git/stable/linux-2.6.27.y.git;a=commit;h=ccc580571cf0799d0460a085a7632b77753f083e)

그동안 ndiswrapper를 이용해야 Broadcom BCM4328 무선랜이 사용 가능했는데,
이제 그럴 필요가 없을 듯 ...

노트북 Dell M1330 XPS를 사용하는데 이 넘 무선랜이 하필 Broadcom이라.. 그 동안 고생 좀 했다는 거... 어제 리눅스에서 드라이버가 잡히는 거 까지 확인을 완료하고... (커널 버전 2.6.27.2에서)
공유기 문제로 인해 ping까지는 확인을 못해봤지만 동작은 제대로 되는거 같다.

테스트 환경 : Fedora Core 8, Linux Kernel 2.6.27.2

Posted by initproc
,