Linux queries - Knoppix

Status
Not open for further replies.

banned2wise

Broken In
Most of the questions are regarding Knoppix becoz thats what I use ...

1)How to open RAR archives ?
2)Does Knoppix support switchdesk command ?? (I tried @ konsole)
3)How to clear recently used apps in Start menu/main menu

4)I have config'ed tata fone (walky) for internet, and while dialing I get this message in the log file for debug window.
Code:
=======================================================================
O
NO CARRIER
K

ATM1L1
OK

ATX3
OK

ATDT*777#

=======================================================================
Tell me where I have gone wrong.(I get to see NO CARRIER at the dialing utility)

5)One more Non-linux question: How to open PDB files?

Hope u ppl help me, quickly.

THANKS IN ADVANCE
 

cyberia.in

In the zone
ONE QUESTION

i just found drivers for my accessrunner modem on sourceforge, how can i integrate them into knoppix?
 
OP
B

banned2wise

Broken In
@cyberia
If u have the rpm try rpm -ivh <rpmname>

Or use dialup utility from knoppix and configure it as necessary. (Its mostly like doing in Windows dialup except a few options)

RAR problem solved ... (creating rar is rar and decompressing them is unrar)

PDB Files can be opened with a utility called iSilo (shareware)
 

cyberia.in

In the zone
it's a tar.gz file with some files inside. They're basically drivers for the dsl modem, how do i install them into the knoppix image file
 
OP
B

banned2wise

Broken In
To install tar.gz file refer here
Some more common questions are also covered there.

BTW, The util for opening, gz/tar.gz/zip files is ARK.
 
OP
B

banned2wise

Broken In
3rd question has been answered @ knoppix.net forums.
Please answer my second and fourth questions guys.

Answer for question no3 :
Code:
K-> Control centre -> Desktop -> Panels -> Menus
 

GNUrag

FooBar Guy
banned2wise said:
2)Does Knoppix support switchdesk command ?? (I tried @ konsole)
SwitchDesk is mostly an old GNOME appendage which is not acively used nowadays. Now you can select your preferred window manager from the GDM login screen only.
 

GNUrag

FooBar Guy
You need to configure wvdial properly.
You can start from this wvdial.conf file:


Code:
[Dialer Defaults]
Modem = /dev/ttyS1
Baud = 57600
Init = ATZ
Init3 = ATX3
Phone = 24880000
Username = anuragp
Password = mtnl
Carrier Check = no
Stupid Mode = 1
 

pradeep_chauhan

Cyborg Agent
i wouls also add another line to the /etc/wvdial.conf

Stupid Mode = 1

this helps in starting the ppp negotiations before the username/passwd authentication.
 
OP
B

banned2wise

Broken In
Thanks guys, I knew how to config wvdial. But I wanted to know how to connect in kppp. I have been the instructed same thing elsewhere in the same forum. :)

Thanks for the solution. I will switch to wvdial instead of kppp.
 

GNUrag

FooBar Guy
If you are willing to switch, then may i recommend you to switch to pppconfig, pon, poff utilities instead?

Get started here:
*db.ilug-bom.org.in/lug-authors/nagarjun/chip-article-so.html
 
Status
Not open for further replies.
Top Bottom