[x] Welcome to LinuxSolved.com Linux help forums, here we are a community of Linux users helping each other. It is helpful to both ie. new linux users as well experienced one. We always have our experts to help you and ofcourse members help each other, so you can ask for help any time by Registering.: Click to Register

Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Linux Forums - Linux Help,Advice & support community:LinuxSolved.com  |  Forum
The LinuxSolved.com GNU/Linux User Communit - Forum
Welcome to LinuxCommunity You have just arrived to a friendly linux community which is helping Linux Users from Years.. You can be its part if you have not already joined it. Registration is FREE and is gateway to unlimited help and support to all your linux related needs. If you are an GNU/Linux supporter then you have come to the right place.
  Show Posts
Pages: [1] 2 3
1  Linux Software / Linux Installation Support / Re: Question on Sabayon installation on: July 29, 2008, 02:06:45 AM
Thank you, Ricky. Unfortunately, my KTorrent crashed mid-way, and my download of about 1.7 GB of Sabayon's 3.9 GB went waste.. donno wattu do...
2  Linux Software / Linux Installation Support / Question on Sabayon installation on: July 20, 2008, 08:44:16 AM
Of late, I hear, Sabayon has been performing very good...

I run a multi-boot system with Win xp, Ubuntu, 2 Kubuntu's and Sidux and openSUSE 11.0

Now if I install Sabayon, will it write all these OS records to its boot record ? Someone on the IRC chat on Sabayon said it wouldn't.. what do you people say ??

I await ur thoughtful reply - it's not urgent, however. Sabayon is still just downloading on my sys.

-- Akash.
3  Linux Software / Linux Application / Kooka and XSane on: May 23, 2008, 12:04:14 PM
I have a lil trouble with the above said applications.

They deal with a scanner.

Mine is an HP Scanjet 2400 series scanner... and XSane doesn't detect it at all. And in Kooka, I click on Settings -> Select Scan device, and get no result at all. And there is no Scan button.

I looked through Kooka help, but found nothing helpful...

I run Kubuntu. Please help.

-- Akash.
4  Network Troublshooting / Linux Servers Support / Where is my www-root directory ? on: May 23, 2008, 08:38:09 AM
Hi.

I'm concerned with phpSANE - a scanner application.

In its installation instructions, it is said that apache is a must. So I installed apache2.

The next step says: 'put the phpSANE directory in your www-root directory'. Now where do I find this www-root directory ? I'm running Kubuntu - the KDE version of Ubuntu.

Kindly tell me location of my www-root. Is it in /etc/apache2/ ?

Thank you.
-- Akash
5  Linux Software / Linux Installation Support / Installed Fedora 7: worried about Ubuntu on: May 14, 2008, 12:40:57 AM
Hi.

I'm running Fedora 7. My hard disc is about 20% occupied. The rest is free / unpartitioned. I want to load Ubuntu 8.04 in future. Can I ?

If I load it, will it still recognize Fedora 7, and leave it intact in the new boot loader it creates ? Or will Fedora 7 be invisible ? I don't wanna lose Fedora.

Kindly clarify.

-- Akash
6  Network Troublshooting / General Networking Support in Linux / Re: ungrab-winmodem missing... on: December 08, 2007, 03:04:48 AM
In that ungrab-winmodem_20070426.tar.gz, after gunzipping and tarring, there is a C file: ungrab-winmodem.c

I applied "sudo make clean" and "sudo make" and "sudo make install" at the prompt in that directory.. and got this:

(begin)
computer2@edubuntu:~/Desktop/ungrab-winmodem$ sudo make clean
[sudo] password for computer2:
rm -f *.o *.ko *.mod.* .*.cmd *~
rm -f -r .tmp_versions

computer2@edubuntu:~/Desktop/ungrab-winmodem$ sudo make
make modules -C /lib/modules/2.6.22-14-generic/build SUBDIRS=/home/computer2/Desktop/ungrab-winmodem
make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
  CC [M]  /home/computer2/Desktop/ungrab-winmodem/ungrab-winmodem.o
/home/computer2/Desktop/ungrab-winmodem/ungrab-winmodem.c:14:26: error: linux/config.h: No such file or directory
/home/computer2/Desktop/ungrab-winmodem/ungrab-winmodem.c:41: error: expected ‘}’ before ‘{’ token
/home/computer2/Desktop/ungrab-winmodem/ungrab-winmodem.c: In function ‘softmodem_release_init’:
/home/computer2/Desktop/ungrab-winmodem/ungrab-winmodem.c:74: warning: ‘pci_find_device’ is deprecated (declared at include/linux/pci.h:477)
make[2]: *** [/home/computer2/Desktop/ungrab-winmodem/ungrab-winmodem.o] Error 1
make[1]: *** [_module_/home/computer2/Desktop/ungrab-winmodem] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
make: *** [all] Error 2

computer2@edubuntu:~/Desktop/ungrab-winmodem$ sudo make install
make modules -C /lib/modules/2.6.22-14-generic/build SUBDIRS=/home/computer2/Desktop/ungrab-winmodem
make[1]: Entering directory `/usr/src/linux-headers-2.6.22-14-generic'
  CC [M]  /home/computer2/Desktop/ungrab-winmodem/ungrab-winmodem.o
/home/computer2/Desktop/ungrab-winmodem/ungrab-winmodem.c:14:26: error: linux/config.h: No such file or directory
/home/computer2/Desktop/ungrab-winmodem/ungrab-winmodem.c:41: error: expected ‘}’ before ‘{’ token
/home/computer2/Desktop/ungrab-winmodem/ungrab-winmodem.c: In function ‘softmodem_release_init’:
/home/computer2/Desktop/ungrab-winmodem/ungrab-winmodem.c:74: warning: ‘pci_find_device’ is deprecated (declared at include/linux/pci.h:477)
make[2]: *** [/home/computer2/Desktop/ungrab-winmodem/ungrab-winmodem.o] Error 1
make[1]: *** [_module_/home/computer2/Desktop/ungrab-winmodem] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-2.6.22-14-generic'
make: *** [all] Error 2
computer2@edubuntu:~/Desktop/ungrab-winmodem$
 
(end)

There appeared no ungrab-winmodem.o

Waht can I do now ? Anyone ?
7  Network Troublshooting / General Networking Support in Linux / Re: ungrab-winmodem missing... on: December 05, 2007, 09:03:42 AM
Oh thank you Ricky, you provided me with a newer version. Within 2 days, I'll post the result...
8  Network Troublshooting / General Networking Support in Linux / ungrab-winmodem missing... on: December 02, 2007, 08:46:10 AM
Hey people note ..

ungrab-winmodem.ko, that is essential in the process of setting up a PCI modem driver, is missing in the package in which it must be found.

The package is slamr-2.6.22-14-generic.tar.gz, found on http://linmodems.technion.ac.il/packages/Smartlink/Ubuntu. Sasha Khapyorsky is the author of this driver for this HSP56 micromodem 688T of Oasis chipset.

Upon gunzipping and tarring, the resulting folder has a setup script, in which there is a line as follows:

                 modprobe ungrab-winmodem

but unfortunately, there is no ungrab-winmodem in that folder. The script thus fails to install the driver on my Edubuntu 7.10.

Somebody bring it to his notice.
9  Linux Software / Linux Installation Support / Re: Can we do like in Windows XP... on: November 11, 2007, 06:30:58 AM
That's right, man. I too don't see why it appears so.

I read somewhere that the Java we install fails to replace the one that came by default with the Linux OS.
10  Linux Distribution / Distribution Specific / Gutsy Gibbon on: October 19, 2007, 10:57:18 PM
Has anyone tried Ubuntu 7.10 yet ? The Gutsy gibbon i mean. How much of memory does it require ? Will it run on a 256 MB RAM ? I have only 256 MB of RAM.
11  Others / Miscellaneous / I want to know the name of my serial port or device... on: August 30, 2007, 02:01:52 AM
Can someone tell me how to do it ?

I want to use the setserial command to configure my serial device, but couldn't know what its name was. Is there some way of knowing the name of my serial device?

I'm running Fedora 7 (Moonshine)

There was a command "hal-device" i think, but it produces so much output that i cannot see the earlier lines in it...
12  Linux in General / Linux Tutorials & How To's / Re: booting Linux from windows boot loader How to (Dual boot) -A on: August 30, 2007, 01:56:47 AM
What I had done was I had ubuntu running on my system. And there was a lot of unpartitioned space left on the hard disc. So then I used it and installed windows xp as well.

When I rebooted i could not see Linux installation at all! Among the options prior to booting, there was only Windows xp.

To see linux again, I made a small partition, and installed linux a second time, then I could see all the three Operating Systems...!

Could you tell me how I can overcome this problem..?
13  Linux Software / Linux Installation Support / Re: Which version of Java does Fedora 7 come with ? on: August 29, 2007, 07:08:39 AM
it comes with Java 5 (jdk1.5...)
14  Linux in General / Linux Development & Programming / Re: Java on: August 29, 2007, 06:59:58 AM
Oh thanks Gaurav, I had got confused by # in your previous response, and typed it myself in front of javac test.java

So I had to type at the # prompt "javac test.java", and not "#javac test.java" at the hash prompt (with a redundant #)

Thank you.
akash.
15  Network Troublshooting / General Networking Support in Linux / Re: How to install LG LSP340e modem in fedora 7 on: August 29, 2007, 06:51:49 AM
Well mine was LSP 350T and it worked well under Ubuntu linux.

Now am running Fedora 7, and when I run wvdialconf   /etc/wvdial.conf, it doesn't detect modem on any port and the computer hangs up when it reaches ttyS2 and is at 115200 baud rate.

What could I do? I can't use my HSP56 Micromodem 688T, either. No one seems to have written a driver for it yet, (slamr.ko), exactly to match my kernel.. (2.6.20-2925.9.fc7xen, if I remember right!) There is another kernel too in my own machine under same fedora 7, that is 2.6.20-1.3194.fc7 (?)
Pages: [1] 2 3
Welcome, Guest. Please login or register.
Did you miss your activation email?
December 01, 2008, 05:27:01 PM

Login with username, password and session length
Navigation
Recent Discussions
[November 29, 2008, 02:23:49 PM]

[November 29, 2008, 02:14:14 PM]

[November 29, 2008, 04:00:36 AM]

[November 28, 2008, 07:05:28 AM]

[November 28, 2008, 07:04:39 AM]

[November 28, 2008, 06:58:16 AM]

[November 28, 2008, 06:47:09 AM]

[November 26, 2008, 11:53:32 AM]

[November 26, 2008, 04:00:22 AM]

[November 25, 2008, 06:44:47 PM]
Members
Total Members: 6252
Latest: rash31
Stats
Total Posts: 8285
Total Topics: 2257
Online Today: 34
Online Ever: 111
(June 28, 2007, 06:47:29 AM)
Users Online
Users: 0
Guests: 10
Total: 10
Privacy Policy| Powered by SMF 1.1.4 | SMF © 2006-2007, Simple Machines LLC
Seo4Smf v0.2 © Webmaster's Talks
Theme & TinyPortal v0.9.8 © Bloc