Wilders Security Forums  

Go Back   Wilders Security Forums > Software, Hardware and General Services > all things UNIX
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread
  #26  
Old April 9th, 2006, 08:57 AM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,411
Default Re: Hum. Linux.

Hi, I just tried Kanotix mini live CD yesterday on my Toshiba satellite M 70. It,s working well. It can recognize my SATA HD( as sda1), USB flash drive( as sdb1), USB keyboard and USB mouse, all fine. I just want help in few things,

1- I am not able to find how to configure a dial up connection. I searched but no way. Can anybody help.
2- How can I know which version I am using?
3- I want to use scanModem utility to scan my modem. I put the file in USB flash drive via XP, and I am able to see this file when I boot in linux, but I don,t know how to execute this file. Which command I should write in Bash for this?
4- After I run the scanModem utility, how can I save the result back in my USB drive, so that I can post it through XP?

Note: I don,t want to use my HD for this purpose, only live CD and USB drive.

Sorry for a bit off topic post but as the thread was about Linux in general, I thought it might be discussed.
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?
  #27  
Old April 9th, 2006, 11:24 AM
sosaiso's Avatar
sosaiso sosaiso is offline
Frequent Poster
 
Join Date: Nov 2005
Posts: 601
Default Re: Hum. Linux.

I do not see it as offtopic. I'd def like to know how to access my USB drives as well.

And I am so glad to hear that VLC is able to run on Linux. Phew... But my favorite Media Player Classic doesn't seem to want to run on it. :T
__________________
Windows Firewall, SandboxIE.
  #28  
Old April 9th, 2006, 11:45 AM
bigc73542's Avatar
bigc73542 bigc73542 is offline
Retired Moderator
 
Join Date: Sep 2003
Location: SW. Oklahoma 28.360USB, 27.385LSB, 147.255+
Posts: 23,602
Default Re: Hum. Linux.

aigle. one of the problems with Linux is that it is almost impossible to configure dialup internet unless you are a programmer and have a modem that will work with Linux, most dial up modems won't work with Linux.You might try a hardware modem, but they don't always work either. Linux is actually written to work with broadband.
__________________
The Only Safe Computer Is Unplugged
MEMBER ASAP since 2004
Alliance of Security Analysis Professionals
  #29  
Old April 9th, 2006, 12:35 PM
iceni60 iceni60 is offline
( ^o^)
 
Join Date: Jun 2004
Posts: 5,116
Default Re: Hum. Linux.

What BigC says is mainly true, but Kanotix has pretty good support for dial-up modems (you might think i'm odd but i was actually browsing through some of the work-arounds for modems on Kanotix yesterday ) do a search for the make of your modem with the word Kanotix or Linux and you might find something.

plus i got my modem working in the first couple of days of using Linux. true it did take about 2 days lol , but it works now anyway, you can buy a new modem pretty cheaply.
__________________
musical savant
-http://www.youtube.com/watch?v=liprsDr8GrE-
-http://www.youtube.com/watch?v=qpIigV7-kJk-
  #30  
Old April 9th, 2006, 12:37 PM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,411
Default Re: Hum. Linux.

U are right but actually I did a search on internet and all I got from there is that if I am lucky enough to get a linmodem driver for my modem, then it might work.
But as I told u the first step for this is to use scanModem and I am not sure which command I should write in Bash to run this tool.
I have no option for broadband, no way.
I am surprised linux is propagated as open source and cheep but u know most poor countries have mainly dial up, no aesy way for linux.
Anyhow I will try my best to look for driver for my modem.
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?
  #31  
Old April 9th, 2006, 02:20 PM
clansman77's Avatar
clansman77 clansman77 is online now
Frequent Poster
 
Join Date: Jan 2005
Location: kochi,kerala,india
Posts: 233
Default Re: Hum. Linux.

@aigle
linux in general has less support for dialup modems especially for internalpci modems and usb modems.these modems are called winmodems coz they are truly not hardware modems.part of their work is done by software -that is windows.they are optimized for windows and are also called softmodems/hsf/hcf modems/controllerless modems.the chipset manufacturers of these modems dont usually make drivers for these modems in linux coz it aint profitable for them and neither do they provide any code.only few chipsets have working drivers available for free.some of them notably conexant/linuxant offers drivers in linux for an year for a fee.they release drivers for each kernel version and for each distro.they also offers a speedcapped free version.this is not worth the fee.u can by an external serial modem (rs232)with that one year fee.linux offers built in excellent support for any serial external dialup modem out of box without any tinkering..i had a conexant internal dialup modem which was detected by ubuntu pbut i had to use the driver s from linuxant for connection.considering the fee they charges i opted for an external serial modem and it works flawless.

to use scan modem
Only use http://linmodems.technion.ac.il/packages/scanModem.gz

Browse http://linmodems.technion.ac.il and
download scanModem.gz . Within a Linux partition (copy the file from your usb flash drive to linux desktop)open a console and type the following commands..

Quote:
cd Desktop
gunzip scanModem.gz
chmod +x scanModem
./scanModem

remember to copy paste the commands..
it will create a folder named modem in your desktop read the files in there .there are lots in there..u can cpy that file into your usb flash drive and use..
Only the ouput ModemData.txt should be sent to Discuss@linmodems.org for support regarding your modem..

after configuring modem u can use
wvdial/gnomeppp/kppp/ppconfig etc for dialing out...

somelinks
www.linmodems.org
http://www.tldp.org
__________________
W!ndow$ and DOS -- a turtle and it's shell (<-- shell.. got it?)
I prefer an OS made by programmers that need marketing than an OS made by marketing that need programmers... Use linux
powered by ubuntu linux tweaked to the maax
AMD PHENOM II X4 B50 CPU,790GX MOBO,4 GB RAM,1 TB HDD
  #32  
Old April 9th, 2006, 02:50 PM
iceni60 iceni60 is offline
( ^o^)
 
Join Date: Jun 2004
Posts: 5,116
Default Re: Hum. Linux.

Quote:
Originally Posted by aigle
I am surprised linux is propagated as open source and cheep but u know most poor countries have mainly dial up, no aesy way for linux.
Anyhow I will try my best to look for driver for my modem.
linux is about freedom. unfortunatey alot of modem companies don't like that idea and therefore don't support linux. some do, but the drivers are still closed source meaning when the driver becomes redundant Linux programmings can't use the source code to make the necessary changes to make the modems work again.

so, it's not the fault of Linux, but companies which don't support Linux. it's best to just use hardware which actively supports and works with Linux.

http://www.linux-drivers.org/
http://www.linux.org/vendor/hardware/index.html
http://www.linux.org/hardware/index.html
http://www.linuxdevices.com/
__________________
musical savant
-http://www.youtube.com/watch?v=liprsDr8GrE-
-http://www.youtube.com/watch?v=qpIigV7-kJk-
  #33  
Old April 9th, 2006, 02:52 PM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,411
Default Re: Hum. Linux.

Thanks I will try this command.
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?
  #34  
Old April 9th, 2006, 04:26 PM
Alphalutra1's Avatar
Alphalutra1 Alphalutra1 is offline
Very Frequent Poster
 
Join Date: Dec 2005
Location: 127.0.0.0/255.0.0.0
Posts: 1,160
Default Re: Hum. Linux.

Quote:
Originally Posted by sosaiso
I do not see it as offtopic. I'd def like to know how to access my USB drives as well.

To get to usb drives, just open up a file explorer and type in "/media/" and you should see your usb drive along with any cd and floppy drives.

Alphalutra1
__________________
Proud user of Gentoo, OpenBSD, dwm, (n)vi, heirloom-mailx, and pf
  #35  
Old April 9th, 2006, 06:05 PM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,411
Default Re: Hum. Linux.

I have a real bad luck. No way although I tried too much. I was able to copy scanModem to desktop. I did as following
su
root
cd Desktop
root desktop
gunzip scanModem.gz
gunzip: no such file or directory
cd /sda1/
no such file or directory
cd /sdb1/
no such file or directory
cd /dev/had/
no such file or directory

I don,t know why as it is automounting my HD( as sda1 and I can see all the contents of my HD, including windows) and USB as sdb1 and I can see all its contents and copied the scanModem utility from there to desktop by mouse.
I was able to check properties of scanModem file by Rt.click, there is no permission to execute for owner even. I was not able to change execute permissions as I tried as follows

su
root
cd Desktop
root desktop
ls -l scanModem.gz
No such file or directory( and I can see the file on Desktop_ it,s surprizing).

It is in Kanotix( Cox USB) linux.

Same in DSL.
Here it is rather worse. As I am not able to see my HD or USB, no auto mounting I think.
There is a mounting device and by this I was able to mount CD room(already being used by live CD- so can,t understand it). Floppy not mounted( of course as laptop has no floppy drive).
Another drive shown mounted was sda1( don,t know it is HD or USB).
When I gave command
cd sda1 - again no success.
Also here when I enter us
It asks me root password and I have not set any password!

It,s all about my struggle with linux. I tried Puppy linux as well, and that a bigger failure, bad Distro for me
so will not write here although I was able to boot.

I can,t use my HD to install as I have installed RollbckRx.
Any help will be appreciated. Now I know why Linux is not popular.
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?
  #36  
Old April 10th, 2006, 07:57 AM
clansman77's Avatar
clansman77 clansman77 is online now
Frequent Poster
 
Join Date: Jan 2005
Location: kochi,kerala,india
Posts: 233
Default Re: Hum. Linux.

aigle i am not so familiar with kanotix and dsl.if you could get it try ubuntu live cd/knoppix which are more popular...
__________________
W!ndow$ and DOS -- a turtle and it's shell (<-- shell.. got it?)
I prefer an OS made by programmers that need marketing than an OS made by marketing that need programmers... Use linux
powered by ubuntu linux tweaked to the maax
AMD PHENOM II X4 B50 CPU,790GX MOBO,4 GB RAM,1 TB HDD
  #37  
Old April 10th, 2006, 01:19 PM
iceni60 iceni60 is offline
( ^o^)
 
Join Date: Jun 2004
Posts: 5,116
Default Re: Hum. Linux.

setting up Linux for the first time is the hardest thing! but, after it's done you'll have learnt alot and you should end up loving it.

are you following a tutorial? post a link if you are.
__________________
musical savant
-http://www.youtube.com/watch?v=liprsDr8GrE-
-http://www.youtube.com/watch?v=qpIigV7-kJk-
  #38  
Old April 10th, 2006, 07:19 PM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,411
Default Re: Hum. Linux.

Thanks clansman and iceni, I was able to run scan Modem in DSL. About my last post, I think infact I was not able to copy it on desktop in Kanotix( CPX MINI). I then entered USB and all was OK but when I gave command ./scanModem, it says Bad interpreter, Permission Denied( inspite i entered as su and file was having read,write and exucute permissions), any idea what is wrong here. BTW I am using CPX MINI( a mini USB distribution based on Kanotix), so it is not exactly Kanotix I think. Anyhow i don,t know why command ./scanModem is not executed?

OK, now about DSL, it obeyed the command nicely and made a data file in USB that I am going to post to linmodem.org.

I will be thankful if somebody can help in these questions.

1- Why command ./scanModem is not executed in CPX MINI.
2- When i give command su in DSL, it askes me password, while I never set a password, so what does it mean?
3- I am able to find Modem Configuration settings in DSL but I can,t find it in CPX MINI although I tried too muck. Can anybody help me how I can find. Maybe if it can recognize my modem, I might not need to install a linux driver as it seems to detect most of my hardware( very pleasant especially when u use linux on laptop).

BTW, I am only using live CD for both.

@clansman

I think Kanotix and DSL both are Knoopix based.

@iceni

I have very bitter experience, I will say there is no easy tutorial about linux for dummies. When I started, I thought it will be easy like windows but …..I have to look so many sites and helps but inspite of that it took 3-4 days just to execute a file(scanModem). lol
Anybody who has no idea of command line interface can,t get spoon feeding tutorials. Especially I am not able to find any How-To or DIY videos( they make everything very so palatable).
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?

Last edited by aigle : April 10th, 2006 at 08:21 PM.
  #39  
Old April 10th, 2006, 08:13 PM
bluebishop bluebishop is offline
Infrequent Poster
 
Join Date: Apr 2006
Posts: 8
Default Re: Hum. Linux.

Out of curiosity, I've downloaded and tried most of the interesting Linux Live CD's here: http://www.frozentech.com/content/livecd.php

But contrary to the experience of others, I found Linux Puppy 1.0.8 to be the most exciting distro bar none! As everything runs in RAM, there are no delays and the speed is nothing short of astounding.

* Puppy easily installs to USB, Zip or hard drive media.
* Booting from CD, Puppy loads totally into RAM so that the CD drive is then free for other purposes.
* Booting from CD, Puppy can saves everything back to the CD, no need for a hard drive.
* Booting from USB, Puppy will greatly minimises writes, to extend the life of Flash devices indefinitely.
* Puppy is extremely friendly for Linux newbies.
* Puppy boots up and runs extraordinarily fast.
* Puppy has all the applications needed for daily use.
* Puppy just works, no hassles.
* Puppy breathes new life into old PCs

For such a small OS, it has all the required applications for most people:
Wordprocessing
Web page editing
Personal accounting
Instant messenging
Addressbook, Calendar
Web browser
Spreadsheet editor
File manager
Desktop publishing
Vector image editing
Outliner, organiser
Bitmap image editing
Audio
Video
Games
Conversion, printing, scanning
Package management
Network
Window manager
Database
Help

But perhaps the most important consideration for me is that I can literally carry my computer in my pocket. LOL! My wallet even! (No kidding!) It can even function as a great Windows Rescue Disk and can access my HDD with all my Win Files whenever Win refuses to boot up!

Love it!
  #40  
Old April 10th, 2006, 08:18 PM
bluebishop bluebishop is offline
Infrequent Poster
 
Join Date: Apr 2006
Posts: 8
Default Re: Hum. Linux.

Quote:
I have very bitter experience, I will say there is no easy tutorial about linux for dummies. When I started, I thought it will be easy like windows but …..

The Linux closest to Windows would be Linspire 5.0.
  #41  
Old April 10th, 2006, 08:22 PM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,411
Default Re: Hum. Linux.

But have to pay. It,s no cheeper.
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?
  #42  
Old April 10th, 2006, 08:24 PM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,411
Default Re: Hum. Linux.

Quote:
Originally Posted by bluebishop
Out of curiosity, I've downloaded and tried most of the interesting Linux Live CD's here: http://www.frozentech.com/content/livecd.php
My wallet even! (No kidding!) It can even function as a great Windows Rescue Disk and can access my HDD with all my Win Files whenever Win refuses to boot up!

Love it!
Tried on my laptop.It doesn,t recognize USB flash drive, USB mouse, USB keyboard, and even SATA drive. Pretty useless on my laptop at least.
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?
  #43  
Old April 10th, 2006, 10:29 PM
bluebishop bluebishop is offline
Infrequent Poster
 
Join Date: Apr 2006
Posts: 8
Default Re: Hum. Linux.

Funny... Because one of the first things Puppy OS asks when running it live for the first time is whether you have a serial or USB mouse/keyboard. In addition, I simply had to mount my USB Flash Drive (in the Drive Icon) to use it. In fact the drive icon looks like a USB thumb disk...

I can't comment on the SATA drive as I don't use one.
  #44  
Old April 10th, 2006, 10:41 PM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,411
Default Re: Hum. Linux.

U might be using it on Desktop!
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?
  #45  
Old April 11th, 2006, 12:26 AM
clansman77's Avatar
clansman77 clansman77 is online now
Frequent Poster
 
Join Date: Jan 2005
Location: kochi,kerala,india
Posts: 233
Default Re: Hum. Linux.

btw aigle what kind of modem do you have??which is the chipset??is it an internal one or external usb/serial??
__________________
W!ndow$ and DOS -- a turtle and it's shell (<-- shell.. got it?)
I prefer an OS made by programmers that need marketing than an OS made by marketing that need programmers... Use linux
powered by ubuntu linux tweaked to the maax
AMD PHENOM II X4 B50 CPU,790GX MOBO,4 GB RAM,1 TB HDD
  #46  
Old April 11th, 2006, 03:09 AM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,411
Default Re: Hum. Linux.

Of couse internal. PCI Ithink. It, laptop, Toshiba satellite M 70. I have contacted linmodem.org for drivers but still I need to find the answers of my questions in post no.38.
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?
  #47  
Old April 11th, 2006, 03:40 AM
dog [away]
 
Posts: n/a
Default Re: Hum. Linux.

Quote:
Originally Posted by aigle
Of couse internal. PCI Ithink. It, laptop, Toshiba satellite M 70. I have contacted linmodem.org for drivers but still I need to find the answers of my questions in post no.38.
Have you tried their forum for help? http://kanotix.com/PNphpBB2-newlang-eng.html or directly to the english sub-forum - http://kanotix.com/PNphpBB2-index-c-5.html

Ps. I don't believe the root PW is usually set on a live CD.
  #48  
Old April 11th, 2006, 05:25 AM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,411
Default Re: Hum. Linux.

I am doing it also, alongwith other forums but infact u will not get so many responses there, not like here.
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?
  #49  
Old April 11th, 2006, 09:20 AM
iceni60 iceni60 is offline
( ^o^)
 
Join Date: Jun 2004
Posts: 5,116
Default Re: Hum. Linux.

try this

put scanModem on your desktop. right-click it and select extract.

then open a command window and copy and paste the stuff below.
cd Desktop/
chmod +x scanModem
./scanModem

BTW to check your hardware you can use this command.
cd Desktop/
su lshw > hardware.txt

if the su bit doesn't work just do this instead
cd Desktop/
lshw > hardware.txt
__________________
musical savant
-http://www.youtube.com/watch?v=liprsDr8GrE-
-http://www.youtube.com/watch?v=qpIigV7-kJk-
  #50  
Old April 11th, 2006, 01:16 PM
aigle's Avatar
aigle aigle is offline
Incredibly Massive Poster
 
Join Date: Dec 2005
Location: Saudi Arabia/ Pakistan
Posts: 10,411
Default Re: Hum. Linux.

Thanks iceni, as I told in my post 38 I was able to run scanModem on DSL and the data file I got I have sent to linmodem.org but in CPX mini linux, when I type final command ./scanModem, the response is Bad interpreter, Permission Denied. It,s strange!

However I checked my hardware by command lspci -v and psted the result to the forum. I have got some suggestion for drivers already. But I don,t know why ./scanModem command is not executed?
Secondly on DSL , when I type su, it asks for password and I never se a password. Somebody suggested sudo and sudosu but it did not work either. It accepts sudo but I don,t see login as root.
__________________

Ubuntu 12.10
AX64 Time Machine, Comodo FW & Defence Plus, Sandboxie not compatible?

Last edited by aigle : April 11th, 2006 at 01:24 PM.
 

Wilders Security Forums > Software, Hardware and General Services > all things UNIX « Previous Thread | Next Thread »

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Settings
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 12:24 PM.


Powered by vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Copyright ©2002 - 2013, Wilders Security Forums