You are not logged in.

#1 2006-09-10 18:19:47

bostoniman
Member
Registered: 2004-09-17
Posts: 213
Website

Ndiswrapper/Perl problem

I am trying to load the INF file for my wireless card into ndiswrapper.  However, I get a perl error when I try:

[root@AVERATEC ~]# ndiswrapper -i /home/cconover/Wireless/Ralink/Rt2500.INF
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = (unset),
        LC_ALL = (unset),
        LC_COLLATE = "C",
        LANG = "en_US.utf8"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").

I get the same error no matter what ndiswrapper command I run (ndiswrapper -l, ndiswrapper -e).  I have never seen this error before, so I don't understand what it needs.  How can I resolve this?

Offline

#2 2006-09-10 18:27:15

chrismortimore
Member
From: Edinburgh, UK
Registered: 2006-07-15
Posts: 655

Re: Ndiswrapper/Perl problem

It means you don't have the locale en_US.utf8 installed.  Edit /etc/locale.gen so it isn't commented, and run locale-gen.  That should fix it.


Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB Maxtor DiamondMax 10, 2x320GB WD Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB IBM TravelStar, Nvidia 5200Go 64MB

Offline

#3 2006-09-10 18:35:35

bostoniman
Member
Registered: 2004-09-17
Posts: 213
Website

Re: Ndiswrapper/Perl problem

Thanks, that did it.

Offline

Board footer

Powered by FluxBB