2009년 1월 31일 토요일

네비게이션 A/S 다시 맡기다.

A/S 를 받아도 나타나는 증상은 매한가지. 아무리봐도 하드웨어 결함인 것 같은데, 불쌍한 엑스로드. 주변에 엑스로드 제품을 사겠다는 사람이 있으면 적극 말릴 참이다. 옛날 네비를 임시로 달아서 쓰는 중. 큰 화면 보다가 작은 화면 보니까 넘 생소하네.

2009년 1월 22일 목요일

Debian Linux 깔기 - 그래픽 카드

nVidia 그래픽 카드 역시 말썽이다.
해결책은 다음과 같다.

---

http://wiki.debian.org/NvidiaGraphicsDrivers

---

참고로, nVidia 사이트에서 받은 드라이버를 설치하는 것이
최신 버전을 지원하므로 더 안정적이다.

(debian way 로 하면 좋긴 하겠지만, 잘 동작 안하는 카드가 많다.)

Debian Linux 깔기 - 네트워크 카드

Debian 리눅스를 설치하다가 네트워크 드라이버 때문에 고생했는데,
(기종: RealTek RTL8111 / 8168)
웹에서 찾은 해결책을 여기 퍼다 놓도록 한다.

--

Hi guys,

Since I've been struggling on the last 2 days to install Realtek RTL8111 NIC on Debian and finally could put it to work, I decided to post here exactly what I had to do.

I faced two main problems. First, I had to download and burn the DVD version of Debian, because the CD version doesn't have commands needed to compile (make and gcc, for example) and since the network card wasn't recognized, I couldn't download them using apt-get install.

The second main problem is that even though Realtek provides the Linux drivers for RTL8111 (called R8168), the make command complains that it couldn't find the directories ("make[1]:**no rule to make target 'modules'" error message), so you will have to edit Makefile file. The problem is that it was hard to find what exactly what I should have done, since Realtek's FAQ only says that I needed to install Linux Kernel source.

Here is a step-by-step guide of what I had to do. Remember, I had just finished installing Debian 4.0 (DVD version). Keep the installation DVD in the DVD-ROM:

1. Install make and gcc

apt-get install make
apt-get install gcc

2. Install kernel souces

apt-get install linux-kbuild-2.6.18
apt-get install linux-headers-2.6.18-6
apt-get install linux-headers-2.6.18-6-686

3. Download and copy Realtek drivers. Since the system wasn't recognizing the network card I had to burn a CD with the driver.

ftp://202.65.194.211/cn/nic/r8168-8.008.00.tar.bz2

After copying this file to a directory (e.g. /root), unpack it:

bunzip2 r8168-8.008.00.tar.bz2
tar -xvf r8168-8.008.00.tar

4. Edit the Makefile file present under "src" directory:

vi r8168-8.008.00/src/Makefile

And then change the following line:

Original:
KDIR := /lib/modules/$(KVER)/build

Modified:
KDIR := /usr/src/linux-headers-2.6.18-6-686/

5. Then you can follow what is described in the readme:

rmmod r8169
make clean modules
make install
depmod -a
insmod ./src/r8168.ko
ifconfig -a

Notice how your NIC will be called (probably eth0 or eth1).

6. Then all you need to do is to edit the interfaces file to add your NIC configuration:

vi /etc/network/interfaces

add:

# The Ethernet card
auto eth0
iface eth0 inet dhcp

Our system was connected to a broadband router, so we were using its DHCP ability to get an IP address.

Then:
ifdown eth0
ifup eth0

7. Bingo! Your NIC will be working fine. Reboot with

shutdown -r now

And see your internet working.

You can test it with simple commands like ifconfig (to see the IP address your DHCP server assigned to your system), ping www.google.com and nslookup www.google.com.

Enjoy!

Cheers,
Gabriel Torres

2009년 1월 21일 수요일

네비게이션 A/S 맡기다.

거금 40여 만원을 주고 산 네비가 맨날 중단되고 오류나는 것을 참고 써왔는데,
벼르고 벼르다가 A/S 에 맡겨 버렸다.
A/S 센터 찾아가기가 참 뭐같았지만, 가보니 예상보다 한가해 보이는 풍경.
수정하는 데, 이틀은 걸린다고 꼭 맡겨놓으란다.
자신있게 제품 초기 모델이 오류가 있다고 얘기하는 거 보면,
내가 만든 것을 어떻게 저렇게 얘기할 수 있을까 싶기도 하고.
주변에 열받는 것들을 하나씩 정리해 보면, 내 생활도 안정을 찾겠지.

2009년 1월 5일 월요일

오늘 있는 변화..

드디어 리뉴얼 버전의 서비스가 출시가 되었다. 이로서 위젯에서 내가 할 일은 일단 마무리가 된 듯. 조직 개편도 되었고, 새로운 일을 맡아서 새롭게 시작할 때이다.

블로그 오픈.

어떤 용도로 쓰게 될 지는 모르지만 일단 만들어 본다. 요즘 싸이월드도 잘 안들어가서 보다 오픈된 환경의 뭔가가 있으면 좋겠다는 생각에 만들어 본다.