LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-16-2005, 07:07 PM   #1
minimumturbulen
LQ Newbie
 
Registered: May 2005
Posts: 18

Rep: Reputation: 0
more questions PLEASE help


hi, im back guys ! lol

issues issues

1.soundcard - when i boot my comp i have to go to soundcard detection in system tools for my soundcard to work and hence play xmms mp3. please tell me how i can set it so it automatically knows the soundcard and doesnt have to be done at every boot

2.FAT32 - i have a formatted 12 GB FAT32 drive thats on the same hdd as my linux partition and i want it to recognize it.. i have tried all the methods but it just gives me the error: fs not there, bad option, superblock on Hda7, or just too many filesystems. i created a folder in /mnt/ called "mediadisk" to house and i ran through the line i made in fstab more than thrice.

Fedora Core 3 btw
Linux Kernel 2.6.9-1.667

thanks for all the help..
much appreciated
JJ
 
Old 05-16-2005, 07:36 PM   #2
Matir
LQ Guru
 
Registered: Nov 2004
Location: San Jose, CA
Distribution: Debian, Arch
Posts: 8,507

Rep: Reputation: 128Reputation: 128
Are you sure the partition is correct, and properly formatted?

Also, in the future, please use a more descriptive topic. Thanks.
 
Old 05-16-2005, 07:54 PM   #3
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
I use a line like this in my /etc/fstab
Code:
/dev/hda10              /vfatshare              vfat    umask=000,users,noauto,owner,rw,sync,dirsync   0 0
Brian1
 
Old 05-16-2005, 08:05 PM   #4
minimumturbulen
LQ Newbie
 
Registered: May 2005
Posts: 18

Original Poster
Rep: Reputation: 0
sorry about the topic name.. im just desperate for some sort of help.. i wish i could change it.. darn..
thanks for the help ima try the method brian1 mentioned
 
Old 05-16-2005, 09:13 PM   #5
minimumturbulen
LQ Newbie
 
Registered: May 2005
Posts: 18

Original Poster
Rep: Reputation: 0
yayyy brian1's thing helped i fixed the FAT32 thing.. now its readable and writeable (if there is a word)
the soundcard thing is weird. i set it to detect and it detects it and everything.. but every time i reboot i have to go again and detect it.. please tell me how i can permanently mount it or something.. thanks guys
 
Old 05-16-2005, 10:00 PM   #6
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
This is one of the major bugs in FC3 release. Its been discuss many times here and every other fourm and newsgroup around. This is the most common fix ther are are a few others. Open a terminal and type su. Enter root password. Run ' alsamixer '. Change the volumes the way you need it. If a ' mm ' is above the bar it is muted to unmute hit the ' m ' key. Usually all that is needed is Master Volume and PCM. Hit 'esc' key to exit. Now type ' alsactl store '. This saves the volume levels so when you restart it reloads these values.

Brian1
Google the Linux way at ' http://www.google.com/linux '
 
Old 05-16-2005, 10:08 PM   #7
minimumturbulen
LQ Newbie
 
Registered: May 2005
Posts: 18

Original Poster
Rep: Reputation: 0
alsactl store doesnt work :-\
sorry
thanks
JJ
 
Old 05-16-2005, 10:22 PM   #8
minimumturbulen
LQ Newbie
 
Registered: May 2005
Posts: 18

Original Poster
Rep: Reputation: 0
[root@localhost minimumturbulence]# alsamixer

[root@localhost minimumturbulence]# alsactl store
bash: alsactl: command not found

it doesnt read that command.. i dunno if i have the thing written wrong or something .. this is crazy..
thanks
JJ
 
Old 05-17-2005, 06:35 PM   #9
snarkout
Member
 
Registered: Apr 2005
Location: The Land Of Entrapment
Posts: 77

Rep: Reputation: 15
Did you "su" or "su -"? Without the dash, su doesn't (by default) give you root's path, so alsactl won't be in your path.
 
Old 05-17-2005, 07:37 PM   #10
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
I forgot about that use ' su - ' instead of ' su '. su - will use root's PATH's. I have /sbin in my regular user PATH so I missed pointing that out. After setting the mixer levels did you have sound?

Brian1
 
Old 05-17-2005, 11:01 PM   #11
minimumturbulen
LQ Newbie
 
Registered: May 2005
Posts: 18

Original Poster
Rep: Reputation: 0
yea both the sound and the FAT32 issues have been solved
thanks a lot guys

one other thing came up tho..
i updated the system usring yum and i guess this installed a new update to the kernel... so i install the new kernel and reboot the comp.. there is a new entry which automatically set itself as the default in the GRUB bootloader called kernel.. blah 1.14-FC3. im in windows right now so i cant tell exact details.. if you need them let me know ill get them pronto.. and so i select the new entry to load. everything loads fine but there is no connection to the internet whatsoever. so i reboot and check again.. same problem. then i try my original linux entry in the bootloader and the internet doesnt work there either.

i tried the network controller thing with activating and deactivating it.. didnt work

can someone tell me how to fix this?
please dont hate me.. im trying lol
thanks
JJ
 
Old 05-18-2005, 10:51 AM   #12
snarkout
Member
 
Registered: Apr 2005
Location: The Land Of Entrapment
Posts: 77

Rep: Reputation: 15
To start with, could you post the output of "dmesg | grep eth" and "ifconfig"? You will need to be root to run ifconfig. These will give us a place to start. FWIW, dmesg is the command that dumps to the screen the log file of all of the stuff that scrolls by when you boot into linux. Ifconfig is the command used to configure network interfaces. When you use it with no switches, it just dumps the current configuration to the screen. Both are extremely useful commands for TSing.

Last edited by snarkout; 05-18-2005 at 10:58 AM.
 
Old 05-20-2005, 09:19 AM   #13
minimumturbulen
LQ Newbie
 
Registered: May 2005
Posts: 18

Original Poster
Rep: Reputation: 0
ok so i got the exact outputs that was requested

Dmesg Grep eth

Code:
[root@localhost ~]#Dmesg 
[root@localhost ~]# dmesg | grep eth 
eth0: ADMtek Comet rev 17 at d881cc00, 00:04:5A:4E:C6:A4, IRQ 9. 
eth0: Setting full-duplex based on MII#1 link partner capability of 45e1. 
eth0: no IPv6 routers present 
[root@localhost ~]#
and for ifconfig

Code:
root@localhost ~]# ifconfig 
eth0    Link encap:Ethernet  HWaddr 00:04:5A:4E:C6:A4          
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1          
   RX packets:19 errors:0 dropped:0 overruns:0 frame:0          
   TX packets:18 errors:0 dropped:0 overruns:0 carrier:0          
   collisions:0 txqueuelen:1000          
   RX bytes:3583 (3.4 KiB)  TX bytes:1830 (1.7 KiB)          
   Interrupt:9 Base address:0xcc00 

lo      Link encap:Local Loopback 
        inet addr:127.0.0.1  Mask:255.0.0.0 
        inet6 addr: ::1/128 Scope:Host 
        UP   LOOPBACK RUNNING  MTU:16436  Metric:1 
        RX packets:2218 errors:0 dropped:0 overruns:0 frame:0 
        TX packets:2218 errors:0 dropped:0 overruns:0 carrier:0      
        collisions:0 txqueuelen:0 
        RX bytes:1749688 (1.6 MiB)  TX bytes:1749688 (1.6 MiB) 
[root@localhost ~]#
 
Old 05-20-2005, 02:34 PM   #14
snarkout
Member
 
Registered: Apr 2005
Location: The Land Of Entrapment
Posts: 77

Rep: Reputation: 15
OK, great - your NIC is being detected and configured, but not assigned an IP address. Do you have a DHCP server on your network? Are you NATed (meaning, if you're on broadband, are you behind a linksys or similar router with DHCP enabled?)?

Assuming you're on the network 192.168.1.0/32, as root try:

ifconfig eth0 192.168.1.222 netmask 255.255.255.0

and

route add default gw 192.168.1.1

This assumes that all hosts on your network are using 192.168.1.something as their IPs, that no other host on your network is using .222, and that your default gateway is 192.168.1.1 - this may not be the case, and you will need to adjust the commands accordingly.

If this gets you online, it will only be until your next reboot. To configure your NIC correctly, we need more info about your network. If you post the output of:

cat /etc/sysconfig/network-scripts/ifcfg-eth0

and

cat /etc/sysconfig/network

we'll have a beter idea of your current setup.

Last edited by snarkout; 05-20-2005 at 02:39 PM.
 
Old 05-20-2005, 08:27 PM   #15
minimumturbulen
LQ Newbie
 
Registered: May 2005
Posts: 18

Original Poster
Rep: Reputation: 0
hey thanks for the tips
i tried what you wanted me to try with the whole assigning IP addresses. these are my results:

Code:
[root@localhost ~]# ifconfig eth0 192.168.2.9 netmask 255.255.255.0
[root@localhost ~]# route add default gw 192.168.2.1
SIOCADDRT: Network is unreachable
Code:
[root@localhost ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
TYPE=Ethernet
USERCTL=no
PEERDNS=yes
IPV6INIT=no
HWADDR=00:04:5a:4e:c6:a4
NETMASK=255.255.255.0
IPADDR=192.168.2.9
GATEWAY=192.168.2.1
Code:
[root@localhost ~]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=localhost.localdomain
[root@localhost ~]#
**reply from activating device in Network Preferences GUI

Determining IP information for eth0...dhclient(5359) is already running - exiting.
If you did not get this software from ftp.isc.org, please
get the latest from ftp.isc.org and install that before
requesting help.
If you did get this software from ftp.isc.org and have notyet read the README, please read it before requesting help.If you intend to request help from the dhcp-server@isc.org
mailing list, please read the section on the README about submitting bug reports and requests for help.
Please do not under any circumstances send requests forhelp directly to the authors of this software - please send them to the appropriate mailing list as described in the README file.
exiting.
failed.

see, the thing is.. after i typed the ifconfig commands to assign the addresses, the network worked for the first attempt to access the internet. i had the network device window open and as soon as i get in one address the thing goes inactive and when i try to activate it through the GUI, i get the above message.. grr i think its set to turn off after a certain tries/amount of time.. i have no clue

thanks a lot
JJ
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 - Distributions > Fedora

All times are GMT -5. The time now is 10:31 AM.

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