General TC > Tiny Core Netbooks
eeePC 1000
roberts:
The rt2860 wireless support for eeePC 1000 is now posted!
See: http://forum.tinycorelinux.net/index.php?topic=3293.msg17222#msg17222
jur:
I have tc_2.4.1 running with Xorg with an attached 1600x900 monitor on my 1000HE (atom version).
Attached is my xorg.conf file. (I had to haul the relevant sections from puppylinux and mod the file created by Xorg -configure.
I'm a happy puppy! Err make that happy tc-er... :P
argos3016:
#!/bin/sh
# commands to associate with wireless access point
read -p "introduce essid>>> " essid
read -p "introduce key>>> " key
iwconfig
read -p "interface name>>> " interface
sudo /sbin/ifconfig "$interface" up
sudo /usr/local/sbin/iwconfig "$interface" essid "$essid" key restricted "$key"
sleep 2
sudo /sbin/udhcpc -i "$interface"
sleep 7
# Fix up incorrect (SLOW!) resolv.conf content with a copy of resolv.conf with a real DNS IP!
sudo cp -f /home/tc/drivers/etc_resolv.conf /etc/resolv.conf~
only a suggestion!!
Navigation
[0] Message Index
[*] Previous page
Go to full version