Re: splash screen on amd64?

2008-03-24 Thread Greg Mars
I could never get this to work either and was wondering if I was doing
something wrong. Thanks for clearing that up.

On Mon, Mar 24, 2008 at 10:50 AM, Omer Faruk Sen [EMAIL PROTECTED] wrote:

 Than is there a possibility that we can use to see picture on bootup
 (kernel) without using splash (another driver ..) ?

 On Mon, Mar 24, 2008 at 4:34 PM, Pieter de Goeje [EMAIL PROTECTED]
 wrote:

  On Monday 24 March 2008, Omer Faruk Sen wrote:
   Hi,
  
   Is there a way to use splash screen on amd64 machines? Since whatever
 I
  do
   it was not possible with 6.3-RELEASE amd64.
 
  I believe you need i386 FreeBSD to do that, because options VESA,
 which
  splash(4) relies on, isn't supported by FreeBSD amd64.
 
  --
  Pieter de Goeje
 
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PS/2 mice suddenly stopped working

2008-03-22 Thread Greg Mars
I just turned on today and my ps/2 mouse (actually SB with a ps/2 adapter)
was not working.
Tried reconfiguring in sysinstall to no avail.
Tried another pure ps/2 mouse and it didn't work either.
Took off the usb-ps/2 adapter off the original mouse, plugged it in a usb
port, and now it works.

Everything used to work just the day before.
I guess it's possible something could be wrong with the  port
(which would be sad since the motherboard is probably 2-3 weeks old)

Does anyone have any ideas on how to test this?
I don't have another OS on this box and installing one won't be easy.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Realtek 811B LAN card on FreeBSD 7.0

2008-03-17 Thread Greg Mars
A few months ago, I posted asking about how good support the Realtek 8111B
PCI Express LAN chipset is.
The conclusion was that its behavior was rather flaky on FreeBSD 7.0

Anyway, I got the motherboard with the chip integrated because the MOBO
otherwise did what I needed.
After installation of FreeBSD/i386 the chip was detected and the re driver
attached but DHCP configuration wouldn't work. After searching on the
internet, I found some patches at

http://lists.freebsd.org/pipermail/freebsd-amd64/2007-December/010545.html

http://people.freebsd.org/~yongari/re/if_re.c
http://people.freebsd.org/%7Eyongari/re/if_re.c
http://people.freebsd.org/~yongari/re/if_rlreg.h
http://people.freebsd.org/%7Eyongari/re/if_rlreg.h


and applied them.

After rebuilding the kernel, everything worked.
Shortly after I decided I was going to run the FreeBSD/amd64 version
instead.
I had not kept the patches that worked on i386, so I downloaded from the
same URL again.
However, this time, applying the patch resulted in no change: DHCP
configuration still wouldn't work.

Now, I'm not sure what variable is responsible for this, the change to amd64
or whether there was another version of the patch. Interestingly, in the
thread where I found those links, people were running amd64 and had their
problems resolved. I noticed that the version of if_re.c file was 107 the
second time whereas the post said it was 101.
I'm guessing the file was updated at the URL and this resulted in a
regression.
The problem is, I'm not in a position to say exactly which version worked.

Is there anyone on the list close to this work and would have an idea of
what happened?
I am currently using a PCI lan card that works with the rl driver but it
would be nice to have the integrated chip work too.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Realtek 8111B LAN Chipset

2008-01-20 Thread Greg Mars

Gordon work wrote:

The RealTek LAN works fine on my box.  Audio from Realtek ALC883 also works,
but I would not know about ALC888.

tkgeomap502$ uname -a
FreeBSD localhost 7.0-BETA3 FreeBSD 7.0-BETA3 #5: Fri Dec 21 22:03:40 CST 2007  
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CUSTOM  amd64

tkgeomap503$ dmesg | grep -i realtek
re0: RealTek 8168/8111B PCIe Gigabit Ethernet port 0xdc00-0xdcff mem 
0xfdaff000-0xfdaf irq 19 at device 0.0 on pci2
pcm0: HDA Codec: Realtek ALC883

Note that I'm on U.S. cable internet, so I'm not too worried about network
performance.

This is on Asus M2A-VM HDMI motherboard (AMD 690G chipset).  Everything works,
although ACPI appears to be inaccessible.

Cheers,
Gordon
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

  

Thanks.

This is exactly what I wanted to know.
I'll probably end up buying external sound and LAN cards anyway, but I'd 
rather the onboard devices work too.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Realtek 8111B LAN Chipset

2008-01-19 Thread Greg Mars
I'm buying parts for a computer and want to make sure that the core 
components are as freebsd friendly as possible. So far, I've decided on 
a core 2 quad q6600 and I'm choosing the motherboard now. However it 
seems many of the popular motherboards have Realtek ALC888 as built-in 
audio and Realtek 8111B as built-in LAN.

I read at:

http://www.freebsd.org/relnotes/CURRENT/hardware/i386/article.html

that the sound should work but I couldn't find any info on the LAN.
Does anyone on the list have any experience with it?

By the way, I'm going to run FreeBSD 7.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Realtek 8111B LAN Chipset

2008-01-19 Thread Greg Mars

NetOpsCenter wrote:

Greg Mars wrote:
I'm buying parts for a computer and want to make sure that the core 
components are as freebsd friendly as possible. So far, I've decided 
on a core 2 quad q6600 and I'm choosing the motherboard now. However 
it seems many of the popular motherboards have Realtek ALC888 as 
built-in audio and Realtek 8111B as built-in LAN.

I read at:

http://www.freebsd.org/relnotes/CURRENT/hardware/i386/article.html

that the sound should work but I couldn't find any info on the LAN.
Does anyone on the list have any experience with it?

By the way, I'm going to run FreeBSD 7.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]



Aloha,

Realtek 8169 is a 1000 M  and  works on 7.* and 8.* I think 8111 maybe 
old 100M ? Are you sure about the Realtek model  #?



~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
 + http://hawaiidakine.com + http://freebsdinfo.org + [EMAIL PROTECTED] +
 + http://aloha50.net   - Supporting - FreeBSD 6.* - 7.* +
All that's really worth doing is what we do for others.- Lewis Carrol




Hi,

If you click on the motherboard specifications link below, you'll see 
where they list the LAN chipset as Realtek 8111B


http://www.newegg.com/Product/Product.aspx?Item=N82E16813186133

This seems to be the page for the chip on Realtek's site:

http://www.realtek.com.tw/products/productsView.aspx?Langid=1PFid=5Level=5Conn=4ProdID=11

Thanks

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: HOW-TO get Flash7 working!

2008-01-05 Thread Greg Mars

Aryeh M. Friedman wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Rudy wrote:
  

With all this talk about FLASH, I found something out by trial and
error and want to post again to the list so that others searching
can get the FLASH player working in their brower:

THIS STEP IS NEEDED OR FLASH WILL NOT WORK:

sysctl compat.linux.osrelease=2.6.20



I am using 8-current (amd64) and found all I needed to do was install
www/linux-flashplugin7 then do a nspluginwrapper -v -a -i and flash
works fine (as far I can tell)...   does this add any functionality I
am not aware of?  (namely some sites seem to partially load like the
graphs at whos.among.us [the easiest way to test this is go to the
site in my signature then click on the 3rd icon at the bottom and then
click on graphs])
  

Better yet, add this to your /etc/sysctl.conf file and reboot:
compat.linux.osrelease=2.6.20

NOTE: I just picked 2.6.20 kinda at random... seems like that is
the linux kernel number (which I know nothing about) for the Fedora
7 release.  Oh, and I installed Fedora 7 instead of the default
Fedora Core 4 on my desktop.

Why does the linux emulation pick 2.4.2 as the kernel version
number to report (by default) and not 2.6.11 (their kernel version
shipped with Fedora 4)?  Seems like the ports should and linux
module should be updated...

Rudy ___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions To
unsubscribe, send any mail to
[EMAIL PROTECTED]





- --
Aryeh M. Friedman
FloSoft Systems, Java Developer Tools
http://www.flosoft-systems.com
Developer, not business, friendly.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHf/9jjRvRjGmHRgQRAtysAJwMxduZXiwaWysp3rZ6Lwp4pzBu0wCggGIj
zudbR20t8JOEJMiWL0G6agk=
=VM8Y
-END PGP SIGNATURE-

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
  


Thank You!

I tried getting flash to work in FreeBSD so many times and failed.
It wasn't a big deal but it was annoying to have to boot into another 
system if there is content I needed to see that happens to be flash.


I'm running FreeBSD 7 Beta4.

I just did what you said:
cd /usr/ports/www/linux-flashplugin7
make config-recursive install clean
nspluginwrapper -v -a -i

After that a flash content was playing in firefox.
Unfortunately my AudigyLS soundcard only works with oss, which is having 
some problems now, so I was not able to verify that sound works well.


By the way, I had some problems installing flash7 from ports a few days ago.
It didn't like the size of the file and would fail even if you 
downloaded from Adobe and copied to ports/disfiles. I later did a 
'portsnap fetch update'  that  must have gotten updated makefiles and 
fixed that problems. Anybody else with that issue should try updating 
the ports collection.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]