Skip navigation.
Home
Now Shipping Version 7.0

No wine!!


Posts: 56

I'm sure one of you experts can tell me which button I forgot to press.

I installed wine on my laptop but no little glass of wine icon appeared anywhere.

I tried running wine but nothing happened!

If I have wine then how do I get it to work?

I tried putting a windows CD into the computer ... but I just got a load of window files which I did not know what to do with. Isn't wine supposed to emulate a windows environment allowing me to, in this particular instance, install a windows based program (I am trying to install bluetooth software, driver and manual)?

... So what I have forgotten?

... Or am I being a naughty boy!

Ko Bros's picture

Did you run winecfg ?

See Wine Wiki:

http://wiki.winehq.org/winecfg

...just a pointer, I don't use wine.
I drink wine though.......Smiling

Regards, Ko

Ko Bros

...but this wine is not really my cup of tea either!!

... Thanks Kos ... you're probably going to hate me for this but ...

...the wiki talks about modifying the applications tab ... what is that?? I cannot find any applications tab ... AAAARGH!

... I don't really want to use wine but I want to get my bluetooth working so I thought rather than do all the techno stuff ALL I need to do is to load the windows CD in wine then all should be well in the world.

Ko Bros's picture

Check the Wiki

ablot wrote:
... Thanks Kos ... you're probably going to hate me for this but ...

...the wiki talks about modifying the applications tab ... what is that?? I cannot find any applications tab ... AAAARGH!

... I don't really want to use wine but I want to get my bluetooth working so I thought rather than do all the techno stuff ALL I need to do is to load the windows CD in wine then all should be well in the world.

That's a rather long to walk to get bluetooth working...

How to setup wine and run winecfg is explained here:

http://www.mepis.org/docs/en/index.php/Wine_setup

After that I'll be quiet, since I know nuttin' about Wine.
Someone else will probably step in to help you with wine.

Or with helping to get bluetooth working - provided you tell what the problem is there (and some hardware details).

Good luck.

Regards, Ko

Ko Bros

I now have wine ... but it is an empty glass ...

Your last comment worked ... and I now have a windows folder ... thanks.
Unfortunately it will still not do anything with the CD.
Close ... but no cigar.

I have asked on one of the MEPIS forums about getting bluetooth to work but I'm not getting very much response ... I might be a bit impatient there so I'll give it another day to se if anyone can help.

Your right about trying to get bluetooth working via windows ... its not something I want. But the cd that came with the adapter is for windows - and seems to imply that once it has been loaded then bluetooth should work immediately - with little to no fuss.

However, I am really enjoying MEPIS ... and it seems to have a lot of relevant applications in order for bluetooth to work. My problem is that the adapter that I have ( a Belkin F8T012) just sits snugly in the usb port with its blue light ... but the laptop simply cannot see it. My feeling is that I need to be able to configure the laptop before it begins to see the mobile phone (Erricson K810).
I just do not know how ... I've gone through the KbluetoothD configuration window - but I have no choices to make. And the pairing dialogue also does nor show any adapter.

Ironically, when I remove the adapter, the laptop tells me it can no longer see it ... but it didn't see it in the first place ... and so the story repeats itself ...

Thank you for your help ... if you have ANY other helpful suggestions I will be very happy to hear them.

Ko Bros's picture

Check out for incorrect driver....

ablot wrote:
Your last comment worked ... and I now have a windows folder ... thanks.
Unfortunately it will still not do anything with the CD.
Close ... but no cigar.

I have asked on one of the MEPIS forums about getting bluetooth to work but I'm not getting very much response ... I might be a bit impatient there so I'll give it another day to se if anyone can help.

[....................]
Ironically, when I remove the adapter, the laptop tells me it can no longer see it ... but it didn't see it in the first place ... and so the story repeats itself ...

Thank you for your help ... if you have ANY other helpful suggestions I will be very happy to hear them.

I'm not sure it applies to your Mepis situation (the situation described is with Ubuntu). Check it out:

http://schurger.org/wordpress/?p=52

Regards, Ko

Ko Bros

No Pegasus driver

Thanks Kos,

I've checked it out and done a search for pegasus but have found none.
However, I would like double check by doing what the man says - which is to edit /etc/ ... but I don't know how to. I know how to su ... but what do I have to do to edit /etc/?

Ko Bros's picture

Not pegasus but the ethernet driver on YOUR system

ablot wrote:
Thanks Kos,

I've checked it out and done a search for pegasus but have found none.
However, I would like double check by doing what the man says - which is to edit /etc/ ... but I don't know how to. I know how to su ... but what do I have to do to edit /etc/?

Find out which ethernet driver is being used on your system. Let's assume it is called 'enetdriver'. Then do as root in a terminal as follows (I removed the space between /etc/ and modprobe.d/blacklist that shouldn't be there and replaced 'pegasus' with 'enetdriver')

Quote:
Yes ! this usb key works on linux, but on feisty (i don’t know for others distros), the ethernet driver Pegasus is loaded instead of the good one.

A way to make it works, is to blacklist the ethernet module.

Just (as root) edit the file /etc/modprobe.d/blacklist and add the line :

blacklist enetdriver

then, the right driver (bcm203x) will be claimed at the adapter insertion.

That’s all.

Enjoy.

Ko Bros

...permission denied

Hi Kos,

I have done as you said up to a point ... this is what happened (and this is in root - like I used su - thats right isn't it?):

/etc/modprobe.d/blacklist
bash: /etc/modprobe.d/blacklist: Permission denied

AdrianTM's picture

You just tried to run that

You just tried to run that file instead of editing, to edit you need to open it into a text editor, like this

kedit /etc/modprobe.d/blacklist
or
nano /etc/modprobe.d/blacklist
or
vi /etc/modprobe.d/blacklist
or
kwrite /etc/modprobe.d/blacklist

etc.

--
Check out MEPIS Wiki: www.mepis.org/docs
Post on MEPISLovers, that's where MEPIS users help each other.

... enetdriver blacklisted

Thanks for the impute Adrian,

... Ive managed to do that using kwrite.

... so now I put the bluetooth in ... I presume I go to system settings and find the bluetooth config file ... open it ... as it opens I get the following message:

The KDE Bluetooth Daemon (kbluetoothd) is needed and was started.

... then that little window remains with my cursor now a watch ...it is as though I need to do something ... but the question is what?

Well, I click OK and get the following message - three times!:

Failed to connect to the SDP server

ethernet driver?

... how do I find what ethernet driver is on my laptop?

-open a console - do 'lsmod'

-open a console
- do 'lsmod' (no quotes)
- copy and paste the output here

Newbie or not Newbie, there's always a question

... WOW!

Module Size Used by
cdc_acm 9888 0
rfcomm 29464 0
l2cap 18692 3 rfcomm
hci_usb 12820 0
bluetooth 35812 3 rfcomm,l2cap,hci_usb
via 39392 2
drm 57364 3 via
ppdev 6404 0
acpi_sbs 18188 0
battery 7940 1 acpi_sbs
video 14212 0
container 3328 0
hotkey 9508 0
tc1100_wmi 5380 0
i2c_acpi_ec 4224 1 acpi_sbs
thermal 10888 0
fan 3460 0
dev_acpi 9092 0
pcc_acpi 10368 0
button 5008 0
ac 3716 1 acpi_sbs
sony_acpi 4364 0
ndiswrapper 156884 0
cpufreq_userspace 3544 0
cpufreq_powersave 1664 0
cpufreq_ondemand 5020 0
speedstep_lib 3332 0
freq_table 3460 0
processor 18880 1 thermal
dm_mod 43832 1
md_mod 54100 0
af_packet 15112 4
fuse 37780 1
yenta_socket 22028 0
rsrc_nonstatic 9984 1 yenta_socket
pcmcia 28460 0
pcmcia_core 31376 3 yenta_socket,rsrc_nonstatic,pcmcia
cdc_ether 4480 0
usbnet 11528 1 cdc_ether
snd_seq_dummy 2820 0
snd_seq_oss 27776 0
snd_seq_midi 6176 0
snd_seq_midi_event 5632 2 snd_seq_oss,snd_seq_midi
snd_seq 41552 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
joydev 7360 0
parport_pc 28484 1
lp 8132 0
parport 27848 3 ppdev,parport_pc,lp
sworks_agp 6688 0
amd_k7_agp 6156 0
ali_agp 4992 0
sis_agp 5892 0
ati_agp 6156 0
floppy 50372 0
nvidia_agp 5788 0
pcspkr 1668 0
snd_via82xx_modem 10888 6
snd_via82xx 21528 1
gameport 10632 1 snd_via82xx
rtc 9652 0
snd_ac97_codec 87076 2 snd_via82xx_modem,snd_via82xx
ac97_bus 1920 1 snd_ac97_codec
snd_pcm_oss 37408 0
i2c_viapro 6804 0
snd_mixer_oss 14336 1 snd_pcm_oss
i2c_core 15248 2 i2c_acpi_ec,i2c_viapro
snd_pcm 62856 6 snd_via82xx_modem,snd_via82xx,snd_ac97_codec,snd_pcm_oss
via_rhine 17668 0
snd_mpu401_uart 6144 1 snd_via82xx
psmouse 29828 0
serio_raw 5252 0
snd_rawmidi 17952 2 snd_seq_midi,snd_mpu401_uart
snd_seq_device 6412 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_rawmidi
mii 4224 1 via_rhine
snd_timer 18308 2 snd_seq,snd_pcm
snd_page_alloc 7560 3 snd_via82xx_modem,snd_via82xx,snd_pcm
snd 45928 25 snd_seq_dummy,snd_seq_oss,snd_seq,snd_via82xx_modem,snd_via82xx,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_mpu401_uart,snd_rawmidi,snd_seq_device,snd_timer
soundcore 7008 1 snd
via_ircc 20500 0
irda 155452 1 via_ircc
crc_ccitt 1920 1 irda
uhci_hcd 26128 0
via_agp 7424 1
intel_agp 17948 0
agpgart 25160 9 drm,sworks_agp,amd_k7_agp,ali_agp,sis_agp,ati_agp,nvidia_agp,via_agp,intel_agp
shpchp 36032 0
pci_hotplug 22068 1 shpchp
evdev 6912 2
ipt_limit 2048 2
ipt_state 1664 66
ipt_LOG 5376 2
ipt_REJECT 3968 2
ip_conntrack_ftp 5616 0
ip_conntrack_irc 4976 0
ip_conntrack 38956 3 ipt_state,ip_conntrack_ftp,ip_conntrack_irc
nfnetlink 4632 1 ip_conntrack

Sorry, could you also to

Sorry, could you also to this in a console and oaste the output?

lspci | grep -i net

Newbie or not Newbie, there's always a question

...lspci ...

0000:00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)

OK, considering the card ID,

OK, considering the card ID, the ethernet driver is this module: via_rhine

Newbie or not Newbie, there's always a question

Do I blacklist via_rhine?

Thanks carlops,

in order to get the dongle to be seen by the laptop do I blacklist via_rhine?

Yes, I suppose so. I have

Yes, I suppose so. I have not paid full attention to the thread, but noticed you were advised to blacklist the ethernet module, so I helped you find it. So blacklist the module and see what happens.

Newbie or not Newbie, there's always a question

... And the answer is ...

... no go.

It does exactly the same thing as I mentioned earlier.
I restarted the laptop - plugged in the dongle - opened bluetooth services in system configurations - I get windows telling me that the daemon needs to be started - followed by no sdp window three times.

open a console: - su -

open a console:

- su
- /etc/init.d/bluez-utils start

now try again

Newbie or not Newbie, there's always a question

Very interesting ...

you're getting closer ...when I opened bluetooth in sys configs this time there were no messages ... and there are now three local services ... but no other clue to tell me how I can get the mobile to speak to the laptop.
I have bluetooth turned on in the mobile but the laptop is giving no indication that anything is happening ... what am I not doing? Do I need to configure something?

mobile can now see the laptop

I made the phone visible and looked for a device ... and voila! there is the laptop!!

But the laptop requires a passcode. I thought I read that I can just type 0000 but when I did the phone told me that the code did not match the code on the laptop ... but I haven't typed in a code on the laptop yet! Where do I do that?

Well, I have no idea, since

Well, I have no idea, since I don't even have bluetooth.

You are not done BTW, since you need to make sure that the bluetooth daemon starts with every boot. The easiest way to do that is this:

- open a console
- su
- cd /etc/init.d
- ln -s bluez-utils /etc/rc5.d/S40bluez-utils

Done.

For the other issue, someone needs to jump in. I advise you open a different thread. Also, you can post at mepislovers.org, since it has more users and is more oriented towards application issues.

Newbie or not Newbie, there's always a question

no such file

... after cd/etc/init.d it said no such file or folder ...

... I missed the space ...

... Soory I didn't see the space ... I did both the lines ... now I get an error when the phone is trying to connect to the laptop. The error says on the laptop that there is an application error trying to connect to the phone - and the phone says that the passcode does not match with the one on the laptop

authentication error

... actually the error message on the laptop is an authentication error ... which seems to match the error on the mobile ... so how do I authenticate it?

Are you saying that I should take these questions to the mepislovers forum?

Yes, I think that would be

Yes, I think that would be wise, simply because it is more geared towards users.

Newbie or not Newbie, there's always a question

.. on my way ...

Thank you carlops for all your help ...

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.