Quote:
1. How do I autostart X from boot?
|
youll need to edit your /etc/inittab file and change the default runlevel. its probably set to '3' now, just change it to '4', save, and reboot. the file is pretty straightforward and commented.
Quote:
Now, when he boot is done and I have logged into root I type start X and go into KDE.
|
running your X server with your desktop environment is higly discouraged. in doing so, you are allowed access to anything on the system and if you accidently do something it may ruin your system and you may have to reinstall. its recommended to create a new user with 'adduser'/'useradd' and log into that account. use the 'su' command to do administrative tasks.
Quote:
2. Internet access through Slackware. I want to know how to access the Internet using Slackware and the following types of hardware:
|
are you asking for general information or how to do it on your system? generally youd just 'modprobe' the driver for your device if the support for it is not built into your kernel and use 'ifconfig' or 'iwconfig'. if you want to know how to setup an internet connection on your hardware post the output of 'lscp' and 'lsmod'.