LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-07-2003, 05:52 AM   #1
taz76
LQ Newbie
 
Registered: Mar 2003
Location: UK
Distribution: Mandrake 9.0
Posts: 27

Rep: Reputation: 15
two questions


Hi everyone!

I installed Mandrake 9 yesterday; this is my first Linux experience. I am dual-booting Windows ME and Mandrake, using KDE. I have a few questions I would like to ask, please don't lough if the answers are obvious.

1. How do I get to access my Windows partition from Linux? The only way I found so far is through Location->open menu< but it only opens one file, and Windows partition is shown under removable media, next to CD ROM. I have the following string in my etc/mtab /dev/hda1/mnt/windows vfat rw, iocharset=iso8859-15, codepage=850, umask=0 0 0

Is it possible to have links somewhere like in My Computer in Windoiws, with all the drives and CD ROMs that I need in one place?

2. I have an NTL Ambit broadband cable modem on USB. It is detected and shown in Control center - USB. But I am not sure how to make an Internet connection. I read the thread on NTL broadband but did not find the answer I need. Do I need to install another driver for ethernet or something like that? I find this very confusing because the modem is USB.

thanks for your help.
 
Old 03-07-2003, 07:48 AM   #2
loke137
Member
 
Registered: Feb 2003
Location: Brasil
Distribution: Debian Etch
Posts: 147

Rep: Reputation: 15
As for the windows partition, it is mounted under /mnt/windows . Just go to that directory and you should be able to use/view all files (if you have permission).
Now the broadband modem. You probably have a static IP right? It should be configured by DHCP, so go to /sbin and look for dhcp.conf or dhcp.config ( I cant remember the right name). If they are not there you will need to install them, either from one of the CD`s or using a ppp connection ( although I am fairly sure Mandrake should have it).
Just run them and configure your connection, this should do it
 
Old 03-07-2003, 10:30 AM   #3
jetblackz
Member
 
Registered: Mar 2002
Location: Debian Galaxy
Distribution: Debian
Posts: 711

Rep: Reputation: 30
Log in as root under KDE. Look for the icon thingy on desktop called Internet Setup/Connection. Or it's in the K menu. It's very easy to set up Internet access.
 
Old 03-07-2003, 11:01 AM   #4
taz76
LQ Newbie
 
Registered: Mar 2003
Location: UK
Distribution: Mandrake 9.0
Posts: 27

Original Poster
Rep: Reputation: 15
YESSSSSSSS!!!

it lives!

First, I logged on as root (it wouldn't let me do this from regular login), ran Network Configurator and specified Network device as eth0 and kernel mode as ne. Then I found Mandrake Control Center and clicked Network and Internet, then chose Connection. The wizard at the bottom of the page is brilliant! the only thing I had to specify there is something like CDC ethernet to USB (I can't remember exactly). It guided me through everything, autodetected all the settings; and I was able to get on the Net straight away.

I guess NTL is satisfied with all the information on my account so I did not need to specify my MAC address (it's attached to a physical device, so it doesn't matter under what OS it is used if it's already registered).

Thank you for your help, this has definitely made my day! I'm off to set up a firewall. Wish me luck.

Taz

Last edited by taz76; 03-07-2003 at 11:03 AM.
 
Old 03-07-2003, 11:32 AM   #5
taz76
LQ Newbie
 
Registered: Mar 2003
Location: UK
Distribution: Mandrake 9.0
Posts: 27

Original Poster
Rep: Reputation: 15
Angry

oh well, it didn't last long. When I rebooted in Mandrake after posting previous message the connection failed. I founf the following in the log:
Mar 7 17:17:25 localhost kernel: Shorewall:OUTPUT:REJECT:IN= OUT=eth0 SRC=(my IP address) DST=194.168.4.100 LEN=74 TOS=0x00 PREC=0x00 TTL=64 ID=28673 DF PROTO=UDP SPT=32770 DPT=53 LEN=54

could someone pls explain to me, what's gone on?

I read eslewhere on this forum that NTL cable connection drops from time to time. Wai provided this script to fix it
Quote:
#!/bin/bash
# Auther @Wai Ming Pang Date 22 Feb 2003
#########################################
## A script that reconnects your internet connection should the
## mac address gets taken by other processes
##
## You will need to change the mac address and
## interface name before you start this script as root
## Run the script > reloadifusb &
##
## When you do fail to connect to the web please allow time for the
## script to kick in.
##
## The author accepts no responsible for the use of this script.

## change this to your mac address (hardware address, physical address)
## check with ifconfig -a or (ipconfig /all in windows)
macAddress=000:59:F2:CE:E3
## your interface name usually eth0 or eth1
usbif=eth1

reset=0
while true
do
count=`ifconfig $usbif | grep "00:00:00:00" | wc -l`
if [ $count -gt 0 ]
then
echo Resetting $usbif for $reset times
ifconfig $usbif hw ether $macAddress
ifup $usbif
reset=$(( $reset + 1 ))
fi
sleep 10
done
How exactly do I use it?
 
Old 03-07-2003, 12:40 PM   #6
taz76
LQ Newbie
 
Registered: Mar 2003
Location: UK
Distribution: Mandrake 9.0
Posts: 27

Original Poster
Rep: Reputation: 15
I think I've sussed it, the connection is OK, it was the firewall. sorry for flapping
 
Old 03-09-2003, 04:37 AM   #7
taz76
LQ Newbie
 
Registered: Mar 2003
Location: UK
Distribution: Mandrake 9.0
Posts: 27

Original Poster
Rep: Reputation: 15
I got a NIC, connected it, Mandrake picked it up OK. when I ran Mandrake Control Center. But every time I reboot or even logon as another user the connection is not there. I have to run Control center to detect it again. Is there a way to tell OS to connect on bootup? Or maybe it just doesn't keep the settings?
 
Old 03-09-2003, 06:21 AM   #8
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
Go into the Mandrake Control Center (you will have to give the root password when it asks), and select "System" and then "Services." There you'll find a long list of services you can select or deselect to be run at boot time. Among them is "ADSL" and if you select that one I think your connection will be made at boot time.



Quote:
Originally posted by taz76
I got a NIC, connected it, Mandrake picked it up OK. when I ran Mandrake Control Center. But every time I reboot or even logon as another user the connection is not there. I have to run Control center to detect it again. Is there a way to tell OS to connect on bootup? Or maybe it just doesn't keep the settings?
 
Old 03-10-2003, 02:38 AM   #9
taz76
LQ Newbie
 
Registered: Mar 2003
Location: UK
Distribution: Mandrake 9.0
Posts: 27

Original Poster
Rep: Reputation: 15
johnr,

I've done what you said but couldn't find an option for adsl. There is one called Internet services, is this what you meant?
 
Old 03-10-2003, 06:20 AM   #10
jonr
Senior Member
 
Registered: Jan 2003
Location: Kansas City, Missouri, USA
Distribution: Ubuntu
Posts: 1,040

Rep: Reputation: 47
When I access Mandrake Control Center, and then System, and then Services, "adsl" (lower case, not upper as I wrote earlier) is the first item on my list. It shows its status as "running" and also shows the "on boot" box selected.

I wonder why it doesn't show up in your list.

I also have an entry "Internet" and it also shows "running" and "on boot."

When I installed Mandrake 9.0 (the most recent time--another story...), I used "expert" mode in order to get more options, and among them was the ability to specify if I wanted the connection to be made at bootup time. I don't remember if I was given this choice in the first installation, for which I used the default, few-options, method. Maybe if you reinstalled Mandrake using the "update" method and the "expert" mode...? But surely there's some other way to get the connection turned on when booting.

I hope some more accomplished Mandrake user may have a suggestion.



Quote:
Originally posted by taz76
johnr,

I've done what you said but couldn't find an option for adsl. There is one called Internet services, is this what you meant?
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
basic questions on hostname and domain name + related postfix questions Moebius Linux - Newbie 7 09-04-2007 11:50 AM
Solaris - Questions! Questions! Questions! qs_tahmeed Solaris / OpenSolaris 2 07-16-2005 05:27 AM
window manager questions and/or theme questions t3gah Linux - Software 2 02-27-2005 04:16 PM
Some questions... CryptDragoon Linux From Scratch 2 02-04-2004 08:28 PM
few questions? pudhiyavan Linux - General 2 10-03-2003 07:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration