เนื้อหาเก่าๆ

แนะนำ ลินุกซ์ทะเล LiveCD


ลินุกซ์ทะเล LiveCD ถูกพัฒนาขึ้นเพื่อแก้ปัญหาที่ผู้ใช้งานใหม่ไม่กล้าที่จะติดตั้งลินุกซ์ เนื่องจากการติดตั้งนั้นค่อนข้างยุ่งยาก ไม่แตกต่างจากการติดตั้งระบบปฏิบัติการอื่น ๆ ซึ่งผู้ใช้งานทั่วไปอาจไม่เคยติดตั้งมาก่อน
รูปภาพของ ไม่ออกนาม

mount share จาก server linux ไม่ได้

mount share จาก server linux ไม่ได้ จากลูกข่ายที่เป็น linux เหมือนกัน แต่สามารถ map network drive โดยใช้ลูกข่าย win me ได้ ไม่ทราบว่าต้องทำอย่างไร เพราะ บางโปรแกรมแจ้งว่าไม่สามารถเปิดไฟล์จาก smb ได้ ต้อง ก๊อปปี้มาไว้ที่เครื่อง ก่อน
รูปภาพของ ไม่ออกนาม

อยากรู้วิธีการทำ Linux Live CD ในแบบฉบับของ TLE ครับ

ผมไม่ค่อยสันทัดภาษาปะกิดสักเท่าไรอ่ะครับ อยากให้ทีมงาน LinuxTLE ช่วยอธิบายวิธีการทำ LinuxTLE Live CD หน่อยครับ ยาวหน่อยก็จะอ่านครับ อยากทำใช้เองบ้างอ่ะครับ
รูปภาพของ ไม่ออกนาม

รบกวน คุณเจ้าทะเล อีกครั้งครับ

ขอโทษครับผมไปต่างจังหวัดเลยไม่ได้เปิดเลย มาอีกครั้งก็หน้าสองแล้ว กลัวคุณเจ้าทะเลไม่เห็น ถามใหม่น่ะครับ
ผมใช้ Linux TLE5.0 ครับ

ใช้ Board Asus P4S-533-S มี Network Card on board เป็นรุ่น SiS 900/7016 ซึ่งมีใน kernel ของ Linux เอง แต่ใช้ไม่ได้ ลองอ่านใน คู่มือได้ความดังนี้ครับ

SiS900 Fast Ethernet Adapters Linux Driver Install Documentation
Jun 6, 2002

**Before install this driver, you should make sure that your kernel had
enable " SiS 900/7016 PCI Fast Ethernet Adapter support " !

This driver is for kernel RedHat kernel 2.4.x or 2.5.x. You can install this driver
follow steps descributed below. In following case, we use kernel 2.4.19 for example

1> Copy sis900.c and sis900.h to /usr/src/2.4.19/drivers/net/ and replace old ones

2> Compile the driver module:

[root@/usr/src/2.4.19]# make modules;make modules_install

The binary will be installed as:

/lib/modules/2.4.19/kernel/drivers/net/sis900.o

3> Reboot your computer

4> Install the module:

[root@/lib/modules/2.4.19/kernel/drivers/net]# insmod sis900.o

5> Assign an IP address to the interface by entering the following, where <x>
is interface number:

ifconfig ethx <IP_address>

6> Verify that the interface works. Enter the following, where <IP_address>
is the IP address for another machine on the same subnet as the interface
that is being tested:

ping <IP_address>


Additional Configurations
=========================

Configuring a network driver to load properly when the system is started is
distribution dependent. Typically, the configuration process involves adding
an alias line to /etc/modules.conf as well as editing other system startup
scripts and/or configuration files. Many popular Linux distributions ship
with tools to make these changes for you. To learn the proper way to
configure a network device for your system, refer to your distribution
documentation. If during this process you are asked for the driver or module
name, the name for the Linux Driver for SiS Fast Ethernet adapters is sis900.


Modify the file "/etc/modules.conf" by entering the following, where <x>
is interface number:

alias ethx sis900

Then SiS900 driver will be loaded automatically


จากด้านบนทำได้ถึงข้อ 1 แต่พอเข้าไปจะทำข้อสอง
ผมต้องใช้คำสั่งยังงัยเพื่อเข้าไปพิมพ์ได้ ผมลองใช้ เทอร์มินอล แต่ไม่สามารถไปที่ usr ได้ และใน kernel ของผมไม่มี make มันมีแต่ makefile เลยไม่มั่นใจว่า จะทำข้อที่ 2 ในคู่มือได้ยังงัย

รบกวนด้วยครับ
รูปภาพของ ไม่ออกนาม

ติดตั้ง Network Card ไม่ได้ครับ ผู้รู้ช่วยมือใหม่ด้วยครับ

ผมใช้ Board Asus P4S-533-S มี Network Card on board เป็นรุ่น SiS 900/7016 ซึ่งมีใน kernel ของ Linux เอง แต่ใช้ไม่ได้ ลองอ่านใน คู่มือได้ความดังนี้ครับ

SiS900 Fast Ethernet Adapters Linux Driver Install Documentation
Jun 6, 2002

**Before install this driver, you should make sure that your kernel had
enable " SiS 900/7016 PCI Fast Ethernet Adapter support " !

This driver is for kernel RedHat kernel 2.4.x or 2.5.x. You can install this driver
follow steps descributed below. In following case, we use kernel 2.4.19 for example

1> Copy sis900.c and sis900.h to /usr/src/2.4.19/drivers/net/ and replace old ones

2> Compile the driver module:

[root@/usr/src/2.4.19]# make modules;make modules_install

The binary will be installed as:

/lib/modules/2.4.19/kernel/drivers/net/sis900.o

3> Reboot your computer

4> Install the module:

[root@/lib/modules/2.4.19/kernel/drivers/net]# insmod sis900.o

5> Assign an IP address to the interface by entering the following, where <x>
is interface number:

ifconfig ethx <IP_address>

6> Verify that the interface works. Enter the following, where <IP_address>
is the IP address for another machine on the same subnet as the interface
that is being tested:

ping <IP_address>


Additional Configurations
=========================

Configuring a network driver to load properly when the system is started is
distribution dependent. Typically, the configuration process involves adding
an alias line to /etc/modules.conf as well as editing other system startup
scripts and/or configuration files. Many popular Linux distributions ship
with tools to make these changes for you. To learn the proper way to
configure a network device for your system, refer to your distribution
documentation. If during this process you are asked for the driver or module
name, the name for the Linux Driver for SiS Fast Ethernet adapters is sis900.


Modify the file "/etc/modules.conf" by entering the following, where <x>
is interface number:

alias ethx sis900

Then SiS900 driver will be loaded automatically


จากด้านบนทำได้ถึงข้อ 1 แต่พอเข้าไปจะทำข้อสอง
ผมต้องใช้คำสั่งยังงัยเพื่อเข้าไปพิมพ์ได้ ผมลองใช้ เทอร์มินอล แต่ไม่สามารถไปที่ usr ได้ และใน kernel ของผมไม่มี make มันมีแต่ makefile เลยไม่มั่นใจว่า จะทำข้อที่ 2 ในคู่มือได้ยังงัย

รบกวนด้วยครับ
รูปภาพของ ไม่ออกนาม

อยากให้เป็นดังนี้ในแนวทางการพัฒนา LINUX TLE เพื่องาน desktop อย่างแท้จริง

อยากให้มองที่สิ่งที่ช่วยในการปรับแต่ง และควบคุมในรูปแบบของ GUI ให้มากกว่านี้ อย่างเช่น YaST ของ Suse หรือ Drake ของ Mandrake

ไม่อยากให้มุ่งไปที่การปรับแต่งหน้าตา เพิ่มความสวยงาม เช่น Font สวย หน้าตา Desktop สวย แต่ขาดสิ่งอำนวยความสะดวกต่างๆ ที่กล่าวมาข้างต้นครับ

ผมคิดว่าถ้ามี Tools ที่อยู่ใน รูป GUI ที่ดีกว่านี้ มากกว่าที่มาจาก Fedora หรือ Redhat มี และช่วยให้ผู้ใช้งาน Linux (Desktop) จะมีผู้ใช้งาน Linux TLE มากกว่ามากเลย การ Mount disk หรือ flash drive ในรูปแบบต่างๆ รวมทั้ง usb external harddrive ที่เป็นแบบ auto mount ก็จะช่วยให้ทำงานได้สะดวก มากขึ้น
อยากให้มองการพัฒนาไปในการทำให้ ผู้ใช้ใช้ง่ายขึ้น มิใช่เพื่อทางวิชาการ หรือ ความสวยงาม ที่เพิ่มขึ้น เกินไป

ไม่ได้จะหมายความว่า จะต้องให้เหมือน Windows ซึ่งเป็นไปไม่ได้ แต่ ทำยังไง ให้ ผู้ใช้บน Windows เมื่อต้องมาใช้ linux แล้ว ไม่รู้สึกต่อต้าน และลำบากในการใช้งาน จนในที่สุดต้องกลับไปใช้ Windows เหมือนเดิม เพราะ การใช้งานที่ยุ่งยาก

ขอบคุณครับ