[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]
1  Others / Miscellaneous / HELP !!!!! red hat linux starting problem...... on: September 26, 2004, 11:45:36 PM
How? His console's not logging him in!
2  Hardware Troubleshooting in Linux / Other Devices / Modem on Suse 9 on: September 26, 2004, 11:42:13 PM
Untar the xyz.tar file (tar -xvf xyz.tar).Now delve into the xyz folder generated and look for a 'readme' and 'install' for detailed instructions on compiling and installing.
Good luck.
3  Linux Software / Linux Installation Support / installed packaged cannot be uninstalled using rpm -e on: September 26, 2004, 12:45:07 AM
Well try rpm -qf on a file installed by the package. For eg if there is a gaim binary in /usr/bin then try      rpm -qf /usr/bin/gaim .This should give the correct package name.Maybe you've already done this.
Could it be happening due to some dependency prob?
4  Others / Miscellaneous / HELP !!!!! red hat linux starting problem...... on: September 24, 2004, 10:43:42 PM
Hi,
Try this.Boot in single user mode(if using grub select the Linux entry and hit 'e'. Select the kernel.... line and hit e again for editing.Then at the end of the line append a 'single' .Then hit enter and press 'b' to boot.The system should boot into single user mode.)
Now at the shell prompt change the runlevel from 5 to 3 using vi on /etc/inittab.You could also type 'telinit 3' to be immedately switched to runlevel 3.There you can use 'startx' to start gui mode or to troubleshoot if X crashes or sth.
5  Hardware Troubleshooting in Linux / Other Devices / USB Camera unable to mount in MDK9.2 on: September 20, 2004, 10:08:17 PM
There is a driver for SunPlus's spca504 chipset(which I think is employed in your camera) here http://sourceforge.net/projects/spca50x/
And for mounting the CF or whatever memory of your camera please remove the /dev/sda1 device and create a new one(only sda1 and not sda) using the Makedev script.You could also try mounting a friend's usb pendrive just to confirm.
6  Hardware Troubleshooting in Linux / Other Devices / Problem using Internet on Linux using Reliance phone on: September 19, 2004, 07:22:03 AM
Here is what I found.Please try and see.

I use wvdial instead of the official client for connecting to the Net using the FWP. I have tried to use kppp for this purpose, and have got very little success. The rest of this section explains how to connect using wvdial.


--------------------------------------------------------------------------------
 I used stty /dev/ttyS0 115200 (replace the port with the one you are using) to set the speed of the port to be used. You might not need it.
--------------------------------------------------------------------------------

In /etc/ppp/options I have:

    lock
    asyncmap 0
    crtscts
    modem
    defaultroute
    usepeerdns
    name reliance
    noauth
    mtu 264
    debug
   
In /etc/ppp/pap-secrets I have:

     "XXXXXXXXXX"  reliance  "XXXXXXXXXX"
   
Where XXXXXXXXXX is my phone number in the form STD-code + phonenumber. e.g. a Delhi(STD code 011) phone number YYYYYYYY, should have 11YYYYYYYY in the place of XXXXXXXXXX above.

In /etc/wvdial.conf I have:

    [Dialer Defaults]
    Modem = /dev/ttyS0
    Baud = 115200
    Init1 = AT+crm=1;$LGPKT=3
    ISDN = 0
    Modem Type = Analog Modem
    Phone = #777
    Username = XXXXXXXXXX
    Password = XXXXXXXXXX
    Stupid Mode = 1
   
Remember to use the phone number in the format explaned earlier in place of XXXXXXXXXX in the file given above.
Run wvdial as root to connect to the net, or alternatively give sudo permission to specific users to run wvdial using their own accounts.
7  Linux Software / Linux Installation Support / Boot Problem on: September 16, 2004, 09:38:12 PM
fdisk -l lists all the partitions.If you want to use fdisk for creating/deleting partitions etc then do a   fdisk /dev/hda   .You'll get a list of commands which you can use.
For solving your Mandrake problem plz give the output of fdisk -l like Ricky requested so that we may know which is the root part for Mandrake.
Thanks
8  Others / Miscellaneous / foxpro on: September 15, 2004, 09:03:45 AM
You may use Visual Foxpro on any popular Linux distro (Fedora,Suse etc) through the windows emulator WINE.
http://openfox.org/openfoxwiki/HOWTO_3a_20Install_20Visual_20Foxpro_20on_20Linux/Wine?action=highlight&value=%2FWine

Or you may use the tools from Recital.http://www.recital.com/products_linux.htm
9  Linux Software / Linux Installation Support / Restoring the boot sector on: September 11, 2004, 11:31:05 PM
Yeah thanks Avo for the tip. Cheesy
10  Hardware Troubleshooting in Linux / Linux Audio Support / RH 0.9 Audio prob AC 97 on: September 11, 2004, 11:24:07 PM
Hi Agent 007,
There are 2 ways.
1) Use ALSA drivers. If you are new to alsa try reading this :
    http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Intel&card=i820&chip=i820&module=intel8x0

2)Use a newer distro like Fedora Core 2 or Suse 9.1 which supports your board out of the box.
11  Linux Software / Linux Installation Support / Restoring the boot sector on: September 08, 2004, 01:25:57 PM
Booted from win98 CD.... fdisk -MBR
"Parameter format not correct  -MBR"
Ricky are you sure it is fdisk -mbr and not fdisk /mbr?
Thanks.
12  Linux Software / Linux Installation Support / Restoring the boot sector on: September 06, 2004, 01:56:29 PM
Well Ricky thanks for keeping this thread alive.I don't think there is a 'fixmbr' in win98;there's one in XP though.But even if there was I don't think it would help because it would remove grub from the mbr and only win98 would be left but it wouldn't correct the boot sector of win98 partition.Like I said I accidently wrote grub to the 98 boot sector instead of the mbr.So even if the mbr is corrected by 'fixmbr' it wouldn't help as the job of the mbr is to read the partition table and load the boot sector of the appropriate partition into memory and pass control to it.This boot sector then loads the operating system.But I've lost this boot sector which now contains grub.The mbr and this boot sector are both different things.
13  Linux Software / Linux Installation Support / Restoring the boot sector on: September 05, 2004, 11:24:20 AM
Ricky,what I meant was that I accidently wrote to the boot sector of win98 partition INSTEAD of the mbr.So now I actually have the mbr in the 98 boot sector ie I get the grub screen with win and fc1 listed;fc1 boots fine but when I select win98 it executes the boot sector(first sector of 98 partition)and i get the same grub screen back again.Even if I do a fdisk/mbr,the problem remains as it's not the mbr but the 98 boot sector which is at fault.
14  Linux Software / Linux Installation Support / Restoring the boot sector on: September 03, 2004, 09:30:33 PM
I have win98 and FC1 dual boot.Now I accidently installed grrub in the boot sector of the win98 partition(hda1) instead of the mbr(hda).Of course 98 won't boot.Does grub keep a backup of the sector it is writing?Or is there any other way of restoring the boot sector?
Pages: [1]
Welcome, Guest. Please login or register.
Did you miss your activation email?
November 23, 2008, 11:40:18 AM

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

[November 20, 2008, 11:30:52 PM]

[November 19, 2008, 07:52:41 PM]

[November 19, 2008, 07:52:36 PM]

[November 17, 2008, 10:42:59 AM]

[November 16, 2008, 12:49:47 AM]

[November 16, 2008, 12:48:58 AM]

[November 15, 2008, 08:29:02 AM]

[November 15, 2008, 08:24:41 AM]

[November 14, 2008, 05:11:50 AM]
Members
Total Members: 6230
Latest: helen001
Stats
Total Posts: 8270
Total Topics: 2254
Online Today: 13
Online Ever: 111
(June 28, 2007, 06:47:29 AM)
Users Online
Users: 0
Guests: 9
Total: 9
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