Page 10 of 18

Posted: Tue Jan 17, 2006 6:55 am
by JungleBoyCor
cordel wrote:...You have to go into the webmin menu click [webmin users] -> [root] and select "unix authentication"
You assume I can get into webmin ;-) but I can't :-( thats my problem.
Any way getting into webmin if you're locked out?
The Webmin FAQ talks about a tool called "changepass.pl" but I can't find that on the system also...
Thanx,
Cor

Posted: Tue Jan 17, 2006 7:27 am
by cordel
If it's not accepting your root password, use a blank password (no password) is the defualt when webmin is installed without (in this case before) perl-auth-pam.

Corey

Edit:
And incase you should ever need the changepass script it's here:

Code: Select all

# locate changepass.pl
/usr/libexec/webmin/changepass.pl
You don't need that script on a freash install though.

Posted: Tue Jan 17, 2006 9:55 am
by JungleBoyCor
It worked. Thanx a lot!
Be Blessed,
Cor

Posted: Wed Jan 25, 2006 7:54 pm
by orla
Installed the distro - no problem. Following instructions in the forum, but there seem to be a problem with the curl package doing yum update.

Downloading Packages:
warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID 4f2a6fd2
public key not available for curl-7.12.3-4.fc3.i386.rpm
Retrieving GPG key from ftp://download.computerntelecom.com/pub/RPM-GPG-KEY-CTU

The GPG key at ftp://download.computerntelecom.com/pub/RPM-GPG-KEY-CTU (0x475C5926)
is already installed but is not the correct key for this package.
Check that this is the correct key for the "CTU Core 3 - i386 - Released Updates" repository.

I am not aware how to handle this.
Anyone with some expirience on that?

Thanks in advance, Orla

Posted: Wed Jan 25, 2006 8:28 pm
by cordel
You need to import Fedoras Key
rpm --import /usr/share/rhn/RPM-GPG-KEY-fedora

That should do the trick.

Regards,
Corey

Posted: Wed Jan 25, 2006 9:16 pm
by orla
Right you are!
Thank you.

I will return after setting up cameras and testing.
I am using a Kodicom card - KMC-4400r. Hope it works.

Orla

Posted: Wed Jan 25, 2006 9:34 pm
by cordel
It works great. Thats what I use (well one of the few card types that I have anyway). You just have to inmod the card correctly.

Corey

Posted: Wed Jan 25, 2006 10:23 pm
by orla
Will try the best I can.

Found this: http://www.linuxtv.org/v4lwiki/index.php/Kodicom_4400R
(modprobe bttv gbuffers=16 card=133,132,133,133)
The link states:
"The kernel is able to work with this card from version 2.6.12-6 onwards and is in the 2.6.13 kernel baseline"
cat /proc/version - Linux version 2.6.12-1.1381_FC3
If you have it running, the information above may not be correct.
I will give it my best shot.

Should I ad this modprobe line to rc.local?
How have you done it?

Thanks again.
Its getting late here in Denmark, so I will see if I can get a picture tomorrow.
The system is to be used at a small private school, were I help out with the computer installation.

Orla

Posted: Wed Jan 25, 2006 10:35 pm
by cordel
I put the insmod in /etc/modprobe.conf
I haven't yet tried the newer kernel as I think FC3 is still on 2.6.12 so it would have to be insmod in.
When the later kernel makes it in to the distro, the card should be auto detected and not require anything be done.

Posted: Thu Jan 26, 2006 2:35 pm
by orla
Its not related t this forum, but would you share the line in your /etc/modprobe.conf?
I guess something like
install bttv gbuffers=16 card=133,132,133,133
But I am not familiar at all, with module installation.

Kodicom_4400R Config

Posted: Thu Jan 26, 2006 6:13 pm
by cordel
modprobe.conf

Code: Select all

alias char-major-81 bttv
options bttv gbuffers=16 card=133,132,133,133 tuner=4,4,4,4

Posted: Thu Jan 26, 2006 9:12 pm
by orla
I think this is doing the trick.
Looks in /var/log/dmesg tells, that the card is regognised.
Thank a lot.
Will try with camera tomorrow.

Orla

Posted: Mon Jan 30, 2006 7:46 am
by orla
Hi Corey.

Picture in the box!
Thank (the danish word is "tak") you for all your help.

Will go forward with testing and fine-tuning.

I think further questions below in other forums.

Orla :wink:

Posted: Mon Jan 30, 2006 7:47 am
by orla
That is "belong" in other forums.

Orla

Posted: Mon Jan 30, 2006 7:32 pm
by cordel
No problem Orla,
Glad you got it working.

Cheers,
Corey