하드웨어/Network 장비2011. 10. 26. 23:09
Xnote LW20 / LW25를 사고 옆을 보니 눈에 띄는 1394 커넥터
오호라~ 예전에 질렀던(펜4 2기가 시절에 -_-) 1394 케이블을 다시 쓸날이 왔구나! 싶은데

아무튼 이녀석 링크를 하면 400Mbps로 뜨고,
예전 구형 시스템에서도 더욱 낮은 cpu 점유율과 더욱 빠른 전송속도를 보여주었던 기억이 난다.

리눅스쪽 설정
$ lspci
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller (rev 12)
06:00.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller

$ sudo modprobe eth1394

$ lsmod | grep 1394
eth1394                13318  0 
ohci1394               26950  0 
ieee1394               81181  2 eth1394,ohci1394

$ dmesg | grep 1394
[    0.281394] ACPI: Battery Slot [CMB0] (battery present)
[    2.498798] ohci1394 0000:06:00.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.552066] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[16]  MMIO=[bc006000-bc0067ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[    3.824202] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[5822274000e09104]
[    3.824759] ieee1394: Node added: ID:BUS[0-01:1023]  GUID[6c01156100e09104]
[  218.325001] eth1394: eth2: IPv4 over IEEE 1394 (fw-host0)
[  219.606023] ieee1394: Node changed: 0-01:1023 -> 0-00:1023
[  219.606157] ieee1394: Node changed: 0-00:1023 -> 0-01:1023

$ sudo ifconfig eth2 192.168.10.2 netmask 255.255.255.0
 
$ ifconfig
eth2      Link encap:UNSPEC  HWaddr 58-22-27-40-00-E0-91-04-00-00-00-00-00-00-00-00  
          inet addr:192.168.10.2  Bcast:192.168.10.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:502 errors:0 dropped:0 overruns:0 frame:0
          TX packets:384 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:34881 (34.8 KB)  TX bytes:36850 (36.8 KB)

$ vi /etc/network/interfaces 
auto lo
iface lo inet loopback

auto eth2
iface eth2 inet static
address 192.168.10.2
netmask 255.255.255.0 

$ vi /etc/modprobe.d/blacklist.conf 
# causes no end of confusion by creating unexpected network interfaces
#blacklist eth1394 

일단 eth1394의 경우에는 blacklist 처리가 되어 있어 풀어줘야 하고
ifup 스크립트 쪽에도 올려놔야 자동으로 올라올듯 하다.

[링크 : https://help.ubuntu.com/community/EthernetOverFirewire]
[링크 : http://stream-recorder.com/forum/connecting-two-ubuntu-9-10-computers-over-t5347.html]
[링크 : http://www.ubuntu.or.kr/viewtopic.php?f=21&t=19072]


윈도우쪽 설정


 TCP/IP에 대충 때려주고는 작업관리자에서 확인하면 400Mbps로 속도가 뜬다.


[링크 : http://dvvb-textcube.blogspot.com/2008/10/ubuntu-ieee1394firewire-networking.html]
Posted by 구차니
하드웨어/Network 장비2011. 10. 17. 17:10
WEP - Wired Equivalent Privacy
(40bit)64bit 는 5자리
(104bit)128bit는 13자리 까지 입력을 해야한다.

[링크 : http://support.ap.dell.com/support/edocs/network/p57205/ko/ex_confg/set_sec.htm]

64bit 가 8자리가 아니라 5자리가 된 이유는
24bit (3자리)의 IV(Initialization Vector)가 들어가기 때문이라는데 흐음..
IV가 먼지 까지 알아야 하려나... -_-
Standard 64-bit WEP uses a 40 bit key (also known as WEP-40), which isconcatenated with a 24-bit initialization vector (IV) to form the RC4 key.
 

[링크 : http://en.wikipedia.org/wiki/Wired_Equivalent_Privacy



WPA-PSK / 
WPA-PSK2 - Wi-Fi Protected Access Pre-shared key mode
8~63 자리
Pre-shared key mode (PSK, also known as Personal mode) is designed for home and small office networks that don't require the complexity of an 802.1X authentication server.[8] Each wireless network device encrypts the network traffic using a 256 bit key. This key may be entered either as a string of 64 hexadecimal digits, or as a passphrase of 8 to 63 printable ASCII characters.
 

[링크 : http://en.wikipedia.org/wiki/Wi-Fi_Protected_Access

Posted by 구차니
하드웨어2011. 9. 27. 13:03
혹시나 express card가 인식안되면 어떡하나
BIOS에서 하드로 인식을 못해서 부팅이 안되면 어떡하나 고민했는데
다행히도 전부 인식완료~

BIOS에서 HDD로 인식한 화면


아무튼 첫 인상은 쥐콩만하네?


Xnote LW20 express의 Express Card 슬롯
중고로 12만원주고 이번에 산건데 깨져있어서 인식안하면 어떡하나 두근두근!
끝까지 밀어 넣으면 1mm 정도 살짝 튀어나온다.


Express Card의  커넥터 부분
느낌으로는 SATA 전원 같은 느낌?


---
집에와서 설치하는데 뻥좀 쳐서 1시간(못해도 40분 이상 걸린듯, HDD에 하는데 20분도 안걸린거에 비하면 대박..)
한글 언어팩 설치하는데 뻥좀 쳐서 20분 -_-
역시 SSD는 좋은걸 사야하는건가.. 하는 후회가 드는중
아무튼 BIOS 문제인지 HDD를 뽑아버리면 부팅이 한참 걸리는 문제가 발생해서
이래저래 SSD를 산 의미가 전혀 없어졌다 ㅠ.ㅠ

'하드웨어' 카테고리의 다른 글

패러럴 연장 / FX 케이블  (0) 2011.12.09
PCI-Ex 관련 골때리는(?) 물품  (0) 2011.12.06
M2N-SLI 의 SATA 하드와 Win7 궁합  (0) 2011.09.27
HT Technology in MPS  (0) 2011.09.17
Max CPUID Value Limit  (0) 2011.09.17
Posted by 구차니
하드웨어2011. 9. 27. 10:24
이상하게 하드 속도가 오락가락해서 HD Tune으로 하드를 테스트 해보니
심할때는 1.1MB/s 까지 떨어지고 그래서 다시 테스트 해보면 정상으로 돌아오고 그런다 -_-
하드 문제인가 해서 AS 하려니 악명 높은 WD 아치바라서 귀찮은것도 있지만..
아무튼..

결론은 VISTA 까지는 괜찮은것 같은데 Win7과는 좀 호환성이 문제가 되는듯 하다는 걸려나?

[링크 : http://forums.afterdawn.com/t.cfm/f-216/beware_of_the_asus_m2n-sli_mobo-830922/]
[링크 : http://hardforum.com/showthread.php?t=1310980
Posted by 구차니
심심해서 부팅중에(BIOS 레벨에서) NMI 버튼을 눌러보았더니
먼가 좀 싱거운 에러군..

Multi-Bit ECC Error
System Halted
 

 
2011/09/13 - [하드웨어/Server Case/board] - NMI 버튼을 눌렀더니! - NMI on Win7
2011/09/25 - [하드웨어/Server Case/board] - NMI on Linux

'하드웨어 > Server Case & board' 카테고리의 다른 글

se7520db2 DDR/DDR2 SKU 식별 방법  (0) 2011.12.03
3핀 저항 / CT-3P-R  (0) 2011.12.01
NMI on Linux  (0) 2011.09.25
Intel System Management Software  (0) 2011.09.24
Insufficient Memory to Shadow PCI ROM  (0) 2011.09.22
Posted by 구차니
100% 뻗을걸 예상하고 눌렀는데 헐...
왜 안죽지? 갸우뚱 하면서 dmesg를 해보니...


Ubuntu Desktop 10.04 LTS 라서 그런가?
서버용으로 하면 죽을려나?

2011/09/13 - [하드웨어/Server Case/board] - NMI 버튼을 눌렀더니! - NMI on Win7

'하드웨어 > Server Case & board' 카테고리의 다른 글

3핀 저항 / CT-3P-R  (0) 2011.12.01
NMI on BIOS  (0) 2011.09.25
Intel System Management Software  (0) 2011.09.24
Insufficient Memory to Shadow PCI ROM  (0) 2011.09.22
Serial console feature - Intel Server board  (0) 2011.09.21
Posted by 구차니
iKVM 과 유사한 녀석이 있나 검색을 해보는데 흐음..
서버보드에서 기본으로 제공하는것 같은데
SE7520DB2도 지원을 하니 일단은 나중에 다운받아서 설치해봐야할듯~

[링크 : http://www.intel.com/content/www/us/en/server-management/intel-server-management.html]
[링크 : http://www.intel.com/support/motherboards/server/sysmgmt/sb/CS-022242.htm]

'하드웨어 > Server Case & board' 카테고리의 다른 글

NMI on BIOS  (0) 2011.09.25
NMI on Linux  (0) 2011.09.25
Insufficient Memory to Shadow PCI ROM  (0) 2011.09.22
Serial console feature - Intel Server board  (0) 2011.09.21
흐음... 탐지 오류인가?  (0) 2011.09.18
Posted by 구차니
하드웨어/Display 장비2011. 9. 24. 16:06
intel에서 별도로 제공하진 않고, intel linux graphics 라는 곳에서 제공을 하고 있다.
2011년 3분기 드라이버가 나왔는데 여기에 mesa 7.9가 포함되어있다.
그런데 git로 받아야 해서 귀찮네 -_-

[링크 : http://www.intel.com/support/graphics/sb/cs-010512.htm]
[링크 : http://intellinuxgraphics.org/]



Intel 2011Q3 graphics package

components

Kernel: Linux 3.0 release 
3D driver: mesa 7.11 release 
2D driver: xf86-video-intel 2.16.0 release
Libdrm: libdrm-2.4.26 release 
Libva: libva-1.0.14 release 
(xserver-1.10.3 is tested with this stack)

[링크 : http://intellinuxgraphics.org/2011Q3.html]
 

mesa 드라이버 버전때문에 머리 아플바에는 다음 릴리즈를 기대하는게 나으려나? 
Posted by 구차니
부팅에는 지장없고, 그렇다고 해서 설치된 PCI 장치가 실행되는것도 아니고
BIOS상에 Shadow 하지 않도록 하는 옵션도 없고 -_- 어쩌란건지...


현재사용중인 바이오스 버전은
SE7502BD22.86B.P.07.00.0064인데,
릴리즈 노트를 보면 69 버전에서 이런 오류가 수정되었다고 하는데 흐음..
바이오스 업데이트를 해봐야하나?

Build 0069: - RC01.08
- Fix system will reports "Insufficient Memory to Shadow PCI ROM" message during boot 
  when LSI22320 SCSI card is installed.
 
[링크 : http://www.intel.com/support/motherboards/server/se7520af2/sb/cs-016707.htm

 Insufficient memory to Shadow PCI ROM" BIOS error message may be displayed during POST under certain system configurations and/or when invoking certain option ROM configuration utilities. The display of this POST error message is a result of certain adapters and/or adapter option ROM utilities requesting an exorbitant amount of option ROM space that depletes all space available for other installed PCI adapters and on-board components. The Intel® Server Board BIOS displays this POST error message to indicate that it could not load other option ROMs due to lack of sufficient memory.

This limitation is not a server board specific issue, but rather a legacy BIOS limitation present on all BIOS based platforms.

At this moment there is no work around or fix that will work for all adapters available in the market. Users may disable in BIOS Setup (F2) on-board components not being used (e.g. NIC) thereby de-allocating memory space to compensate depletion of BIOS option ROM by these adapters.
 
[링크 : http://downloadmirror.intel.com/11115/eng/Release%20Notes.TXT

머.. 결론은 알아서 장치 다른거 꺼서 메모리 확보해라 이런거네 -_-
Posted by 구차니
서버보드에는 신기한 기능이 보이는데
BIOS Redirection 이라던가 여러가지를 시리얼 콘솔로 출력할수 있는 기능이 존재한다.
아무튼 이 기능을 사용하면 아래와 같이 시리얼 통신을 할 수 있는 프로그램에서
BIOS를 시리얼로 제어할 수 있게 된다.
네트워크가 아니니 별 의미가 없을수도 있겠지만 흐음..



테스트 해본 결과
보기는 싫어도 minicom이 F1을 제외한 나머지 키를 잘 넘겨주었고
putty는 보기는 좋지만 펑션키를 넘길수가 없었다. 

---
2011.09.22 추가
putty와 minicom에서 펑션키 넘기는 방법
2011/09/21 - [Linux] - xterm 에서 F1 / F10 키 할당 해제하기 
Posted by 구차니