Re: USB-WIFI Adapter

2010-11-07 Thread Senjogahara
I decided to install the version current, I downloaded the iso and I installed her definitively. When inserting my device, it doesn't happen more the "Kernel Panic." The problem is still in the configuration attempt. I made everything as I learned starting from the documentation. However me whe

Re: USB-WIFI Adapter

2010-11-07 Thread Senjogahara
This is my Ibook: http://www.everymac.com/systems/apple/ibook/stats/ibook_500.html My network doesn't need password to enter, the maximum that I should do is to insert the network ID. However, when the device begins to work, the system makes a "crash" in the moment of the configuration. When it

Re: USB-WIFI Adapter

2010-11-06 Thread Senjogahara
USB-WIFI Adapter with Kernel Panic! I thought to have solved my problem, but seemingly it seems that not. Only that now the problem seems to be more serious. The message below, is exactly as it appeared in the screen. # urtw0 at uhub0 port 1 "Realtek RTL8187B" rev 2.00/2.00 addr 2 urtw0: : ur

Re: USB-WIFI Adapter

2010-11-05 Thread Senjogahara
Sergiu Partenie wrote: On 05.11.2010, at 17:38, Senjogahara wrote: Mark Kettenis wrote: That's not an error message. It's a friendly reminder not to forget that particula step in the kernel build instructions. Then, what does that mean? 1) do this: cd /usr/src/sys/arch/macppc/conf/ cp GENER

Re: USB-WIFI Adapter

2010-11-05 Thread Sergiu Partenie
On 05.11.2010, at 17:38, Senjogahara wrote: Mark Kettenis wrote: That's not an error message. It's a friendly reminder not to forget that particula step in the kernel build instructions. Then, what does that mean? 1) do this: cd /usr/src/sys/arch/macppc/conf/ cp GENERIC MYKERNEL vi MYKERNEL

Re: USB-WIFI Adapter

2010-11-05 Thread Senjogahara
Mark Kettenis wrote: That's not an error message. It's a friendly reminder not to forget that particula step in the kernel build instructions. Then, what does that mean? -- Senjogahara

Re: USB-WIFI Adapter

2010-11-05 Thread Mark Kettenis
> Date: Fri, 05 Nov 2010 10:20:00 -0200 > From: Senjogahara > > I added the line corresponding to the device in the config of the > kernel. I added using the "vi". But after me to have added this line, > appears an error message. > > Error message: > "Don't forget to run "make depend"" > > I

Re: USB-WIFI Adapter

2010-11-05 Thread Senjogahara
W B Hacker wrote: Senjogahara wrote: W B Hacker wrote: Mark Kettenis wrote: *snip* 9it is in our inboxen) The system informs me the following: "ugen0 at uhub1 port 1 "Realtek RTL8187B" rev 2.00/2.00 addr 2" Would not the "ugen0" be the driver in query? Or will I have even of recompiling the

Re: USB-WIFI Adapter

2010-11-02 Thread patrick keshishian
On Tue, Nov 2, 2010 at 2:38 PM, Senjogahara wrote: > W B Hacker wrote: >> >> Senjogahara wrote: >>> >>> W B Hacker wrote: Mark Kettenis wrote: >> >> *snip* 9it is in our inboxen) >> >>> The system informs me the following: >>> "ugen0 at uhub1 port 1 "Realtek RTL8187B" rev 2.00/2.00 addr

Re: USB-WIFI Adapter

2010-11-02 Thread Senjogahara
W B Hacker wrote: Senjogahara wrote: W B Hacker wrote: Mark Kettenis wrote: *snip* 9it is in our inboxen) The system informs me the following: "ugen0 at uhub1 port 1 "Realtek RTL8187B" rev 2.00/2.00 addr 2" Would not the "ugen0" be the driver in query? Or will I have even of recompiling the

Re: USB-WIFI Adapter

2010-11-02 Thread W B Hacker
Senjogahara wrote: W B Hacker wrote: Mark Kettenis wrote: *snip* 9it is in our inboxen) The system informs me the following: "ugen0 at uhub1 port 1 "Realtek RTL8187B" rev 2.00/2.00 addr 2" Would not the "ugen0" be the driver in query? Or will I have even of recompiling the kernel? Thank y

Re: USB-WIFI Adapter

2010-11-01 Thread Senjogahara
W B Hacker wrote: Mark Kettenis wrote: Date: Mon, 01 Nov 2010 04:19:45 -0200 From: Senjogahara How do I configure my WIFI USB Adapter in OpenBSD? It is a model Realtek RTL8187B. Since you're posting to the powerpc-specific OpenBSD mailing list, I'm assuming you're usong OpenBSD/macppc, but ne

Re: USB-WIFI Adapter

2010-11-01 Thread W B Hacker
Mark Kettenis wrote: Date: Mon, 01 Nov 2010 04:19:45 -0200 From: Senjogahara How do I configure my WIFI USB Adapter in OpenBSD? It is a model Realtek RTL8187B. Since you're posting to the powerpc-specific OpenBSD mailing list, I'm assuming you're usong OpenBSD/macppc, but next time please prov

Re: USB-WIFI Adapter

2010-11-01 Thread Mark Kettenis
> Date: Mon, 01 Nov 2010 04:19:45 -0200 > From: Senjogahara > > How do I configure my WIFI USB Adapter in OpenBSD? It is a model Realtek > RTL8187B. Since you're posting to the powerpc-specific OpenBSD mailing list, I'm assuming you're usong OpenBSD/macppc, but next time please provide more inf

Re: USB-WIFI Adapter

2010-11-01 Thread patrick keshishian
On Sun, Oct 31, 2010 at 11:19 PM, Senjogahara wrote: > How do I configure my WIFI USB Adapter in OpenBSD? It is a model Realtek > RTL8187B. $ apropos rtl8187 urtw (4) - Realtek RTL8187L/RTL8187B USB IEEE 802.11b/g wireless network device $ man urtw --patrick