LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 04-01-2005, 09:01 PM   #1
FishBoy
Member
 
Registered: Nov 2004
Distribution: SuSE 10.2
Posts: 56

Rep: Reputation: 15
Smile Linux Newbie



Hi all im kinda a newbie to linux started migrating to it from windows about two weeks ago but i wanna get more experience and stuff, but first i wanna get my sound fixed each time i boot on linux my sound doens't work i have to go to YaST>delete the sound card and then re-add it and it works, i was told i could try something like that:

Quote:
ls -l /dev/dsp*
ls -l /dev/audio*
ls -l /dev/mixer*
and they weren't all 'rwx', so i did

Quote:
chmod 777 /dev/dsp* /dev/audio* /dev/mixer*
but everytime i reboot the permissions are reset :S :s, any ideas on how to get that fixed?

i also wanna know how to make my ntfs drive writable, and why is it "dangerous" to set ntfs to write.

and i'm also intersted in learning how to program drivers for devices and make software and stuff for devices, i think it's called kernel programming? not too sure, and help in updating to KDE 3.4

:S sorry for all these questions guys, oh and here are my specs:

SuSE Linux 9.1
Kernel 2.6.11.6
KDE 3.2

Thanks everyone,

FishBoy.

Last edited by FishBoy; 04-01-2005 at 09:05 PM.
 
Old 04-01-2005, 09:14 PM   #2
mjmwired
Member
 
Registered: Apr 2004
Distribution: CentOS6, CentOS5, F16, F15, Ubuntu, OpenSuse
Posts: 620

Rep: Reputation: 39
If Suse 9.1 uses udev (which I think it does) you need to make permission changes somewhere in /etc/udev/.

To write NTFS you need some extra support, look for 'captive' or 'paragon'. These actually work. The module which ships with the linux kernel if activated to 'write' it is dangerous since it has certain limitations in its functionality.

Device drivers? You have LOTS of reading and posting on mailing lists and news groups ahead of you. Good luck.

If you want to update KDE, I recommend only through yast (or try other repository based package managers, 'apt', etc).
 
Old 04-01-2005, 09:28 PM   #3
FishBoy
Member
 
Registered: Nov 2004
Distribution: SuSE 10.2
Posts: 56

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by mjmwired
If Suse 9.1 uses udev (which I think it does) you need to make permission changes somewhere in /etc/udev/.
that's for the sound right?

Quote:
Originally posted by mjmwired
To write NTFS you need some extra support, look for 'captive' or 'paragon'. These actually work. The module which ships with the linux kernel if activated to 'write' it is dangerous since it has certain limitations in its functionality.
well im getting 2nd thoughts on NTFS writting after being pointed to this site and read these lines

Quote:
The possibility of destroying your filesystem is very high.
...
Make a mistake and the filesystem will be damaged, make too many mistakes and the filesystem will be destroyed.
it made me not wanna do it, but they did point to websites that have windows ext2 and ext3 drivers

Quote:
Originally posted by mjmwired
Device drivers? You have LOTS of reading and posting on mailing lists and news groups ahead of you. Good luck.
is there anywhere good that you would recomment that i could start from?

Quote:
Originally posted by mjmwired
If you want to update KDE, I recommend only through yast (or try other repository based package managers, 'apt', etc).
right i think that's a good idea YaST is the easiest way
 
Old 04-02-2005, 02:38 AM   #4
FishBoy
Member
 
Registered: Nov 2004
Distribution: SuSE 10.2
Posts: 56

Original Poster
Rep: Reputation: 15
ok so i editted udev.permission in su mode and i changed all the permissions that are 660 to 770 which included those for the audio and stuff and i still dont get audio when i boot linux, i rebooted it twice
 
Old 04-02-2005, 05:29 AM   #5
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
> is there anywhere good that you would recomment that i could start from?
google for:
C tutorial
the C programming language(*)
kernel programming tutorial
--
(*) the C `bible'. A must have for any serious C programmer. Read the reviews here: http://www.linuxquestions.org/review...hp?product=395
 
Old 04-02-2005, 11:26 AM   #6
FishBoy
Member
 
Registered: Nov 2004
Distribution: SuSE 10.2
Posts: 56

Original Poster
Rep: Reputation: 15
cool thx jonas i'll take a look at those later on i just woke up now, but yea i do know C, but only like up to file handling and a quick view of struct and then we switched to C++ classes, that's at school
 
Old 04-02-2005, 11:45 AM   #7
jonaskoelker
Senior Member
 
Registered: Jul 2004
Location: Denmark
Distribution: Ubuntu, Debian
Posts: 1,524

Rep: Reputation: 47
then you might be in for a long journey...
make sure that you understand how pointers, strings and arrays (which are all (convertible to) pointers) work; they are quite crucial to any successful C. Also, understand how function pointers work.

Actually, make sure you know how the entire language works--it's small enough to keep it all inside your head, once you `get it'.

best wishes,

Jonas Kölker
 
Old 04-02-2005, 03:23 PM   #8
FishBoy
Member
 
Registered: Nov 2004
Distribution: SuSE 10.2
Posts: 56

Original Poster
Rep: Reputation: 15
yea i think i still need some practice on pointers and pointers to pointers in C++
 
Old 04-05-2005, 08:48 AM   #9
FishBoy
Member
 
Registered: Nov 2004
Distribution: SuSE 10.2
Posts: 56

Original Poster
Rep: Reputation: 15
hey my sound card still doesn't load automatically when i boot linux i tried modifying the udev.permission folder but that didn't help, any suggestions?
thanks
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux Newbie: Would like a suggestion for wireless card for Linux Fedora Core 3. Gueron Linux - Laptop and Netbook 1 10-06-2005 03:15 PM
security newbie, but not Linux newbie. advice on secure delete tools mattie_linux Linux - Security 19 08-15-2005 01:50 AM
Linux semi-newbie and Wine vary newbie geovolt_os1 Linux - Software 4 04-19-2005 11:03 AM
setting up data exchange between Red Hat Linux and Windows 98 - Linux Newbie Hosiah Linux - Newbie 3 09-13-2004 01:11 PM
newbie;I am a linux newbie who has installed slackware and have run into a few proble MollyJolly Slackware - Installation 6 06-01-2004 11:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:23 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