Rick Stevens | 1 Jul 2010 01:15

Re: Compiling a kernel problems

On 06/30/2010 03:31 PM, Alex wrote:
> Hi,
>
>>> It's either a kernel bug or I'm missing something, like ACPI drivers,
>>> or something else that it depends on.
>>
>> Are you sure the initrd ramdisk got rebuilt?
>
> You mean the modules are for the correct kernel version, right? Yes,
> and I've even built it manually.
>
> I'm going to try and build a 2.6.33 and see if it is any different.

No, I mean verifying that the "/boot/initramfs-(kernelversion).img"
file got built with your driver installed.  It's created with dracut and
specified in the grub configuration to load any modular drivers needed
to bring up your root filesystem.

Alternately you can build the required disk drivers into the kernel
directly and not use an initramfs.  You only need the drivers necessary
to mount your root filesystem.
----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, C2 Hosting          ricks <at> nerd.com -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
-                       When in doubt, mumble.                       -
----------------------------------------------------------------------
--

-- 
users mailing list
users <at> lists.fedoraproject.org
(Continue reading)

Bob Goodwin | 1 Jul 2010 01:47

Re: F-13 printing problems -

On 30/06/10 17:48, Aaron Konstam wrote:

    Since these are network printers it seems the problem is probably
    associated with network connectivity. Can you telnet to the printer at
    port 631? I assume you set up the printing on the two printers
    separately or is a print server involved? Trying to delete the printer
    from the F13 machine and reconfiguring it would be worth trying. Is
    other printing from the F13 machine proceeding normally or is it also
    slow?

    .......................................................................

    I think my problem was due to the printer driver for the HL-2170 selected during the install. Changing the
driver seems to have improved things. I will know more tomorrow morning when I print more crossword puzzles.

    There is no one computer serving as a printer server. Each of the three printers stands alone on the network
with it's own wireless Ethernet connection. My computers run Linux and are configured via cups
individually to print to those addresses. The other computers on the LAN are all Apple Macs and each of them
is configured to work on the printers by addressing which ever one they want to use.

    There is a confusion factor however that I have only understood after looking at this stuff carefully
today. Both the CUPS and the system-config-printer screens show the printers configured on my computers
and the Macs. If when printing from Firefox I bring up a printer screen I have to be careful to select the
HL-2170 printer for this address and not one for one of the Macs otherwise I get nothing and the system locks
up until I kill the process. With F-12, Firefox would only print to the default printer which could be
either the 2170 or the 5140, I had different settings on the two Fedora computers I normally print from.

    And I just printed 11 pages of a pdf manual for a Netgear WNDR3300 router on the HL-2170 printer and that went normally.

    So far it appears the problem was a poor driver selection.
(Continue reading)

Patrick O'Callaghan | 1 Jul 2010 02:45
Picon

Re: Flash videos not playing in Fedora 11 firefox browser

On Wed, 2010-06-30 at 15:39 -0700, Patrick Bartek wrote:
> > Zip is used for some Linux stuff, besides which the OP says
> > he extracted
> > a .so file, so it is for Linux.
> 
> As far as I've found Adobe doesn't distribute Flash for Linux in .zip.
> Check the link I gave.  (The other OSes don't list endings, and I have
> no desire to download them all to check.)  Either the OP got a
> repackaged file from someone other than the real Adobe or it's for
> another OS that uses .so endings or something else?

Whatever. I was just answering the "no zip on Linux" point. Also, .so
files are used on several Unix-like systems
(http://en.wikipedia.org/wiki/Executable_and_Linkable_Format) so
strictly speaking it doesn't mean he had a Linux version. However it's
pretty clear it wasn't Windows version as was suggested.

poc

--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Barton Landrum | 1 Jul 2010 02:43
Picon

Re: Cannot run gcc on Fedora 13

It worked! Thanks Gary!

On Wed, Jun 30, 2010 at 12:46 PM, Garry Williams <gtwilliams <at> gmail.com> wrote:
On Wed, Jun 30, 2010 at 3:30 PM, Barton Landrum <blandrum2 <at> gmail.com> wrote:
> I looked for the gcc binaries and I could not find them.

sudo yum install /usr/bin/gcc

--
Garry Williams

--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Robert Nichols | 1 Jul 2010 03:05
Picon

Re: Left mouse button stops working periodically

On 06/30/2010 11:01 AM, Genes MailLists wrote:
> On 06/30/2010 09:38 AM, Wendell Nichols wrote:
>> 3 times in about as many weeks my left mouse button has ceased to
>> function.  I cannot associate this with any particular activity.
>> Because you can't do much without that button I have to reboot my laptop
>> to get out of it.  This mouse is a bluetooth mouse, but while the
>> problem exists the builtin mice don't work either.
>> Has anyone else seen this problem?
>> Does anyone have a way to track down the source of this problem?
>>
>> My system is:
>> lenovo thinkpad t61p
>> fedora 12 (64 bit)
>> using gnome desktop
>>
>
>
>     I have a different problem on T61p tho possibly related - I use 2
> different BT mice.
>
>    Since installing f13, there are times when the mouse gets disconnected
> from the laptop (both mice, 1 brand new). I have to power cycle the
> mouse to get f13 to see it again then all is well. Happens in mid use
> ... suddenly light goes from blue to green on mouse - nothing in log file.
>
>     However while mouse is working _ get a ton of messages like this:
>
>    kernel: btusb_bulk_complete: hci0 urb ffff88010f94ed80 failed to
> resubmit (1)
>

That Bluetooth mouse problem is a side effect of some ill-advised power
management in the kernel.

https://bugzilla.redhat.com/show_bug.cgi?id=570291

That bug doesn't seem to be getting any attention, but there is a partial
workaround in Comment 22.

-- 
Bob Nichols     "NOSPAM" is really part of my email address.
                 Do NOT delete it.

--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Alex | 1 Jul 2010 04:15
Picon

Re: Compiling a kernel problems

Hi,

> Alternately you can build the required disk drivers into the kernel
> directly and not use an initramfs.  You only need the drivers necessary
> to mount your root filesystem.

Yes, that is the approach I have taken, because the initramfs image
didn't work either. It's really a matter of which are the options that
are required to support this controller.

During the kernel build, it says SCSI and PCI are needed, but I'd like
to find a more complete list of the specific options that are
necessary, such as ACPI, etc.

Thanks,
Alex
--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Alex | 1 Jul 2010 04:24
Picon

Printing problem on FC13

Hi,

I've set up a printer entry for my Brother HL-5070N network printer,
and when I print a test page it instead prints one page with "ERROR
NAME; undefined COMMAND; -12345X <at> PJL OPERAND STACK", followed by pages
and pages of blank paper until I turn off the printer.

There is a choice of a number of print drivers, and I've tried a few
of them, including ljet4, hl1250, and a ghostscript driver, and they
all do the same thing.

It hasn't worked since I installed FC13, but did work when I
previously had Ubuntu and an older FC installed on this computer.

How can I troubleshoot this?

Thanks,
Alex
--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

fred smith | 1 Jul 2010 04:43
Picon

Re: Printing problem on FC13

On Wed, Jun 30, 2010 at 10:24:46PM -0400, Alex wrote:
> Hi,
> 
> I've set up a printer entry for my Brother HL-5070N network printer,
> and when I print a test page it instead prints one page with "ERROR
> NAME; undefined COMMAND; -12345X <at> PJL OPERAND STACK", followed by pages
> and pages of blank paper until I turn off the printer.
> 
> There is a choice of a number of print drivers, and I've tried a few
> of them, including ljet4, hl1250, and a ghostscript driver, and they
> all do the same thing.
> 
> It hasn't worked since I installed FC13, but did work when I
> previously had Ubuntu and an older FC installed on this computer.
> 
> How can I troubleshoot this?

I'd say the first thing to try is to duplicate the settings you used
in earlier Fedoras where the printer worked, especially by using the
same printer driver, though other settings may also matter.

-- 
-------------------------------------------------------------------------------
    Under no circumstances will I ever purchase anything offered to me as
    the result of an unsolicited e-mail message. Nor will I forward chain
    letters, petitions, mass mailings, or virus warnings to large numbers
    of others. This is my contribution to the survival of the online
    community.
 --Roger Ebert, December, 1996
----------------------------- The Boulder Pledge -----------------------------
--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Patrick Bartek | 1 Jul 2010 04:57
Picon
Favicon

Re: Flash videos not playing in Fedora 11 firefox browser

--- On Wed, 6/30/10, Patrick O'Callaghan <pocallaghan <at> gmail.com> wrote:

> On Wed, 2010-06-30 at 15:39 -0700,
> Patrick Bartek wrote:
> > > Zip is used for some Linux stuff, besides which
> the OP says
> > > he extracted
> > > a .so file, so it is for Linux.
> > 
> > As far as I've found Adobe doesn't distribute Flash
> for Linux in .zip.
> > Check the link I gave.  (The other OSes don't
> list endings, and I have
> > no desire to download them all to check.)  Either
> the OP got a
> > repackaged file from someone other than the real Adobe
> or it's for
> > another OS that uses .so endings or something else?
> 
> Whatever. I was just answering the "no zip on Linux" point.
> Also, .so
> files are used on several Unix-like systems
> (http://en.wikipedia.org/wiki/Executable_and_Linkable_Format)
> so
> strictly speaking it doesn't mean he had a Linux version.
> However it's
> pretty clear it wasn't Windows version as was suggested.

In either case, it was the wrong flash.  The OP needs to start over with the correct file.  And since we haven't
heard from him since his initial post, maybe, he did and there's no problem anymore.

B
--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

John Clark | 1 Jul 2010 05:08
Picon

Re: Getting on Internet with 13

  On 6/30/2010 2:35 PM, Jerry Feldman wrote:
> On 06/29/2010 07:50 PM, John Clark wrote:
>>    I can't seem to get my browser/email to connect to Internet. In
>> terminal I can ping www.google.com to my hearts content but I can't
>> connect to it with Firefox. I have no hair to pull out and I don't want
>> to pull scalp. BTW, Ubuntu gets on just fine, out of the box, but I
>> can't stand Debian Linux.
>>
> Assuming you have a router and that Ubuntu works fine through the router:
> from a gnome terminal try:
> netstat -nr.
> Make sure the default route (0.0.0.0) is pointing at the correct
> interface (eg eth0).
> Check your name servers (cat /etc/resolv.conf).
> Since you can ping, you should be ok, but sometimes these steps will
> show you what the problem is.
> Make sure your browser is not trying to connect through a proxy server.
>
> Minor misconfigurations can cause some interesting problems (such as my
> Thunderbird issues and I should have known better).
>
> Again, use telnet (as said previously) to make sure your firewall is not
> blocking outbound ports 80 or 25.
>
> [gaf <at> rosetta ~]$ telnet www.google.com 80
> Trying 72.14.204.99...
> Connected to www.google.com (72.14.204.99).
> Escape character is '^]'.
> ^]
> telnet>  quit
> Connection closed.
>
I cannot telnet out,
'cat /etc/resolv.conf' yields

nameserver 192.168.1.254
#Generated by NetworkManager
domain home
search home

and  'netstat -nr' yields

Kernel IP routing table
Destination    Gateway        Genmask            Flags    MSS    
Window        Irtt    Iface
192.168.0.0    0.0.0.0           255.255.255.0    U            0        
     0                0    eth0
0.0.0.0            192.068.0.1   0.0.0.0                  UG        0    
         0                 0    eth0

also, the upgrades work too.

--

-- 
users mailing list
users <at> lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines


Gmane