RE: [OT] cmake 2.8.4 (f14 x86_64) :: errors at bootstraping

2011-03-07 Thread Suresh Govindachar
stan wrote: > > I have accumulated lots of devel packages over the > years, though. I just found out that yum's --installroot is _not_ meant for installing in a non-default location; this flag, along with rpm's --root flag, are for maintaining separate installations of linux (

[SOLVED]RE: Going from Broadcom's sources to wireless card to WPA network[SOLVED}

2011-03-04 Thread Suresh Govindachar
1) Download sources from Broadcom http://www.broadcom.com/support/802.11/linux_sta.php 2) yum --installroot=`pwd`/foo -y -v install kernel-{headers,devel}-`uname -r` 3) yum --installroot=`pwd`/foo -y -v install gcc 4) set-up PATH for usr/local/bin and usr/bin 5) set-up LD_L

RE: Going from Broadcom's sources to wireless card to WPA network

2011-03-04 Thread Suresh Govindachar
Suresh Govindachar wrote: >Todd Zullinger wrote: >>stan wrote: >>>> yum install development-group development-libs >>> >>> I realized I made an error in this command. It should be >>> >>> yum groupinstall development-

Re: Going from Broadcom's sources to wireless card to WPA network

2011-03-04 Thread Suresh Govindachar
Todd Zullinger wrote: >stan wrote: >>> yum install development-group development-libs >> >> I realized I made an error in this command. It should be >> >> yum groupinstall development-tools development-libs > > As a slight tangent, you can use install with groups, you > just ne

[SOLVED] RE: insmod error -- Invalid module format [SOLVED]

2011-03-04 Thread Suresh Govindachar
Resolution: Look at output of dmesg for more info on error messages associated with kernel modules, and use the modinfo command on the kernel module to peek into kernel module. -- users mailing list users@lists.fedoraproject.org To unsubscribe or

insmod error -- Invalid module format

2011-03-03 Thread Suresh Govindachar
Hello, I successfully built the sources for 64 bit linux drivers from http://www.broadcom.com/support/802.11/linux_sta.php on the machine Linux localhost.localdomain 2.6.35.6-45.fc14.x86_64 #1 SMP Mon Oct 18 23:57:44 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux and got wl.ko:

RE: Going from Broadcom's sources to wireless card to WPA network

2011-03-03 Thread Suresh Govindachar
Bruno Wolff III wrote: >On Thu, Mar 03, 2011 at 04:52:19 +, > Suresh Govindachar wrote: >> >> Question 1: What's the bug that prevents $releaserver >> from taking its value? > > The feature of supporting $releasever in liv

Re: Going from Broadcom's sources to wireless card to WPA network

2011-03-02 Thread Suresh Govindachar
[ Background: Installing drivers for Broadcom's wireless card on a Dell M6400 laptop running a Live USB of Fedora-14-x86_64-Live-Desktop.iso failed to result in a wireless connection; since Broadcom's sources from http://www.broadcom.com/support/802.11/linux_sta.php

RE: Going from Broadcom's sources to wireless card to WPA network

2011-02-28 Thread Suresh Govindachar
[It seems to take ages for the mailing list to forward posts, so I have taken to cc'ing authors I reply to.] stan wrote: >On Sat, 26 Feb 2011 22:58:22 -0800 >"Suresh Govindachar" wrote: >> >> I read http://www.broadcom.com/docs/linux_sta/README

RE: Bug in liveusb-creator.exe(Universal-USB-Installer-1.8.3.4.exeworks for F14)

2011-02-28 Thread Suresh Govindachar
Rahul Sundaram wrote: >On 02/26/2011 10:49 AM, Suresh Govindachar wrote: > >> Done: https://bugzilla.redhat.com/show_bug.cgi?id=680589 >> >> By the way, how would one do what liveusb-creator.exe does >> manually from a command line (cmd sh

RE: Going from Broadcom's sources to wireless card to WPA network

2011-02-26 Thread Suresh Govindachar
Anne Wilson wrote: >On Saturday 26 February 2011 15:10:24 Suresh Govindachar wrote: >>Alan Cox replied as follows: >>>On Fri, 25 Feb 2011 19:27:44 -0800 >>>"Suresh Govindachar" wrote: >>> >>>> In my attempts at replaci

RE: What do these rpms do?

2011-02-26 Thread Suresh Govindachar
Kevin Fenzi wrote: >> On Sat, 26 Feb 2011 07:29:02 -0800 >> "Suresh Govindachar" wrote: >> >> Please explain the role played by the material in each >> of the following three rpms found on rpmfusion: I was able to look inside two of th

RE: Going from Broadcom's sources to wireless card to WPA network

2011-02-26 Thread Suresh Govindachar
Bruno Wolff III wrote: >On Sat, Feb 26, 2011 at 09:06:25 -0800, > Suresh Govindachar wrote: >>Bruno Wolff III wrote: >>>On Sat, Feb 26, 2011 at 15:10:24 +, >>> Suresh Govindachar wrote: >>>> >>>> But why such an i

RE: Going from Broadcom's sources to wireless card to WPA network

2011-02-26 Thread Suresh Govindachar
Bruno Wolff III wrote: >On Sat, Feb 26, 2011 at 15:10:24 +, > Suresh Govindachar wrote: >> >> But why such an indirect approach when Broadcom supports Linux >> on: http://www.broadcom.com/support/802.11/linux_sta.php (such >> support

What do these rpms do?

2011-02-26 Thread Suresh Govindachar
Hello, Please explain the role played by the material in each of the following three rpms found on rpmfusion: 1) broadcom-wl-5.60.48.36-1.fc13.noarch.rpm Common files for Broadcom 802.11 STA driver This package contains the license, readme and configuration files for the

Re: Going from Broadcom's sources to wireless card to WPA network

2011-02-26 Thread Suresh Govindachar
Alan Cox replied as follows: >On Fri, 25 Feb 2011 19:27:44 -0800 >"Suresh Govindachar" wrote: >> >> In my attempts at replacing Windows on my Dell M6400 laptop >> with [Fedora was missing in OP]-14-x86_64-Live-Desktop.iso, >> I have gotten as far as being

RE: Bug in liveusb-creator.exe (Universal-USB-Installer-1.8.3.4.exeworks for F14)

2011-02-25 Thread Suresh Govindachar
>Rahul wrote: >On 02/26/2011 08:20 AM, Suresh Govindachar wrote: >> >> In case it helps, I did not install >> liveusb-creator-3.10.0-setup.exe to the default location, >> viz., Program Files or some such place, but to >> c:\opt\LiveUSB Creator.

Yum's database and configure, ..., make install

2011-02-25 Thread Suresh Govindachar
Hello, On Fedora-14: 1) if I install things by "configure; make ; make test; make install", will yum automatically know how the system has changed? If not, how does up update yum's database to reflect the changes? 2) Similar question for perl modules (perl Makefile.PL;

Going from Broadcom's sources to wireless card to WPA network

2011-02-25 Thread Suresh Govindachar
Hello, In my attempts at replacing Windows on my Dell M6400 laptop with -14-x86_64-Live-Desktop.iso, I have gotten as far as being able to create a live usb stick. My next step is to get on the internet via the Dell Wireless 1510 Wireless-N WLAN Mini-Card and my "WPA" network. Broa

Bug in liveusb-creator.exe (Universal-USB-Installer-1.8.3.4.exe works for F14)

2011-02-25 Thread Suresh Govindachar
Hello, On Windows XP Pro, I was successful in creating a F14 Live USB using pendrivelinux.com's Universal-USB-Installer-1.8.3.4.exe. Before using this tool, I did try Fedora's own liveusb-creator.exe -- but it complained that it could not find 7z and told me to extract everything -

FC14 Live CD and wireless connection to the internet

2011-02-24 Thread Suresh Govindachar
Hello, Neither Fedore-14-x86_64-Live-Desktop.iso nor Fedora-14-x86_64-Live-KDE.iso on a laptop seemed to detect the wireless network. The laptop has Dell Wireless 1510 Wireless-N WLAN Mini-Card and refs [1, 2] seem to indicate that necessary drivers/software are in Fedora by default

Perl in FC14-KDE, but why missing in FC14-GNOME?

2011-02-24 Thread Suresh Govindachar
Hello, I tried both Fedore-14-x86_64-Live-Desktop.iso and Fedora-14-x86_64-Live-KDE.iso. I thought perl 5.12 was in every FC14, but it turned out that while FC14-KDE has perl (5.12), "which perl" returned nothing in the default FC14. How come? Thanks, -- users mailing lis