Fedora install guide - 설치 후 설정해 주기
[ index ]
# yum insall
# manual installation
# post configuration
# 새로 배 운 command들
# problem
# Graphic drivers for Fedora 13 and Install guide nVidia driver
# Thunderbird for x86_64
# ibus and opera
# ethernet lan port down
# lspci
# Disk partition information
[ content ]
# yum insall
- thunderbird
- wireshark, wireshark-gnome
- gconf-editor
- pidgin
- dkms
- gcc
- xinetd
- scim-hangul
- unrar
- unalz
- p7zip # 한글파일이 깨져서 써볼까 했더니 안된다. ㅠ.ㅠ
- xpdf
- nautilus-open-terminal
- nmap
- rpmfusion repo 설치 후 설치된 package
* mplayer, mplayer-gui
* vlc
* avidemux
* tor
# manual installation
- opera ( rpm )
- virtualbox
- googlemap
- w3m
- rpmfusion repositary 추가 (http://rpmfusion.org/Configuration)
- chrome
== for LTE test ==
vsftpd, telnet-server, xinetd
wireshark, wireshark-gnome, netmonitor, iperf
unrar
unalz
nmap
uucp
ncompress : .Z 파일 압축 해제
D-ITG, lantraffic
dhcp, ntp, bind, freeradius
- thunderbird
- gconf-editor
- pidgin
- dkms
- gcc
- scim-hangul
- p7zip # 한글파일이 깨져서 써볼까 했더니 안된다. ㅠ.ㅠ
- xpdf
- nautilus-open-terminal
- virtualbox
- rpmfusion repo 설치 후 설치된 package
* mplayer, mplayer-gui
* vlc
* avidemux
* tor
- w3m
- rdesktop
- convmv
# post configuration
- 별도의 파티션을 만들어서 /home을 그리 mount해서 쓰자.
- msn : empathy
- keyboard shortcut
- virtualbox :
* yum install dkms, gcc
- 한글 입력으로 ibus가 기본인데 가끔씩 몇초정도 얼어붙는 현상이 있어 scim으로 바꿨다. 이때 scim-hangul을 깔아줘야 한다. 근데 scim도 가끔 얼어붙네요. 잉~ 그래서 pkill ibus를 해주면 풀리는 듯 하다.
- touchpad enable/disable cli 만들고
- config file 3개 수정해주면 마우스 있을때는 touchpad가 disable된단다.
# 새로 배운 command들
- grub
- mke2fs -t ext4 /dev/sda7
# problem
- LCD 밝기 조절이 안된다.
* nvidia driver를 깔고 xorg.conf에 설정값 한줄 넣어줬더니 잘 된다.
: nvidia driver를 깔아서 된건지 xorg.conf만으로 된건지는 확실치 않다.
- nvidia driver 깔기
- xorg.conf 에 아래 한줄 추가했다.
Option "RegistryDwords" "EnableBrightnessControl=1"
http://blog.christophersmart.com/2010/07/10/samsung-r480-laptop-lcd-brightness/
- 잘 되다가 재부팅하고 나서 동작하지 않는다.
- 위처럼 동작안되다가 hibernation으로 한번 갔다가 왔더니 또 잘 된다ㅠ.ㅠ
* echo -n 1 > /sys/devices/virtual/backlight/acpi_video0/brightness
- 위 처럼 해주고 Fn+Arrow키를 한번 누르면 어두어진다.
그치만 다시 한번 누르면 밝아진다. 이때는 위처럼 다시 명령주고 Fn+Arrow키를 눌러주면 다시 어두워진다.
* grub에 아래처럼 추가해 준다.
- http://forums.fedoraforum.org/showthread.php?t=247355
- grub에 acpi_backlight=vendor acpi_osi=Linux 를 추가해서 확인해 보자.
안되면 아래 3가지도 시도해 보자.
grub에 acpi_backlight=nvidia acpi_osi=Linux
grub에 acpi_backlight=nvidia acpi_osi=linux
grub에 acpi_backlight=vendor acpi_osi=linux
- 해봤는데 안된다 ㅠ.ㅠ 아래처럼 오히려 더 안되는듯 하다.
cat /proc/acpi/video/VGA1/LCD/brightness 해보니 <not supported> 로 뜬다.
그전에는 levels: 10 20 30 40 50 60 70 80 90 100 current: 100 로 떴었다.
* http://forums.fedoraforum.org/archive/index.php/t-247112.html
위 링크처럼 nvidia driver를 깔아보는 것도...
# Graphic drivers for Fedora 13 and Install guide nVidia driver
- http://www.mjmwired.net/resources/mjm-fedora-nvidia.html
This guide is meant to help explain how to determine and install the proper kernel driver to enable hardware accelerated graphics on your Nvidia based video card.
- /boot/grub/grub.conf
Add the following: rdblacklist=nouveau to the end of the kernel line.
- yum install kmod-nvidia
- blacklist.conf
#blacklist nvidiafb # 요부분 주석처리 했다.
- /etc/modprobe.d/blacklist-nouveau.conf
blacklist nouveau # grub에서 rdblacklist=nouveau 를 넣어주면 안해도 된다??
# Thunderbird for x86_64
- https://addons.mozilla.org/en-US/thunderbird/addon/2313/
- http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b2/contrib/linux-x86_64/
- opera로부터 copy & paste이 안될 경우
. thunderbird에서 마우스 오른쪽 버튼 누르고 '포맷없이 붙여넣기' 선택 또는
. thunderbird 제목창에 붙여 넣기 하면 된다.
# ibus and opera : 현재 Opera 11.x로는 아래 현상 나오지 않는다.
- 한글 입력으로 ibus가 기본인데 가끔씩 몇초정도 화면이 얼어붙는 현상이 있다. Opera와의 조합일때 발생하는 듯하다.
- Opera에서는 Shift가 들어가는 글자를 칠때 문제가 발생한다.
- scim으로 바꿨다. 이때 scim-hangul을 깔아줘야 한다. 근데 scim도 가끔 얼어붙네요. 잉~ 그래서 pkill ibus를 해주면 풀리는 듯 하다.
# ethernet lan port down
a. lan 케이블을 빼고 넣고 하다 보면 lan포트가 살지 않는다.
. dmesg를 봤더니 atl1c 모듈이 관련되더라
. modprobe -r atl1c; modprobe atl1c 했더니 링크가 살더라.
# lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 05)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 310M] (rev a2)
01:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1)
03:00.0 Ethernet controller: Atheros Communications AR8131 Gigabit Ethernet (rev c0)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
# Disk partition information
Command (m for help): p
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x235ca927
Device Boot Start End Blocks Id System
/dev/sda1 1 196 1572864 12 Compaq diagnostics
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 196 2565 19029474+ 7 HPFS/NTFS
/dev/sda3 2566 38913 291965310 f W95 Ext'd (LBA)
/dev/sda5 5226 38912 270590796 7 HPFS/NTFS
/dev/sda6 2566 4703 17171456 83 Linux
/dev/sda7 4704 5225 4192256 82 Linux swap / Solaris
< after deletion of sda5 >
Command (m for help): p
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x235ca927
Device Boot Start End Blocks Id System
/dev/sda1 1 196 1572864 12 Compaq diagnostics
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 196 2565 19029474+ 7 HPFS/NTFS
/dev/sda3 2566 38913 291965310 f W95 Ext'd (LBA)
/dev/sda5 2566 4703 17171456 83 Linux
/dev/sda6 4704 5225 4192256 82 Linux swap / Solaris
< after creation of sds7 >
Command (m for help): p
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x235ca927
Device Boot Start End Blocks Id System
/dev/sda1 1 196 1572864 12 Compaq diagnostics
Partition 1 does not end on cylinder boundary.
/dev/sda2 * 196 2565 19029474+ 7 HPFS/NTFS
/dev/sda3 2566 38913 291965310 f W95 Ext'd (LBA)
/dev/sda5 2566 4703 17171456 83 Linux
/dev/sda6 4704 5225 4192256 82 Linux swap / Solaris
/dev/sda7 5226 38912 270590827+ 83 Linux