[ilugd] How to increase /root partition size in Ubun tu 8.04

2009-05-19 Thread Leena

Hi all,

Is there any way I can increase /root partition's size after 
installation, using gparted?
or anyway to change directory for default installation files from /root 
to /home

I have Ubuntu 8.04 in a system having Hard disk of size 40GB.
I used manual partition option and following is how I have parted the disk
/root: 3GB or 3000mb
swap: 1.6GB
/home: remaining (say @36GB)

Now after installation I ran updates. now when I try to install new 
program, system giving me following error: There is no space in /root 
and you need to delete some files to save new


any help on this please


Thanks,
Leena


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Help in getting reliance Huawei datacard EC121 to work on Ubuntu

2009-05-13 Thread Leena
thanks Arun for refering to the linkit is related to same problem I 
am facing.


I know you have not used EC121but has anynody else on this list 
tried out steps from following link:

http://www.ae.iitm.ac.in/pipermail/ilugc/2009-January/045551.html

I tried to carry out the steps and still not successful in getting modem 
recognized...
just wanted to check last two steps if I am doing it correct. I am new 
to linux and may not have understood commands well. hoping to get help here


1. Download the program usb_modeswitch from

which I did

2. Extract the binary usb_modeswitch

I did following:

   tar jxf usb_modeswitch-0.9.7.tar.bz2
   cd usb_modeswitch-0.9.7
   sudo cp usb_modeswitch /usr/sbin
   sudo cp usb_modeswitch.conf /etc

4. Add the following lines to /etc/usb_modeswitch.conf
added these DefaultVendor=  0x12d1
DefaultProduct= 0x1411
to .conf and saved under 
# Huawei E169		 *I have doubt here,is this correct?*



# Huawei E169
#
# Contributor: Dale Lane

;DefaultVendor=  0x12d1;
;DefaultProduct= 0x1001
DefaultVendor=  0x12d1
DefaultProduct= 0x1411
# choose one of these:
;DetachStorageOnly=1
HuaweiMode=1




5. Create the following two files under /etc/udev/rules.d   *I have 
doubt here*
since rules.d is directory, I created file named '99-huawei_00.rules' in rules.d
cut pasted what was written in the post:as follows
99-huawei_00.rules


SUBSYSTEM==block, \
ACTION==add, \
SYSFS{idVendor}==12d1, \
SYSFS{idProduct}==1411, \
OPTIONS=ignore_device

99-huawei_01.rules
---

SUBSYSTEM==usb, SYSFS{idProduct}==1411, SYSFS{idVendor}==12d1,
RUN+=/sbin/mydevice_switch.sh

6. Create a script named mydevice_switch.sh under /sbin  *  I have 
doubt here too!!!*
under folder sbin I created .sh file as 
gedit mydevice_switch.sh
and copied the code from post and saved it. Is this how to create a .sh file. are all other files under sbin folder .sh? 
but then they were green in color and didn't show .sh extn, only file I created showed it.

#!/bin/sh
/usr/sbin/usb_modeswitch
sleep 1
/sbin/modprobe usbserial vendor=0x12d1 product=0x1411.am i doing it right 
here?
also gave read/write access.

7. checked /etc/wvdial.conf and added my no., password etc.

now when I connect card and type 'wvdial' it still gives following:
r...@leena-laptop:/# wvdial
-- WvDial: Internet dialer version 1.60
-- Cannot open /dev/ttyUSB0: No such file or directory
-- Cannot open /dev/ttyUSB0: No such file or directory
-- Cannot open /dev/ttyUSB0: No such file or directory

Can anyone who had followed this post please let me know where I am going 
wrongwhy wouldn't it work.

THis post was very thorough and thanks for listing it, as I said I am new to 
linux hence would have made some mistakes.


THanks,
Leena



Arun Khan wrote:

On Wednesday 13 May 2009, Leena wrote:
  

HI all,

I am struggling to get reliance datacard (EC121) to work with Ubuntu.
I have worked with older reliance cards before (EC325, silver color
one) and have had no issues with it.
for those I used to coonect through Gnome-ppp and make required
changes in wvdial.conf and that was sufficient to get EC325 working.
BUt now when I tried same steps with new reliance card (EC121) first
of all modem is not getting recognized by the system.



No, I don't have an EC-121 but ...
I Google searched and found this link that might be helpful.
http://www.ae.iitm.ac.in/pipermail/ilugc/2009-January/045551.html

-- Arun Khan


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

  


--
Leena Mulye
IT for Change
Bridging Development Realities and Technological Possibilities
http://ITforChange.net http://IS-Watch.net
http://Inida.IS-Watch.net
Tel:+91-80-2665 4134,2653 6890
Fax:+91 80 4146 1055

___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


[ilugd] Help in getting reliance Huawei datacard EC121 to work on Ubuntu

2009-05-12 Thread Leena

HI all,

I am struggling to get reliance datacard (EC121) to work with Ubuntu. I 
have worked with older reliance cards before (EC325, silver color one) 
and have had no issues with it.
for those I used to coonect through Gnome-ppp and make required changes 
in wvdial.conf and that was sufficient to get EC325 working.
BUt now when I tried same steps with new reliance card (EC121) first of 
all modem is not getting recognized by the system.


when I try wvdial conf gives me following

le...@leena-laptop:~$ wvdial conf
-- WvDial: Internet dialer version 1.60
-- Warning: section [Dialer conf] does not exist in wvdial.conf.
-- Cannot open /dev/modem: No such file or directory
-- Cannot open /dev/modem: No such file or directory
-- Cannot open /dev/modem: No such file or directory

and lsusb is able to detect product  version etc.
le...@leena-laptop:~$ lsusb
Bus 007 Device 001: ID : 
Bus 006 Device 002: ID 05a9:2640 OmniVision Technologies, Inc. OV2640 Webcam
Bus 006 Device 001: ID : 
Bus 005 Device 001: ID : 
Bus 004 Device 003: ID 045e:0084 Microsoft Corp. Basic Optical Mouse

Bus 004 Device 002: ID 12d1:1411 Huawei Technologies Co., Ltd.
Bus 004 Device 001: ID : 
Bus 003 Device 001: ID : 
Bus 002 Device 001: ID : 
Bus 001 Device 001: ID : 

I need help on this, Has anybody worked with this card and knows how to 
work it with Ubuntu?


Thanks

  


--
Leena Mulye
IT for Change 
Bridging Development Realities and Technological Possibilities

http://ITforChange.net http://IS-Watch.net
http://Inida.IS-Watch.net
Tel:+91-80-2665 4134,2653 6890
Fax:+91 80 4146 1055


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Help in getting reliance Huawei datacard EC121 to work on Ubuntu

2009-05-12 Thread Leena

Hi Shakthi,
Output is as follows:
r...@leena-laptop:/home/leena# /bin/dmesg | tail -10
[  111.860905] wlan0: Initial auth_alg=0
[  111.860914] wlan0: authenticate with AP 00:1e:40:5b:8a:48
[  111.863543] wlan0: RX authentication from 00:1e:40:5b:8a:48 (alg=0 
transaction=2 status=0)

[  111.863549] wlan0: authenticated
[  111.863553] wlan0: associate with AP 00:1e:40:5b:8a:48
[  111.865093] wlan0: authentication frame received from 
00:1e:40:5b:8a:48, but not in authenticate state - ignored
[  111.866115] wlan0: RX AssocResp from 00:1e:40:5b:8a:48 (capab=0x411 
status=0 aid=3)

[  111.866122] wlan0: associated
[  111.868855] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[  112.971392] wlan0: no IPv6 routers present


Shakthi Kannan wrote:

Hi,

--- On Wed, May 13, 2009 at 10:04 AM, Leena le...@itforchange.net wrote:
| le...@leena-laptop:~$ wvdial conf
| -- WvDial: Internet dialer version 1.60
| -- Warning: section [Dialer conf] does not exist in wvdial.conf.
| -- Cannot open /dev/modem: No such file or directory
|
| and lsusb is able to detect product  version etc.
| le...@leena-laptop:~$ lsusb
| Bus 004 Device 002: ID 12d1:1411 Huawei Technologies Co., Ltd.
\--

Could you please post the output /bin/dmesg | tail -10, after you
have connected the USB modem to the laptop?

SK

  


--
Leena Mulye
IT for Change
Bridging Development Realities and Technological Possibilities
http://ITforChange.net http://IS-Watch.net
http://Inida.IS-Watch.net
Tel:+91-80-2665 4134,2653 6890
Fax:+91 80 4146 1055


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/


Re: [ilugd] Help in getting reliance Huawei datacard EC121 to work on Ubuntu

2009-05-12 Thread Leena

HI,

I executes the command you have said in your mail. Output is:
Can't figure what it is...but looks like when i disconnected on address2 
it showing that, and later as you have suggested after connecting USB

showing last four lines.
thanks for your help

r...@leena-laptop:/# tail -f /var/log/messages
May 13 10:50:25 leena-laptop -- MARK --
May 13 11:08:57 leena-laptop kernel: [ 1508.109786] usb 4-1: USB 
disconnect, address 2
May 13 11:13:25 leena-laptop kernel: [ 1616.548709] usb 4-1: new full 
speed USB device using uhci_hcd and address 4
May 13 11:13:30 leena-laptop kernel: [ 1617.960127] usb 4-1: 
configuration #1 chosen from 1 choice
May 13 11:13:30 leena-laptop kernel: [ 1618.102193] usbcore: registered 
new interface driver libusual
May 13 11:13:30 leena-laptop kernel: [ 1618.144644] Initializing USB 
Mass Storage driver...
May 13 11:13:30 leena-laptop kernel: [ 1618.147129] scsi4 : SCSI 
emulation for USB Mass Storage devices
May 13 11:13:30 leena-laptop kernel: [ 1618.148835] usbcore: registered 
new interface driver usb-storage
May 13 11:13:30 leena-laptop kernel: [ 1618.148842] USB Mass Storage 
support registered.
May 13 11:13:34 leena-laptop kernel: [ 1619.278878] usb 4-1: USB 
disconnect, address 4
May 13 11:14:26 leena-laptop kernel: [ 1638.929140] usb 4-1: new full 
speed USB device using uhci_hcd and address 5


May 13 11:14:31 leena-laptop kernel: [ 1640.096710] usb 4-1: 
configuration #1 chosen from 1 choice
May 13 11:14:31 leena-laptop kernel: [ 1640.098617] scsi5 : SCSI 
emulation for USB Mass Storage devices
May 13 11:14:31 leena-laptop kernel: [ 1640.381210] usb 4-1: USB 
disconnect, address 5
May 13 11:14:31 leena-laptop kernel: [ 1640.411090] usb 4-1: new full 
speed USB device using uhci_hcd and address 6
May 13 11:14:32 leena-laptop kernel: [ 1640.502777] usb 4-1: 
configuration #1 chosen from 1 choice



Shakthi Kannan wrote:

Hi,

--- On Wed, May 13, 2009 at 10:42 AM, Leena le...@itforchange.net wrote:
| Output is as follows:
| r...@leena-laptop:/home/leena# /bin/dmesg | tail -10
| [  111.860905] wlan0: Initial auth_alg=0
|
\--

[Snip]

I don't see any USB related output here. Do the following instead:

1. Remove the USB modem from the laptop.
2. Open a terminal and do sudo tail -f /var/log/messages.
3. Plug-in the USB modem, and you will see some output in (2). Please
post the output that you see.

SK


  


--
Leena Mulye
IT for Change
Bridging Development Realities and Technological Possibilities
http://ITforChange.net http://IS-Watch.net
http://Inida.IS-Watch.net
Tel:+91-80-2665 4134,2653 6890
Fax:+91 80 4146 1055


___
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/